<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Misc, branch benjamin-pyapi</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-33437: add __new__ vs __init__ example (GH-9145)</title>
<updated>2018-09-12T17:00:30+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2018-09-12T17:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f52237400b9960d434c5d0676a3479b8c1e8c869'/>
<id>f52237400b9960d434c5d0676a3479b8c1e8c869</id>
<content type='text'>
Improve Enum docs.


https://bugs.python.org/issue33437</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve Enum docs.


https://bugs.python.org/issue33437</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)</title>
<updated>2018-09-12T00:32:15+00:00</updated>
<author>
<name>Cheryl Sabella</name>
<email>cheryl.sabella@gmail.com</email>
</author>
<published>2018-09-12T00:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=731ff68eeef58babdf2b32dc9a73b141760c2be9'/>
<id>731ff68eeef58babdf2b32dc9a73b141760c2be9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)</title>
<updated>2018-09-11T23:18:01+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-09-11T23:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6c7d67ce83a62b5f0fe5c53a6df602827451bf7f'/>
<id>6c7d67ce83a62b5f0fe5c53a6df602827451bf7f</id>
<content type='text'>
Address a C undefined behavior signed integer overflow issue in set object table resizing.  Our -fwrapv compiler flag and practical reasons why sets are unlikely to get this large should mean this was never an issue but it was incorrect code that generates code analysis warnings.

&lt;!-- issue-number: [bpo-1621](https://www.bugs.python.org/issue1621) --&gt;
https://bugs.python.org/issue1621
&lt;!-- /issue-number --&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address a C undefined behavior signed integer overflow issue in set object table resizing.  Our -fwrapv compiler flag and practical reasons why sets are unlikely to get this large should mean this was never an issue but it was incorrect code that generates code analysis warnings.

&lt;!-- issue-number: [bpo-1621](https://www.bugs.python.org/issue1621) --&gt;
https://bugs.python.org/issue1621
&lt;!-- /issue-number --&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)</title>
<updated>2018-09-11T23:14:00+00:00</updated>
<author>
<name>Max Bélanger</name>
<email>aeromax@gmail.com</email>
</author>
<published>2018-09-11T23:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4859ba0d2ce4506fddc3f55f90f8dce031b3804f'/>
<id>4859ba0d2ce4506fddc3f55f90f8dce031b3804f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)</title>
<updated>2018-09-11T22:47:59+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2018-09-11T22:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ec014a101a7f6243b95dfc08acfe1542b9fa5d39'/>
<id>ec014a101a7f6243b95dfc08acfe1542b9fa5d39</id>
<content type='text'>
When handling \s, \d, or \w (and their inverse) escapes in bytes regexes this a small but measurable performance improvement.

&lt;!-- issue-number: [bpo-34636](https://www.bugs.python.org/issue34636) --&gt;
https://bugs.python.org/issue34636
&lt;!-- /issue-number --&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When handling \s, \d, or \w (and their inverse) escapes in bytes regexes this a small but measurable performance improvement.

&lt;!-- issue-number: [bpo-34636](https://www.bugs.python.org/issue34636) --&gt;
https://bugs.python.org/issue34636
&lt;!-- /issue-number --&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)</title>
<updated>2018-09-11T22:23:25+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-09-11T22:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=998b80636690ffbdb0a278810d9c031fad38631d'/>
<id>998b80636690ffbdb0a278810d9c031fad38631d</id>
<content type='text'>
This reverts commit 886483e2b9bbabf60ab769683269b873381dd5ee.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 886483e2b9bbabf60ab769683269b873381dd5ee.</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175)</title>
<updated>2018-09-11T21:45:45+00:00</updated>
<author>
<name>guoci</name>
<email>zguoci@gmail.com</email>
</author>
<published>2018-09-11T21:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90fc8980bbcc5c7dcced3627fe172b0bfd193a3b'/>
<id>90fc8980bbcc5c7dcced3627fe172b0bfd193a3b</id>
<content type='text'>
Previously, col_offset points to the keyword after "async".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, col_offset points to the keyword after "async".
</pre>
</div>
</content>
</entry>
<entry>
<title>closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788)</title>
<updated>2018-09-11T18:46:55+00:00</updated>
<author>
<name>Oren Milman</name>
<email>orenmn@gmail.com</email>
</author>
<published>2018-09-11T18:46:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=24bd50bdcc97d65130c07d6cd26085fd06c3e972'/>
<id>24bd50bdcc97d65130c07d6cd26085fd06c3e972</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)</title>
<updated>2018-09-11T17:44:52+00:00</updated>
<author>
<name>wim glenn</name>
<email>wim.glenn@gmail.com</email>
</author>
<published>2018-09-11T17:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=08bcf647d8a92e4bd47531588b284c6820b7a7ef'/>
<id>08bcf647d8a92e4bd47531588b284c6820b7a7ef</id>
<content type='text'>
&lt;!-- issue-number: [bpo-28617](https://www.bugs.python.org/issue28617) --&gt;
https://bugs.python.org/issue28617
&lt;!-- /issue-number --&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&lt;!-- issue-number: [bpo-28617](https://www.bugs.python.org/issue28617) --&gt;
https://bugs.python.org/issue28617
&lt;!-- /issue-number --&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)</title>
<updated>2018-09-11T17:13:04+00:00</updated>
<author>
<name>Andrew Svetlov</name>
<email>andrew.svetlov@gmail.com</email>
</author>
<published>2018-09-11T17:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0baa72f4b2e7185298d09cf64c7b591efcd22af0'/>
<id>0baa72f4b2e7185298d09cf64c7b591efcd22af0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
