]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46131: add fastpath for PyFloat_Check() (#30200)
authorMatti Picus <matti.picus@gmail.com>
Sun, 19 Dec 2021 20:24:30 +0000 (22:24 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Dec 2021 20:24:30 +0000 (14:24 -0600)
commit2ef06d412531d1163dbc72877c88aedf3ed82a25
tree9a8a1f60d82447795da0345c00e561c15448cd1b
parentaeb9ef4c7287fe367b6e9adcf1c5f994d5bc1a09
bpo-46131: add fastpath for PyFloat_Check() (#30200)
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 [new file with mode: 0644]
Objects/floatobject.c
Objects/typeobject.c
Tools/gdb/libpython.py