Files
cpython/Modules
Miss Islington (bot) 54bbb5e336 GH-97592: Fix crash in C remove_done_callback due to evil code (GH-97660)
Evil code could cause fut_callbacks to be cleared when PyObject_RichCompareBool is called.
(cherry picked from commit 63780f4599)

Co-authored-by: Guido van Rossum <guido@python.org>
2022-09-30 13:28:27 -07:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.