mirror of
https://github.com/python/cpython.git
synced 2025-10-10 00:43:41 +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
|
@ -1959,7 +1959,6 @@ PyTypeObject PyFloat_Type = {
|
|||
0, /* tp_setattro */
|
||||
0, /* tp_as_buffer */
|
||||
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_BASETYPE |
|
||||
Py_TPFLAGS_FLOAT_SUBCLASS |
|
||||
_Py_TPFLAGS_MATCH_SELF, /* tp_flags */
|
||||
float_new__doc__, /* tp_doc */
|
||||
0, /* tp_traverse */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue