]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 19 Dec 2021 21:05:46 +0000 (15:05 -0600)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 21:05:46 +0000 (15:05 -0600)
commit29ea68bd1dcf30842c2ed908a6d815bc1d90f484
tree2b3d8b3bc3945241cf44d936374f746ef2974a3a
parent2ef06d412531d1163dbc72877c88aedf3ed82a25
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)

This reverts commit 2ef06d412531d1163dbc72877c88aedf3ed82a25.
Doc/c-api/typeobj.rst
Include/floatobject.h
Include/object.h
Misc/NEWS.d/next/C API/2021-12-19-13-02-59.bpo-46131.ZBWQtO.rst [deleted file]
Objects/floatobject.c
Objects/typeobject.c
Tools/gdb/libpython.py