mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
This reverts commit 2ef06d4125
.
This commit is contained in:
parent
2ef06d4125
commit
29ea68bd1d
7 changed files with 0 additions and 23 deletions
|
@ -397,7 +397,6 @@ given type object has a specified feature.
|
|||
#define _Py_TPFLAGS_MATCH_SELF (1UL << 22)
|
||||
|
||||
/* These flags are used to determine if a type is a subclass. */
|
||||
#define Py_TPFLAGS_FLOAT_SUBCLASS (1UL << 23)
|
||||
#define Py_TPFLAGS_LONG_SUBCLASS (1UL << 24)
|
||||
#define Py_TPFLAGS_LIST_SUBCLASS (1UL << 25)
|
||||
#define Py_TPFLAGS_TUPLE_SUBCLASS (1UL << 26)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue