<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_functoolsmodule.c, branch v3.6.7</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-31095: fix potential crash during GC (GH-3195)</title>
<updated>2017-09-04T03:31:09+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2017-09-04T03:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2eea952b1b9ebbc2d94fd3faca1536c6b4963725'/>
<id>2eea952b1b9ebbc2d94fd3faca1536c6b4963725</id>
<content type='text'>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671)</title>
<updated>2017-03-15T07:42:02+00:00</updated>
<author>
<name>Michael Seifert</name>
<email>michaelseifert04@yahoo.de</email>
</author>
<published>2017-03-15T07:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=53b2667dcf2a7d13af466a5fb91844f5125a920d'/>
<id>53b2667dcf2a7d13af466a5fb91844f5125a920d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209)</title>
<updated>2017-02-21T16:18:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-02-21T16:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=e48fd93bbb36c6d80aa4eb6af09f58c69d8cf965'/>
<id>e48fd93bbb36c6d80aa4eb6af09f58c69d8cf965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28969: Fixed race condition in C implementation of functools.lru_cache.</title>
<updated>2017-01-12T17:12:21+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-12T17:12:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42e1ea9a10aa6c3df40af3b7561d6251c8e2ac9c'/>
<id>42e1ea9a10aa6c3df40af3b7561d6251c8e2ac9c</id>
<content type='text'>
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28969: Fixed race condition in C implementation of functools.lru_cache.</title>
<updated>2017-01-12T16:34:33+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-01-12T16:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=67796521dd22b3008788a75108b45f33d06f85dd'/>
<id>67796521dd22b3008788a75108b45f33d06f85dd</id>
<content type='text'>
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
KeyError could be raised when cached function with full cache was
simultaneously called from differen threads with the same uncached arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #29203:  functools.lru_cache() now respects PEP 468</title>
<updated>2017-01-09T01:28:20+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>python@rcn.com</email>
</author>
<published>2017-01-09T01:28:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4ee39141e84c511e389080fa3163be043718ea14'/>
<id>4ee39141e84c511e389080fa3163be043718ea14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 3.6 (issue #28653)</title>
<updated>2016-11-09T23:56:26+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2016-11-09T23:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a66a1cdd61ce7239298e19c938b05ade99cde8a'/>
<id>0a66a1cdd61ce7239298e19c938b05ade99cde8a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #28653: Fix a refleak in functools.lru_cache.</title>
<updated>2016-11-09T23:55:45+00:00</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@magic.io</email>
</author>
<published>2016-11-09T23:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46a02db90b295bfec1712515e09aeda31bbe84e0'/>
<id>46a02db90b295bfec1712515e09aeda31bbe84e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27137: align Python &amp; C implementations of functools.partial</title>
<updated>2016-09-10T10:00:02+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2016-09-10T10:00:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=457fc9a69e7918e3c10319604903915c2f2ecd9a'/>
<id>457fc9a69e7918e3c10319604903915c2f2ecd9a</id>
<content type='text'>
The pure Python fallback implementation of functools.partial
now matches the behaviour of its accelerated C counterpart for
subclassing, pickling and text representation purposes.

Patch by Emanuel Barry and Serhiy Storchaka.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pure Python fallback implementation of functools.partial
now matches the behaviour of its accelerated C counterpart for
subclassing, pickling and text representation purposes.

Patch by Emanuel Barry and Serhiy Storchaka.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27809: partial_call() uses fast call for positional args</title>
<updated>2016-08-23T14:22:35+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2016-08-23T14:22:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f4d28d43857295cab4dc82a2bc50f5e8c90123ef'/>
<id>f4d28d43857295cab4dc82a2bc50f5e8c90123ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
