mirror of
https://github.com/python/cpython.git
synced 2025-09-12 19:57:40 +00:00
[3.10] bpo-44654: Refactor and clean up the union type implementation (GH-27196) (GH-27219)
(cherry picked from commit 0fd27375ca
)
This commit is contained in:
parent
2d055ce132
commit
03aad3049d
8 changed files with 85 additions and 120 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "pycore_object.h"
|
||||
#include "pycore_pyerrors.h"
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_unionobject.h" // _Py_Union(), _Py_union_type_or
|
||||
#include "pycore_unionobject.h" // _Py_union_type_or
|
||||
#include "frameobject.h"
|
||||
#include "structmember.h" // PyMemberDef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue