diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2021-12-19 21:05:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 21:05:46 (GMT) |
commit | 29ea68bd1dcf30842c2ed908a6d815bc1d90f484 (patch) | |
tree | 2b3d8b3bc3945241cf44d936374f746ef2974a3a /Doc/c-api | |
parent | 2ef06d412531d1163dbc72877c88aedf3ed82a25 (diff) | |
download | cpython-29ea68bd1dcf30842c2ed908a6d815bc1d90f484.zip cpython-29ea68bd1dcf30842c2ed908a6d815bc1d90f484.tar.gz cpython-29ea68bd1dcf30842c2ed908a6d815bc1d90f484.tar.bz2 |
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
This reverts commit 2ef06d412531d1163dbc72877c88aedf3ed82a25.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/typeobj.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index eed2ac2..cd8723e 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -1145,7 +1145,6 @@ and :c:type:`PyType_Type` effectively act as defaults.) .. XXX Document more flags here? - .. data:: Py_TPFLAGS_FLOAT_SUBCLASS .. data:: Py_TPFLAGS_LONG_SUBCLASS .. data:: Py_TPFLAGS_LIST_SUBCLASS .. data:: Py_TPFLAGS_TUPLE_SUBCLASS |