Jelle Zijlstra
|
d53560deb2
|
gh-105858: Expose some union-related objects as internal APIs (GH-116025)
We now use these in the AST parsing code after gh-105880. A few comparable types (e.g.,
NoneType) are already exposed as internal APIs.
|
2024-02-28 09:56:40 +00:00 |
Victor Stinner
|
7546914e3f
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
Yurii Karabas
|
0ef8d921f5
|
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
|
2022-04-28 23:24:19 +08:00 |
Serhiy Storchaka
|
8f50f44592
|
bpo-44654: Do not export the union type related symbols (GH-27223)
|
2021-07-18 15:55:20 +03:00 |
Serhiy Storchaka
|
0fd27375ca
|
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
|
2021-07-17 22:44:10 +03:00 |
kj
|
4eb41d055e
|
bpo-42233: Add union type expression support for GenericAlias and fix de-duplicating of GenericAlias (GH-23077)
|
2020-11-08 20:00:13 -08:00 |
Maggie Moss
|
1b4552c5e8
|
bpo-41428: Implementation for PEP 604 (GH-21515)
See https://www.python.org/dev/peps/pep-0604/ for more information.
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
|
2020-09-09 21:23:24 +01:00 |