<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules, 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-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-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)</title>
<updated>2021-10-07T09:16:45+00:00</updated>
<author>
<name>Erlend Egeberg Aasland</name>
<email>erlend.aasland@innova.no</email>
</author>
<published>2021-10-07T09:16:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3f2c433da560d7999a52f9fcba4bbd0898848520'/>
<id>3f2c433da560d7999a52f9fcba4bbd0898848520</id>
<content type='text'>
* bpo-45041: Restore sqlite3 executescript behaviour for select queries

* Add regression test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-45041: Restore sqlite3 executescript behaviour for select queries

* Add regression test</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in the Modules directory (GH-28761)</title>
<updated>2021-10-07T08:34:42+00:00</updated>
<author>
<name>Christian Clauss</name>
<email>cclauss@me.com</email>
</author>
<published>2021-10-07T08:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=dd02a696e55b450413e765e698e653d781ca4205'/>
<id>dd02a696e55b450413e765e698e653d781ca4205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29505: Add fuzzer for ast.literal_eval (GH-28777)</title>
<updated>2021-10-06T23:22:09+00:00</updated>
<author>
<name>Ammar Askar</name>
<email>ammar@ammaraskar.com</email>
</author>
<published>2021-10-06T23:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=db72e58ea5940c3942ede9f70cb897510b52fc36'/>
<id>db72e58ea5940c3942ede9f70cb897510b52fc36</id>
<content type='text'>
This supercedes https://github.com/python/cpython/pull/3437 and fuzzes the method we recommend for unsafe inputs, `ast.literal_eval`. This should exercise the tokenizer and parser.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This supercedes https://github.com/python/cpython/pull/3437 and fuzzes the method we recommend for unsafe inputs, `ast.literal_eval`. This should exercise the tokenizer and parser.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40116: Add insertion order bit-vector to dict values to allow dicts to share keys more freely. (GH-28520)</title>
<updated>2021-10-06T12:19:53+00:00</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2021-10-06T12:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a7252f88d3fa33036bdd6036b8c97bc785ed6f17'/>
<id>a7252f88d3fa33036bdd6036b8c97bc785ed6f17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794)</title>
<updated>2021-10-05T13:19:32+00:00</updated>
<author>
<name>Hai Shi</name>
<email>shihai1992@gmail.com</email>
</author>
<published>2021-10-05T13:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b9bb74871b27d9226df2dd3fce9d42bda8b43c2b'/>
<id>b9bb74871b27d9226df2dd3fce9d42bda8b43c2b</id>
<content type='text'>
Automerge-Triggered-By: GH:encukou</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: GH:encukou</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45355: Use sizeof(_Py_CODEUNIT) instead of literal 2 for the size of the code unit (GH-28711)</title>
<updated>2021-10-03T18:22:42+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-10-03T18:22:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60b9e040c9cf40e69f42c0008e564458aa0379e8'/>
<id>60b9e040c9cf40e69f42c0008e564458aa0379e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces. (GH-28706)</title>
<updated>2021-10-03T13:58:14+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-10-03T13:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a5a56154f14f3f4656a510e8b79e96d06289e654'/>
<id>a5a56154f14f3f4656a510e8b79e96d06289e654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45329: Fix freed memory access in pyexpat.c (GH-28649)</title>
<updated>2021-10-02T09:57:13+00:00</updated>
<author>
<name>TAGAMI Yukihiro</name>
<email>tagami.yukihiro@gmail.com</email>
</author>
<published>2021-10-02T09:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0742abdc48886b74ed3b66985a54bb1c32802670'/>
<id>0742abdc48886b74ed3b66985a54bb1c32802670</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
