cpython/Tools/build
Victor Stinner 0124b5dd28
gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)
Add _PyStaticObject_CheckRefcnt() function to make
_PyStaticObjects_CheckRefcnt() shorter. Use
_PyObject_ASSERT_FAILED_MSG() to log the object causing the fatal
error.
2022-11-09 08:40:40 +01:00
..
check_extension_modules.py
deepfreeze.py
freeze_modules.py
generate_global_objects.py gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261) 2022-11-09 08:40:40 +01:00
generate_levenshtein_examples.py gh-99016: Make build scripts compatible with Python 3.8 (GH-99017) 2022-11-02 20:30:09 +02:00
generate_opcode_h.py gh-99016: Make build scripts compatible with Python 3.8 (GH-99017) 2022-11-02 20:30:09 +02:00
generate_re_casefix.py
generate_sre_constants.py
generate_stdlib_module_names.py gh-98627: Add the _testsinglephase Module (gh-99039) 2022-11-08 09:58:11 -07:00
generate_token.py
parse_html5_entities.py
smelly.py
stable_abi.py
umarshal.py
update_file.py
verify_ensurepip_wheels.py