summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_unionobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-161-2/+2
* gh-91603: Speed up isinstance/issubclass on union types (GH-91631)Yurii Karabas2022-04-281-0/+1
* bpo-44654: Do not export the union type related symbols (GH-27223)Serhiy Storchaka2021-07-181-4/+4
* bpo-44654: Refactor and clean up the union type implementation (GH-27196)Serhiy Storchaka2021-07-171-3/+7
* bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...kj2020-11-091-0/+1
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-091-0/+17