Commit 6f6a4e6
authored
We only statically initialize for core code and builtin modules. Extension modules still create
the tuple at runtime. We'll solve that part of interpreter isolation separately.
This change includes generated code. The non-generated changes are in:
* Tools/clinic/clinic.py
* Python/getargs.c
* Include/cpython/modsupport.h
* Makefile.pre.in (re-generate global strings after running clinic)
* very minor tweaks to Modules/_codecsmodule.c and Python/Python-tokenize.c
All other changes are generated code (clinic, global strings).
1 parent bdb2cf8 commit 6f6a4e6
127 files changed
Lines changed: 16411 additions & 790 deletions
File tree
- Include
- cpython
- internal
- Lib/test
- Modules
- _blake2/clinic
- _io/clinic
- _multiprocessing/clinic
- _sha3/clinic
- _sqlite/clinic
- _sre/clinic
- _ssl/clinic
- _testcapi/clinic
- cjkcodecs/clinic
- clinic
- Objects
- clinic
- stringlib/clinic
- PC/clinic
- Python
- clinic
- Tools/clinic
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments