<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules, branch v3.8.3</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>[3.8] bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990)</title>
<updated>2020-05-08T11:28:38+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-05-08T11:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0e4a5e96f011989736bde824ab817146bd7c9cfc'/>
<id>0e4a5e96f011989736bde824ab817146bd7c9cfc</id>
<content type='text'>
This fixes a possible memory leak in the C implementation of
asyncio.Task.
(cherry picked from commit d2c349b190bcba21a4a38e6520a48ad97a9f1529)

Co-authored-by: Chris Jerdonek &lt;chris.jerdonek@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a possible memory leak in the C implementation of
asyncio.Task.
(cherry picked from commit d2c349b190bcba21a4a38e6520a48ad97a9f1529)

Co-authored-by: Chris Jerdonek &lt;chris.jerdonek@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19654)</title>
<updated>2020-04-22T15:57:59+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-04-22T15:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b07350901cac9197aef41855d8a4d56533636b91'/>
<id>b07350901cac9197aef41855d8a4d56533636b91</id>
<content type='text'>
Fix the Windows implementation of os.waitpid() for exit code
larger than "INT_MAX &gt;&gt; 8". The exit status is now interpreted as an
unsigned number.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the Windows implementation of os.waitpid() for exit code
larger than "INT_MAX &gt;&gt; 8". The exit status is now interpreted as an
unsigned number.</pre>
</div>
</content>
</entry>
<entry>
<title>[3.8] bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) (GH-19583)</title>
<updated>2020-04-18T16:11:48+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-04-18T16:11:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bfda4db0d2c05eef4e4ae90d899d0b67cb2e33e5'/>
<id>bfda4db0d2c05eef4e4ae90d899d0b67cb2e33e5</id>
<content type='text'>
Co-authored-by: Ammar Askar &lt;ammar@ammaraskar.com&gt;
(cherry picked from commit 12446e6a605f066d837d3a595d0a73e4f3b43b65)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ammar Askar &lt;ammar@ammaraskar.com&gt;
(cherry picked from commit 12446e6a605f066d837d3a595d0a73e4f3b43b65)
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40294: Fix _asyncio when module is loaded/unloaded multiple times (GH-19542)</title>
<updated>2020-04-17T02:29:50+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-04-17T02:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b0ca0aeab04d7b7b54086248ca9d5e70f770f2f'/>
<id>6b0ca0aeab04d7b7b54086248ca9d5e70f770f2f</id>
<content type='text'>
(cherry picked from commit a75e730075cd25be1143e6183006f3b1d61bb80f)

Co-authored-by: Jeffrey Quesnelle &lt;jquesnelle@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit a75e730075cd25be1143e6183006f3b1d61bb80f)

Co-authored-by: Jeffrey Quesnelle &lt;jquesnelle@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-40266, closes bpo-39953: Use numeric lib code if compiling against old OpenSSL. (GH-19506)</title>
<updated>2020-04-14T03:31:18+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-04-14T03:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c496e29c2bd0c29327c93174d5a40d2dc5a09402'/>
<id>c496e29c2bd0c29327c93174d5a40d2dc5a09402</id>
<content type='text'>
(cherry picked from commit 584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 584a3cfda4d7a65ea0c1ea1ee541378bb7be46ca)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-39953: Generate ifdefs around library code definitions. (GH-19490)</title>
<updated>2020-04-12T19:17:34+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-04-12T19:17:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f35e7d3bb0488a15cbb45ff10f02be558a3777cd'/>
<id>f35e7d3bb0488a15cbb45ff10f02be558a3777cd</id>
<content type='text'>
(cherry picked from commit 909b87d2bb3d6330d39c48e43f7f50f4d086cc41)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 909b87d2bb3d6330d39c48e43f7f50f4d086cc41)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) (GH-19485)</title>
<updated>2020-04-12T15:18:57+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-04-12T15:18:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=61511488cf4e7a1cb57a38efba7e0a84a387fe58'/>
<id>61511488cf4e7a1cb57a38efba7e0a84a387fe58</id>
<content type='text'>
(cherry picked from commit 402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 402e1cdb132f384e4dcde7a3d7ec7ea1fc7ab527)</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-39953: Update OpenSSL error codes table. (GH-19082)</title>
<updated>2020-04-11T20:53:00+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-04-11T20:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2714c907df7cfe97911df6ce90364001270d9a43'/>
<id>2714c907df7cfe97911df6ce90364001270d9a43</id>
<content type='text'>
I updated the error codes using the OpenSSL 1.1.1f source tree.
(cherry picked from commit 3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I updated the error codes using the OpenSSL 1.1.1f source tree.
(cherry picked from commit 3e0dd3730b5eff7e9ae6fb921aa77cd26efc9e3a)

Co-authored-by: Benjamin Peterson &lt;benjamin@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39689: Do not use native packing for format "?" with standard size (GH-18969)</title>
<updated>2020-03-31T12:26:05+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-03-31T12:26:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=572ef747692055a270a9fbf8eeaf5c4a15c8e332'/>
<id>572ef747692055a270a9fbf8eeaf5c4a15c8e332</id>
<content type='text'>
(cherry picked from commit 472fc843ca816d65c12f9508ac762ca492165c45)

Co-authored-by: Stefan Krah &lt;skrah@bytereef.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 472fc843ca816d65c12f9508ac762ca492165c45)

Co-authored-by: Stefan Krah &lt;skrah@bytereef.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)</title>
<updated>2020-03-31T11:57:06+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2020-03-31T11:57:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed'/>
<id>6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed</id>
<content type='text'>
(cherry picked from commit 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3)

Co-authored-by: Steve Dower &lt;steve.dower@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3)

Co-authored-by: Steve Dower &lt;steve.dower@python.org&gt;</pre>
</div>
</content>
</entry>
</feed>
