<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/unionobject.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>bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)</title>
<updated>2021-07-30T09:31:54+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-30T09:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=472997659b9c73089cdc22bd7eded6f6fdcffdfe'/>
<id>472997659b9c73089cdc22bd7eded6f6fdcffdfe</id>
<content type='text'>
Co-authored-by: Ken Jin &lt;28750310+Fidget-Spinner@users.noreply.github.com&gt;
(cherry picked from commit 8182c8329c709f42218a8a17d81639ece5b7b627)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.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;
(cherry picked from commit 8182c8329c709f42218a8a17d81639ece5b7b627)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44732: Rename types.Union to types.UnionType (GH-27342)</title>
<updated>2021-07-26T19:02:58+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-26T19:02:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8a37e8cf45105fbb592c31ebd30501bbdea5ab81'/>
<id>8a37e8cf45105fbb592c31ebd30501bbdea5ab81</id>
<content type='text'>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;
(cherry picked from commit 2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0)

Co-authored-by: Hasan &lt;hasan.aleeyev@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Łukasz Langa &lt;lukasz@langa.pl&gt;
Co-authored-by: Jelle Zijlstra &lt;jelle.zijlstra@gmail.com&gt;
(cherry picked from commit 2b8ad9e6c5f0a66e9ca2d15f85336d8a3eefefb0)

Co-authored-by: Hasan &lt;hasan.aleeyev@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44676: Serialize the union type using only public API (GH-27323) (GH-27340)</title>
<updated>2021-07-24T19:35:33+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-24T19:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0aea99e44416f37c75e5540072156dbf90ef1659'/>
<id>0aea99e44416f37c75e5540072156dbf90ef1659</id>
<content type='text'>
Remove also the _from_args() constructor.
(cherry picked from commit 435a0334d341e5f8faed594d9f015746bb7845db)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove also the _from_args() constructor.
(cherry picked from commit 435a0334d341e5f8faed594d9f015746bb7845db)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44731: Simplify the union type implementation (GH-27318) (GH-27334)</title>
<updated>2021-07-24T14:49:25+00:00</updated>
<author>
<name>Ken Jin</name>
<email>28750310+Fidget-Spinner@users.noreply.github.com</email>
</author>
<published>2021-07-24T14:49:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca5a4cf8266cf789eae379fe224458e94dd41b30'/>
<id>ca5a4cf8266cf789eae379fe224458e94dd41b30</id>
<content type='text'>
Remove direct support of typing types in the C code because they are already supported by defining methods __or__ and __ror__ in the Python code.

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove direct support of typing types in the C code because they are already supported by defining methods __or__ and __ror__ in the Python code.

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[3.10] bpo-44676: Add ability to serialize types.Union (GH-27244) (GH-27333)</title>
<updated>2021-07-24T14:08:53+00:00</updated>
<author>
<name>Pablo Galindo Salgado</name>
<email>Pablogsal@gmail.com</email>
</author>
<published>2021-07-24T14:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9356d1e47de583fd794e9d29abc448759f7a4109'/>
<id>9356d1e47de583fd794e9d29abc448759f7a4109</id>
<content type='text'>
(cherry picked from commit fe13f0b0f696464dd6f283576668dbf57cb11399)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit fe13f0b0f696464dd6f283576668dbf57cb11399)

Co-authored-by: Yurii Karabas &lt;1998uriyyo@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)</title>
<updated>2021-07-22T22:18:49+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-22T22:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=21db59fc75b6ebb01bf120a8e5930fe032174f73'/>
<id>21db59fc75b6ebb01bf120a8e5930fe032174f73</id>
<content type='text'>
(cherry picked from commit 2e3744d50b6e30ea24351e55b4352dcc58fd469e)

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 2e3744d50b6e30ea24351e55b4352dcc58fd469e)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-44633: Fix parameter substitution of the union type with wrong types. (GH-27218) (GH-27224)</title>
<updated>2021-07-18T11:59:25+00:00</updated>
<author>
<name>Miss Islington (bot)</name>
<email>31488909+miss-islington@users.noreply.github.com</email>
</author>
<published>2021-07-18T11:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=85b58292cf94de74d028053ac33a65f269f305cb'/>
<id>85b58292cf94de74d028053ac33a65f269f305cb</id>
<content type='text'>
A TypeError is now raised instead of returning NotImplemented.
(cherry picked from commit 3ea5332a4365bdd771286b3e9692495116e9ceef)

Co-authored-by: Serhiy Storchaka &lt;storchaka@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A TypeError is now raised instead of returning NotImplemented.
(cherry picked from commit 3ea5332a4365bdd771286b3e9692495116e9ceef)

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>[3.10] bpo-44652: Preserve natural order of args in the union type. (GH-27185) (GH-27190)</title>
<updated>2021-07-16T13:42:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2021-07-16T13:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=80844d1ebc03e1cf3ffdeb47751522499e90b0bc'/>
<id>80844d1ebc03e1cf3ffdeb47751522499e90b0bc</id>
<content type='text'>
(cherry picked from commit 0cd2d51aadcd2a0c0739a5df0a6235d64f35619e)

Automerge-Triggered-By: GH:ambv</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 0cd2d51aadcd2a0c0739a5df0a6235d64f35619e)

Automerge-Triggered-By: GH:ambv</pre>
</div>
</content>
</entry>
</feed>
