Mark Shannon
|
15aecf8dd7
|
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
|
2023-01-04 15:41:39 +00:00 |
Irit Katriel
|
c31e356a10
|
gh-100720: refactor calculation of number of frame slots for a code object into the new function _PyFrame_NumSlotsForCodeObject (#100722)
|
2023-01-04 13:37:06 +00:00 |
Mark Shannon
|
fb713b2183
|
GH-98522: Add version number to code objects. (GH-98525)
* Add version number to code object for better versioning of functions.
* Improves specialization for closures and list comprehensions.
|
2022-12-09 12:18:45 +00:00 |
Brandt Bucher
|
276d77724f
|
GH-98686: Quicken everything (GH-98687)
|
2022-11-02 10:42:57 -07:00 |
Victor Stinner
|
1863302d61
|
gh-97669: Create Tools/build/ directory (#97963)
Create Tools/build/ directory. Move the following scripts from
Tools/scripts/ to Tools/build/:
* check_extension_modules.py
* deepfreeze.py
* freeze_modules.py
* generate_global_objects.py
* generate_levenshtein_examples.py
* generate_opcode_h.py
* generate_re_casefix.py
* generate_sre_constants.py
* generate_stdlib_module_names.py
* generate_token.py
* parse_html5_entities.py
* smelly.py
* stable_abi.py
* umarshal.py
* update_file.py
* verify_ensurepip_wheels.py
Update references to these scripts.
|
2022-10-17 12:01:00 +02:00 |