<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch master</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-45410: libregrtest -jN writes stderr into stdout (GH-28819)</title>
<updated>2021-10-08T15:14:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-10-08T15:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b108db63e02797a795840152b82cab9792fd3ed2'/>
<id>b108db63e02797a795840152b82cab9792fd3ed2</id>
<content type='text'>
When libregrtest spawns a worker process, stderr is now written into
stdout to keep messages order. Use a single pipe for stdout and
stderr, rather than two pipes. Previously, messages were out of order
which made analysis of buildbot logs harder</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When libregrtest spawns a worker process, stderr is now written into
stdout to keep messages order. Use a single pipe for stdout and
stderr, rather than two pipes. Previously, messages were out of order
which made analysis of buildbot logs harder</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45407: Remove outdated XXX comment from Struct___init___impl (GH-28805)</title>
<updated>2021-10-08T06:45:11+00:00</updated>
<author>
<name>Jeong YunWon</name>
<email>69878+youknowone@users.noreply.github.com</email>
</author>
<published>2021-10-08T06:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9f7a94fd66e05ae040a67e32c397091fe5939ced'/>
<id>9f7a94fd66e05ae040a67e32c397091fe5939ced</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)</title>
<updated>2021-10-07T22:46:49+00:00</updated>
<author>
<name>Matthias Reichl</name>
<email>github@hias.horus.com</email>
</author>
<published>2021-10-07T22:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=392a89835371baa0fc4bf79ae479abb80661f57d'/>
<id>392a89835371baa0fc4bf79ae479abb80661f57d</id>
<content type='text'>
Prevent use-after-free of running loop holder via cache.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent use-after-free of running loop holder via cache.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45408: Don't override previous tokenizer errors in the second parser pass (GH-28812)</title>
<updated>2021-10-07T21:33:05+00:00</updated>
<author>
<name>Pablo Galindo Salgado</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2021-10-07T21:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0219017df7ec41839fd0d56a3076b5f09c58d313'/>
<id>0219017df7ec41839fd0d56a3076b5f09c58d313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45337: Use the realpath of the new executable when creating a venv on Windows (GH-28663)</title>
<updated>2021-10-07T20:26:12+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@python.org</email>
</author>
<published>2021-10-07T20:26:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6811fdaec825bd6ab64e358a4b480108f5634d2d'/>
<id>6811fdaec825bd6ab64e358a4b480108f5634d2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-16379: Fix SQLite version checks in test_module_constants() (GH-28809)</title>
<updated>2021-10-07T19:48:13+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-10-07T19:48:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8deb7afbaaaad847656842375119f8dbef8aea54'/>
<id>8deb7afbaaaad847656842375119f8dbef8aea54</id>
<content type='text'>
Automerge-Triggered-By: GH:pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: GH:pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45403: Fix test_sys.test_stdlib_dir() (GH-28785)</title>
<updated>2021-10-07T19:22:28+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-10-07T19:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=768aaf6c433e6a13b82c7bdebd0062c7472c1fc7'/>
<id>768aaf6c433e6a13b82c7bdebd0062c7472c1fc7</id>
<content type='text'>
Fix test_sys.test_stdlib_dir() when Python is built outside the
source tree: compare normalized paths.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_sys.test_stdlib_dir() when Python is built outside the
source tree: compare normalized paths.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45402: Fix test_tools.test_sundry() (GH-28786)</title>
<updated>2021-10-07T19:19:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-10-07T19:19:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ff8859d965815e8b5af346bd90299cfa5568c855'/>
<id>ff8859d965815e8b5af346bd90299cfa5568c855</id>
<content type='text'>
Fix test_tools.test_sundry() when Python is built out of tree: fix
how the freeze_modules.py tool locates the _freeze_module program.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_tools.test_sundry() when Python is built out of tree: fix
how the freeze_modules.py tool locates the _freeze_module program.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove draft notice on the 3.10 What's new document (GH-28806)</title>
<updated>2021-10-07T18:00:29+00:00</updated>
<author>
<name>Pablo Galindo Salgado</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2021-10-07T18:00:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=32485cecab0111a858055b7a60df3b9903b162e3'/>
<id>32485cecab0111a858055b7a60df3b9903b162e3</id>
<content type='text'>
Automerge-Triggered-By: GH:pablogsal</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: GH:pablogsal</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45400: Fix suggestion test of test_exceptions (GH-28783)</title>
<updated>2021-10-07T11:47:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2021-10-07T11:47:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4e605666b08b8f863cbbbdaa34bb06988e648d26'/>
<id>4e605666b08b8f863cbbbdaa34bb06988e648d26</id>
<content type='text'>
Fix test_name_error_suggestions_do_not_trigger_for_too_many_locals()
of test_exceptions if a directory name contains "a1" (like
"Python-3.11.0a1"): use a stricter regular expression.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix test_name_error_suggestions_do_not_trigger_for_too_many_locals()
of test_exceptions if a directory name contains "a1" (like
"Python-3.11.0a1"): use a stricter regular expression.</pre>
</div>
</content>
</entry>
</feed>
