<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include/cpython, branch faster-bytes-iter</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41366: Fix clang warning for sign conversion (GH-21592)</title>
<updated>2020-07-23T08:39:03+00:00</updated>
<author>
<name>Henry Schreiner</name>
<email>HenrySchreinerIII@gmail.com</email>
</author>
<published>2020-07-23T08:39:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=680254a8dc64e3ada00f88a7c42d41eb02108353'/>
<id>680254a8dc64e3ada00f88a7c42d41eb02108353</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40941: Unify implicit and explicit state in the frame and generator objects into a single value. (GH-20803)</title>
<updated>2020-07-17T10:44:23+00:00</updated>
<author>
<name>Mark Shannon</name>
<email>mark@hotpy.org</email>
</author>
<published>2020-07-17T10:44:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=cb9879b948a19c9434316f8ab6aba9c4601a8173'/>
<id>cb9879b948a19c9434316f8ab6aba9c4601a8173</id>
<content type='text'>
* Merge gen and frame state variables into one.

* Replace stack pointer with depth in PyFrameObject. Makes code easier to read and saves a word of memory.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Merge gen and frame state variables into one.

* Replace stack pointer with depth in PyFrameObject. Makes code easier to read and saves a word of memory.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36346: Make using the legacy Unicode C API optional (GH-21437)</title>
<updated>2020-07-10T20:26:06+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-07-10T20:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=4c8f09d7cef8c7aa07d5b5232b5b64f63819a743'/>
<id>4c8f09d7cef8c7aa07d5b5232b5b64f63819a743</id>
<content type='text'>
Add compile time option USE_UNICODE_WCHAR_CACHE. Setting it to 0
makes the interpreter not using the wchar_t cache and the legacy Unicode C API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add compile time option USE_UNICODE_WCHAR_CACHE. Setting it to 0
makes the interpreter not using the wchar_t cache and the legacy Unicode C API.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336)</title>
<updated>2020-07-05T15:53:45+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-07-05T15:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b3dd5cd4a36877c473417fd7b3358843dcf8e647'/>
<id>b3dd5cd4a36877c473417fd7b3358843dcf8e647</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uncomment Py_DEPRECATED for Py_UNICODE APIs (GH-21318)</title>
<updated>2020-07-05T02:01:54+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-07-05T02:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=13c90e82b6a1c3baff7f48f1bdc38058f6072f04'/>
<id>13c90e82b6a1c3baff7f48f1bdc38058f6072f04</id>
<content type='text'>
PyUnicode_EncodeDecimal and PyUnicode_TransformDecimalToASCII
are deprecated since Python 3.3.
But Py_DEPRECATED(3.3) was commented out.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyUnicode_EncodeDecimal and PyUnicode_TransformDecimalToASCII
are deprecated since Python 3.3.
But Py_DEPRECATED(3.3) was commented out.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223)</title>
<updated>2020-06-30T06:03:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2020-06-30T06:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=349f76c6aace5a4a2b57f6b442a532faf0027d6b'/>
<id>349f76c6aace5a4a2b57f6b442a532faf0027d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41123: Remove PyUnicode_AsUnicodeCopy (GH-21209)</title>
<updated>2020-06-30T03:23:07+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-06-30T03:23:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b3332660adb02babb7e66e45310c66dc9a9a94da'/>
<id>b3332660adb02babb7e66e45310c66dc9a9a94da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-23427: Add sys.orig_argv attribute (GH-20729)</title>
<updated>2020-06-29T22:49:03+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-06-29T22:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=dd8a93e23b5c4f9290e1cea6183d97eb9b5e61c0'/>
<id>dd8a93e23b5c4f9290e1cea6183d97eb9b5e61c0</id>
<content type='text'>
Add sys.orig_argv attribute: the list of the original command line
arguments passed to the Python executable.

Rename also PyConfig._orig_argv to PyConfig.orig_argv and
document it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add sys.orig_argv attribute: the list of the original command line
arguments passed to the Python executable.

Rename also PyConfig._orig_argv to PyConfig.orig_argv and
document it.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41123: Remove PyUnicode_GetMax() (GH-21192)</title>
<updated>2020-06-29T01:46:51+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-06-29T01:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d9f2a13106254c53550583adca70aeb3979f2993'/>
<id>d9f2a13106254c53550583adca70aeb3979f2993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41123: Remove Py_UNICODE_str* functions (GH-21164)</title>
<updated>2020-06-27T09:22:09+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-06-27T09:22:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=20a79021753ab26a5989e6d3397160e52973870e'/>
<id>20a79021753ab26a5989e6d3397160e52973870e</id>
<content type='text'>
They are undocumented and deprecated since Python 3.3.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are undocumented and deprecated since Python 3.3.</pre>
</div>
</content>
</entry>
</feed>
