0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Tools/build
Victor Stinner f1ae706ca5
gh-107211: No longer export internal functions (7) (#108425)
No longer export _PyUnicode_FromId() internal C API function.

Change comment style to "// comment" and add comment explaining why
other functions have to be exported.

Update Tools/build/generate_token.py to update Include/internal/pycore_token.h
comments.
2023-08-24 17:40:56 +02:00
..
check_extension_modules.py
deepfreeze.py gh-105481: fix out of date comment (#108079) 2023-08-17 10:25:28 +00:00
freeze_modules.py
generate_global_objects.py
generate_levenshtein_examples.py
generate_re_casefix.py
generate_sre_constants.py
generate_stdlib_module_names.py
generate_token.py gh-107211: No longer export internal functions (7) (#108425) 2023-08-24 17:40:56 +02:00
parse_html5_entities.py
smelly.py
stable_abi.py
umarshal.py Fix the long64 reader in umarshal.py (GH-107828) 2023-08-10 23:43:14 +03:00
update_file.py
verify_ensurepip_wheels.py