<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib, branch misc-acks-comment</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>Python 3.9.0a2</title>
<updated>2019-12-18T21:09:19+00:00</updated>
<author>
<name>Łukasz Langa</name>
<email>lukasz@langa.pl</email>
</author>
<published>2019-12-18T21:09:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6202d856d637a9b4eb9789b4d4a1edb12d877de5'/>
<id>6202d856d637a9b4eb9789b4d4a1edb12d877de5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38546: Fix concurrent.futures test_ressources_gced_in_workers() (GH-17652)</title>
<updated>2019-12-18T14:50:04+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-18T14:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=673c39331f844a80c465efd7cff88ac55c432bfb'/>
<id>673c39331f844a80c465efd7cff88ac55c432bfb</id>
<content type='text'>
Fix test_ressources_gced_in_workers() of test_concurrent_futures:
explicitly stop the manager to prevent leaking a child process
running in the background after the test completes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_ressources_gced_in_workers() of test_concurrent_futures:
explicitly stop the manager to prevent leaking a child process
running in the background after the test completes.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39080: Starred Expression's column offset fix when inside a CALL (GH-17645)</title>
<updated>2019-12-18T00:20:55+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2019-12-18T00:20:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=50d4f12958bf806a4e1a1021d70cfd5d448c5cba'/>
<id>50d4f12958bf806a4e1a1021d70cfd5d448c5cba</id>
<content type='text'>
Co-Authored-By: Pablo Galindo &lt;Pablogsal@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-Authored-By: Pablo Galindo &lt;Pablogsal@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38546: multiprocessing tests stop the resource tracker (GH-17641)</title>
<updated>2019-12-17T17:37:26+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2019-12-17T17:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9707e8e22d80ca97bf7a9812816701cecde6d226'/>
<id>9707e8e22d80ca97bf7a9812816701cecde6d226</id>
<content type='text'>
Multiprocessing and concurrent.futures tests now stop the resource
tracker process when tests complete.

Add ResourceTracker._stop() method to
multiprocessing.resource_tracker.

Add _cleanup_tests() helper function to multiprocessing.util: share
code between multiprocessing and concurrent.futures tests.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multiprocessing and concurrent.futures tests now stop the resource
tracker process when tests complete.

Add ResourceTracker._stop() method to
multiprocessing.resource_tracker.

Add _cleanup_tests() helper function to multiprocessing.util: share
code between multiprocessing and concurrent.futures tests.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39041: Add GitHub Actions support (GH-17594)</title>
<updated>2019-12-16T18:35:22+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2019-12-16T18:35:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a76ba362c4d86adf5e7f8254398135d12d7afd25'/>
<id>a76ba362c4d86adf5e7f8254398135d12d7afd25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38348: Extend command line options of ast parsing tool (GH-16540)</title>
<updated>2019-12-16T18:23:27+00:00</updated>
<author>
<name>Batuhan Taşkaya</name>
<email>47358913+isidentical@users.noreply.github.com</email>
</author>
<published>2019-12-16T18:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=814d687c7df3e0c60036943b68ece13f9f19dfef'/>
<id>814d687c7df3e0c60036943b68ece13f9f19dfef</id>
<content type='text'>
Add -i and --indent (indentation level), and --no-type-comments
(type comments) command line options to ast parsing tool.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add -i and --indent (indentation level), and --no-type-comments
(type comments) command line options to ast parsing tool.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38870: Remove dead code related with argument unparsing (GH-17613)</title>
<updated>2019-12-16T12:26:58+00:00</updated>
<author>
<name>Batuhan Taşkaya</name>
<email>47358913+isidentical@users.noreply.github.com</email>
</author>
<published>2019-12-16T12:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a322f50c369e2e4138266c88e32ef83af95b2da6'/>
<id>a322f50c369e2e4138266c88e32ef83af95b2da6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38811: Check for presence of os.link method in pathlib (GH-17225)</title>
<updated>2019-12-16T12:23:55+00:00</updated>
<author>
<name>Toke Høiland-Jørgensen</name>
<email>toke@redhat.com</email>
</author>
<published>2019-12-16T12:23:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=092435e932dee1802784ec28f39454f50fdd879a'/>
<id>092435e932dee1802784ec28f39454f50fdd879a</id>
<content type='text'>
Commit 6b5b013bcc22 ("bpo-26978: Implement pathlib.Path.link_to (Using
os.link) (GH-12990)") introduced a new link_to method in pathlib. However,
this makes pathlib crash when the 'os' module is missing a 'link' method.

Fix this by checking for the presence of the 'link' method on pathlib
module import, and if it's not present, turn it into a runtime error like
those emitted when there is no lchmod() or symlink().

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@redhat.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 6b5b013bcc22 ("bpo-26978: Implement pathlib.Path.link_to (Using
os.link) (GH-12990)") introduced a new link_to method in pathlib. However,
this makes pathlib crash when the 'os' module is missing a 'link' method.

Fix this by checking for the presence of the 'link' method on pathlib
module import, and if it's not present, turn it into a runtime error like
those emitted when there is no lchmod() or symlink().

Signed-off-by: Toke Høiland-Jørgensen &lt;toke@redhat.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests and design notes for Counter subset/superset operations. (GH-17625)</title>
<updated>2019-12-16T09:54:14+00:00</updated>
<author>
<name>Raymond Hettinger</name>
<email>rhettinger@users.noreply.github.com</email>
</author>
<published>2019-12-16T09:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1ca8fb187eb320f87a74b82c2a20acb89f429841'/>
<id>1ca8fb187eb320f87a74b82c2a20acb89f429841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)</title>
<updated>2019-12-15T23:34:12+00:00</updated>
<author>
<name>Xtreak</name>
<email>tir.karthi@gmail.com</email>
</author>
<published>2019-12-15T23:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=79f02fee1a542c440fd906fd54154c73fc0f8235'/>
<id>79f02fee1a542c440fd906fd54154c73fc0f8235</id>
<content type='text'>

Patch by Karthikeyan Singaravelan.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Patch by Karthikeyan Singaravelan.
</pre>
</div>
</content>
</entry>
</feed>
