<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git, branch enum-private-310</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>Merge branch '3.10' into enum-private-310</title>
<updated>2021-10-21T03:55:46+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2021-10-21T03:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=c52338fc42353e8d0c6214e4c22427807439dfd5'/>
<id>c52338fc42353e8d0c6214e4c22427807439dfd5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add reference to name mangling</title>
<updated>2021-10-21T03:46:18+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2021-10-21T03:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=8f05ffb0534c2343fc45ad0e1d91ae1dc2d92b64'/>
<id>8f05ffb0534c2343fc45ad0e1d91ae1dc2d92b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44559: [Enum] restore fixes lost in 3.9 reversion (GH-29114)</title>
<updated>2021-10-21T02:48:37+00:00</updated>
<author>
<name>Ethan Furman</name>
<email>ethan@stoneleaf.us</email>
</author>
<published>2021-10-21T02:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=2a9ab75af32b1ee9f210ae2a0718990687d0f79d'/>
<id>2a9ab75af32b1ee9f210ae2a0718990687d0f79d</id>
<content type='text'>
- fix exception leaks
- re-add deprecation warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix exception leaks
- re-add deprecation warnings</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45192: Fix a bug that infers the type of an os.PathLike[bytes] object as str (GH-28323) (GH-29111)</title>
<updated>2021-10-20T21:27:30+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T21:27:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=64e83c711eb371d60fce64cae074c4d3311f6ece'/>
<id>64e83c711eb371d60fce64cae074c4d3311f6ece</id>
<content type='text'>
An object implementing the os.PathLike protocol can represent a file
system path as a str or bytes object.
Therefore, _infer_return_type function should infer os.PathLike[str]
object as str type and os.PathLike[bytes] object as bytes type.
(cherry picked from commit 6270d3eeaf17b50abc4f8f4d97790d66179638e4)

Co-authored-by: Kyungmin Lee &lt;rekyungmin@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An object implementing the os.PathLike protocol can represent a file
system path as a str or bytes object.
Therefore, _infer_return_type function should infer os.PathLike[str]
object as str type and os.PathLike[bytes] object as bytes type.
(cherry picked from commit 6270d3eeaf17b50abc4f8f4d97790d66179638e4)

Co-authored-by: Kyungmin Lee &lt;rekyungmin@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45464: [doc] Explain that subclassing multiple exceptions is fragile (GH-29094) (GH-29104)</title>
<updated>2021-10-20T18:50:09+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T18:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b2a989995e6b725c5c957927127832fd3fcecfa2'/>
<id>b2a989995e6b725c5c957927127832fd3fcecfa2</id>
<content type='text'>
Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;
(cherry picked from commit dff0b713436e286bb1afdd7c6f3093c8e8db16dd)

Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Pablo Galindo Salgado &lt;Pablogsal@gmail.com&gt;
(cherry picked from commit dff0b713436e286bb1afdd7c6f3093c8e8db16dd)

Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45532: Replace 'default' with 'main' as default in sys.version (GH-29100)</title>
<updated>2021-10-20T17:41:35+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T17:41:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=696a89fef81f8229ebff9c32dfd36921c04f0890'/>
<id>696a89fef81f8229ebff9c32dfd36921c04f0890</id>
<content type='text'>
(cherry picked from commit d2cd5eef0c3fc0431bfe3fc24b4c020ebfcf8aad)

Co-authored-by: Jeong YunWon &lt;69878+youknowone@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d2cd5eef0c3fc0431bfe3fc24b4c020ebfcf8aad)

Co-authored-by: Jeong YunWon &lt;69878+youknowone@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45229: Make doctest tests discoverable (GH-28986) (GH-29095)</title>
<updated>2021-10-20T16:52:22+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T16:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=65de808811f93793599209f74bb1bab3ad399b17'/>
<id>65de808811f93793599209f74bb1bab3ad399b17</id>
<content type='text'>
(cherry picked from commit 8d6740f489fca67a44de165d29d9e0ad86285779)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 8d6740f489fca67a44de165d29d9e0ad86285779)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup a couple of comments left on PR 28775 post-merge. (GH-29079)</title>
<updated>2021-10-20T16:42:39+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T16:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d6afe3be0106818454e1aac07bebe6d5e75bb38d'/>
<id>d6afe3be0106818454e1aac07bebe6d5e75bb38d</id>
<content type='text'>
(cherry picked from commit 1dfac27dffbe771f9d88bd1726f7362ce0341437)

Co-authored-by: Gregory P. Smith &lt;greg@krypto.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 1dfac27dffbe771f9d88bd1726f7362ce0341437)

Co-authored-by: Gregory P. Smith &lt;greg@krypto.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45536: Check OpenSSL APIs in configure (GH-29088)</title>
<updated>2021-10-20T15:46:32+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T15:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=5537b9f10510735447bea81079ac586f46decf20'/>
<id>5537b9f10510735447bea81079ac586f46decf20</id>
<content type='text'>
(cherry picked from commit 81520fe677d15cc7f9af5140bc5f9eca8409ad90)

Co-authored-by: Christian Heimes &lt;christian@python.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 81520fe677d15cc7f9af5140bc5f9eca8409ad90)

Co-authored-by: Christian Heimes &lt;christian@python.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add PEPs 593 &amp; 647 to list of PEPs at top of typing docs (GH-29097)</title>
<updated>2021-10-20T15:36:34+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-10-20T15:36:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=0d0312e1ac4a92d8cfb71c4c66c66eaf7270262f'/>
<id>0d0312e1ac4a92d8cfb71c4c66c66eaf7270262f</id>
<content type='text'>
(cherry picked from commit d9e1dae35ac20acfeb2509b0dea4c3943693e79d)

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d9e1dae35ac20acfeb2509b0dea4c3943693e79d)

Co-authored-by: Alex Waygood &lt;Alex.Waygood@Gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
