<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include, branch datetime_backport_test</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-42093: Add opcode cache for LOAD_ATTR (GH-22803)</title>
<updated>2020-10-20T05:22:44+00:00</updated>
<author>
<name>Pablo Galindo</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2020-10-20T05:22:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=109826c8508dd02e06ae0f1784f1d202495a8680'/>
<id>109826c8508dd02e06ae0f1784f1d202495a8680</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)</title>
<updated>2020-10-19T22:47:37+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2020-10-19T22:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1438c2ac773e87d1f9c97fc22f2346e16bf48773'/>
<id>1438c2ac773e87d1f9c97fc22f2346e16bf48773</id>
<content type='text'>
It was moved out of the limited API in 7d95e4072169911b228c9e42367afb5f17fd3db0.
This change re-enables it from 3.10, to avoid generating invalid extension modules for earlier versions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was moved out of the limited API in 7d95e4072169911b228c9e42367afb5f17fd3db0.
This change re-enables it from 3.10, to avoid generating invalid extension modules for earlier versions.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)</title>
<updated>2020-10-19T22:17:50+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2020-10-19T22:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4'/>
<id>3a8fdb28794b2f19f6c8464378fb8b46bce1f5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40422: Move _Py_closerange to fileutils.c (GH-22680)</title>
<updated>2020-10-13T20:04:44+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans91@users.noreply.github.com</email>
</author>
<published>2020-10-13T20:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7992579cd27f14f472acc37aca537eec55f681ef'/>
<id>7992579cd27f14f472acc37aca537eec55f681ef</id>
<content type='text'>
This API is relatively lightweight and organizationally, given that it's
used by multiple modules, it makes sense to move it to fileutils.

Requires making sure that _posixsubprocess is compiled with the appropriate
Py_BUIILD_CORE_BUILTIN macro.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This API is relatively lightweight and organizationally, given that it's
used by multiple modules, it makes sense to move it to fileutils.

Requires making sure that _posixsubprocess is compiled with the appropriate
Py_BUIILD_CORE_BUILTIN macro.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41756: Export PyGen_Send and wrap it in if-defs (#22677)</title>
<updated>2020-10-13T17:26:51+00:00</updated>
<author>
<name>Vladimir Matveev</name>
<email>vladima@fb.com</email>
</author>
<published>2020-10-13T17:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cfb0f57ff876ab3d04ff144f19eda58844981643'/>
<id>cfb0f57ff876ab3d04ff144f19eda58844981643</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete PyGen_Send (#22663)</title>
<updated>2020-10-12T19:10:42+00:00</updated>
<author>
<name>Vladimir Matveev</name>
<email>vladima@fb.com</email>
</author>
<published>2020-10-12T19:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=24a54c0bd48d9f6f1a1289ca57afb381bc4b280e'/>
<id>24a54c0bd48d9f6f1a1289ca57afb381bc4b280e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in listobject.h (GH-22588)</title>
<updated>2020-10-11T18:21:51+00:00</updated>
<author>
<name>chilaxan</name>
<email>chilaxan@gmail.com</email>
</author>
<published>2020-10-11T18:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=10c98db7f5ccf0af9d8803a132ca8641193ebda1'/>
<id>10c98db7f5ccf0af9d8803a132ca8641193ebda1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41991: Remove _PyObject_HasAttrId (GH-22629)</title>
<updated>2020-10-10T19:23:42+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-10-10T19:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=98c4433a81a4cd88c7438adbee1f2aa486188ca3'/>
<id>98c4433a81a4cd88c7438adbee1f2aa486188ca3</id>
<content type='text'>
It can silence arbitrary exceptions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can silence arbitrary exceptions.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41986: Add Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode back to limited API (GH-22621)</title>
<updated>2020-10-10T14:09:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-10-10T14:09:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=637a09b0d6e3ad4e34e0b5e0fc82f5afeae6f74b'/>
<id>637a09b0d6e3ad4e34e0b5e0fc82f5afeae6f74b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41756: Add PyIter_Send function (#22443)</title>
<updated>2020-10-10T00:15:15+00:00</updated>
<author>
<name>Vladimir Matveev</name>
<email>vladima@fb.com</email>
</author>
<published>2020-10-10T00:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=037245c5ac46c3436f617a1f5d965929754be239'/>
<id>037245c5ac46c3436f617a1f5d965929754be239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
