Browse Source
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
bpo-39487: Merge duplicated _Py_IDENTIFIER identifiers in C code (GH-18254)
Moving repetitive `_Py_IDENTIFIER` instances to a global location helps identify them more easily in regards to sub-interpreter support.pull/18289/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 24 additions and 34 deletions
-
4Objects/bytesobject.c
-
4Objects/descrobject.c
-
4Objects/fileobject.c
-
4Objects/iterobject.c
-
11Objects/moduleobject.c
-
5Objects/odictobject.c
-
4Objects/rangeobject.c
-
3Objects/typeobject.c
-
5Python/_warnings.c
-
3Python/ceval.c
-
4Python/errors.c
-
7Python/import.c
Write
Preview
Loading…
Cancel
Save
Reference in new issue