<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Include, 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-40939: Remove even more references to the old parser (GH-21642)</title>
<updated>2020-07-27T19:52:59+00:00</updated>
<author>
<name>Lysandros Nikolaou</name>
<email>lisandrosnik@gmail.com</email>
</author>
<published>2020-07-27T19:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b3fbff7289176ba1a322e6899c3d4a04880ed5a7'/>
<id>b3fbff7289176ba1a322e6899c3d4a04880ed5a7</id>
<content type='text'>
Automerge-Triggered-By: @lysnikolaou</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Automerge-Triggered-By: @lysnikolaou</pre>
</div>
</content>
</entry>
<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>Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378)" (GH-21390)</title>
<updated>2020-07-08T09:02:23+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-07-08T09:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b26a0db8ea2de3a8a8e4b40e69fc8642c7d7cb68'/>
<id>b26a0db8ea2de3a8a8e4b40e69fc8642c7d7cb68</id>
<content type='text'>
This partially reverts commit 45ec5b99aefa54552947049086e87ec01bc2fc9a.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This partially reverts commit 45ec5b99aefa54552947049086e87ec01bc2fc9a.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29778: test_embed tests the path configuration (GH-21306)</title>
<updated>2020-07-07T22:20:37+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-07-07T22:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8f42748ded5e978fe8a924115179d45a74a6363b'/>
<id>8f42748ded5e978fe8a924115179d45a74a6363b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41165: Deprecate PyEval_ReleaseLock() (GH-21309)</title>
<updated>2020-07-06T02:48:30+00:00</updated>
<author>
<name>Inada Naoki</name>
<email>songofacandy@gmail.com</email>
</author>
<published>2020-07-06T02:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=9ce8132e1f2339cfe116dfd4795574182c2245b4'/>
<id>9ce8132e1f2339cfe116dfd4795574182c2245b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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-1635741: Release Unicode interned strings at exit (GH-21269)</title>
<updated>2020-07-01T23:19:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@python.org</email>
</author>
<published>2020-07-01T23:19:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=666ecfb0957a2fa0df5e2bd03804195de74bdfbf'/>
<id>666ecfb0957a2fa0df5e2bd03804195de74bdfbf</id>
<content type='text'>
* PyUnicode_InternInPlace() now ensures that interned strings are
  ready.
* Add _PyUnicode_ClearInterned().
* Py_Finalize() now releases Unicode interned strings:
  call _PyUnicode_ClearInterned().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PyUnicode_InternInPlace() now ensures that interned strings are
  ready.
* Add _PyUnicode_ClearInterned().
* Py_Finalize() now releases Unicode interned strings:
  call _PyUnicode_ClearInterned().</pre>
</div>
</content>
</entry>
</feed>
