<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/genericaliasobject.c, branch enum-lost-fixes</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>[3.10] Remove trailing spaces (GH-28709)</title>
<updated>2021-10-03T17:03:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-10-03T17:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e'/>
<id>93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28367)</title>
<updated>2021-09-15T19:35:16+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-09-15T19:35:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=de4c9c0bdc9b62e68dacd0c4bac20d7f4c527511'/>
<id>de4c9c0bdc9b62e68dacd0c4bac20d7f4c527511</id>
<content type='text'>
(cherry picked from commit 5dce51a8875d9639786741e962b3cb208596b096)

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 5dce51a8875d9639786741e962b3cb208596b096)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)</title>
<updated>2021-07-17T21:10:21+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-17T21:10:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=03aad3049d1591c76a219dfe089e5367f88f167e'/>
<id>03aad3049d1591c76a219dfe089e5367f88f167e</id>
<content type='text'>
(cherry picked from commit 0fd27375cabd12e68a2f12cfeca11a2d5043429e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0fd27375cabd12e68a2f12cfeca11a2d5043429e)
</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980) (GH-27207)</title>
<updated>2021-07-17T19:14:57+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-07-17T19:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2d055ce13250a4074f66a945381a149a3cf8c46f'/>
<id>2d055ce13250a4074f66a945381a149a3cf8c46f</id>
<content type='text'>
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
Co-authored-by: Guido van Rossum &lt;gvanrossum@gmail.com&gt;.
(cherry picked from commit c45fa1a5d9b419cf13ad4b5a7cb453956495b83e)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.com&gt;
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
Co-authored-by: Guido van Rossum &lt;gvanrossum@gmail.com&gt;.
(cherry picked from commit c45fa1a5d9b419cf13ad4b5a7cb453956495b83e)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.com&gt;
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias (GH-27021)</title>
<updated>2021-07-05T11:33:53+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-05T11:33:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d17cc1ff9fe82b17bbe589b83e440959c8f135d7'/>
<id>d17cc1ff9fe82b17bbe589b83e440959c8f135d7</id>
<content type='text'>
* bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias

* Update Objects/genericaliasobject.c

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
(cherry picked from commit b324c4c5f763c5116a97db8591e6dcb94456570a)

Co-authored-by: Pablo Galindo &lt;Pablogsal@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-44562: Use PyType_GenericAlloc in Py_GenericAlias

* Update Objects/genericaliasobject.c

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
(cherry picked from commit b324c4c5f763c5116a97db8591e6dcb94456570a)

Co-authored-by: Pablo Galindo &lt;Pablogsal@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAlias … (GH-27016)</title>
<updated>2021-07-04T17:55:35+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-04T17:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=68330b681a4b63cedad58fcfd1d9573209bad21d'/>
<id>68330b681a4b63cedad58fcfd1d9573209bad21d</id>
<content type='text'>
(cherry picked from commit d33943a6c368c2184e238019c63ac7a267da5594)

Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d33943a6c368c2184e238019c63ac7a267da5594)

Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41559: Change PEP 612 implementation to pure Python (#25449)</title>
<updated>2021-04-28T15:38:14+00:00</updated>
<author>
<name>Ken Jin</name>
<email>28750310+Fidget-Spinner@users.noreply.github.com</email>
</author>
<published>2021-04-28T15:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=859577c24981d6b36960d309f99f7fc810fe75c2'/>
<id>859577c24981d6b36960d309f99f7fc810fe75c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)</title>
<updated>2021-01-03T12:18:25+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2021-01-03T12:18:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5d3553b0a8959e7505bbec4de03077dbf135ee4b'/>
<id>5d3553b0a8959e7505bbec4de03077dbf135ee4b</id>
<content type='text'>
In is_typing_name(), va_end() is not always called before the
function returns.  It is undefined behavior to call va_start()
without also calling va_end().</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In is_typing_name(), va_end() is not always called before the
function returns.  It is undefined behavior to call va_start()
without also calling va_end().</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41559: Implement PEP 612 - Add ParamSpec and Concatenate to typing (#23702)</title>
<updated>2020-12-24T04:33:48+00:00</updated>
<author>
<name>kj</name>
<email>28750310+Fidget-Spinner@users.noreply.github.com</email>
</author>
<published>2020-12-24T04:33:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73607be68668ab7f4bee53507c8dc7b5a46c9cb4'/>
<id>73607be68668ab7f4bee53507c8dc7b5a46c9cb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060)</title>
<updated>2020-12-13T18:38:24+00:00</updated>
<author>
<name>kj</name>
<email>28750310+Fidget-Spinner@users.noreply.github.com</email>
</author>
<published>2020-12-13T18:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=463c7d3d149283814d879a9bb8411af64e656c8e'/>
<id>463c7d3d149283814d879a9bb8411af64e656c8e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
