]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
authorChristian Heimes <christian@python.org>
Wed, 30 Mar 2022 19:28:33 +0000 (22:28 +0300)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 19:28:33 +0000 (12:28 -0700)
commit581c4434de62d9d36392f10e65866c081fb18d71
tree8c7f01b8826e7f11bbe9a344612bb0187e2e4e8e
parent795c00b91cbc208969302e9e16a269c2049af3e9
bpo-47162: Add call trampoline to mitigate bad fpcasts on Emscripten (GH-32189)
Include/internal/pycore_object.h
Misc/NEWS.d/next/Core and Builtins/2022-03-30-13-13-25.bpo-47162.yDJMUm.rst [new file with mode: 0644]
Objects/call.c
Objects/descrobject.c
Objects/methodobject.c
Python/import.c
Python/importdl.c
Python/importdl.h