mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-97956: Mention generate_global_objects.py
in AC How-To
(#97957)
This commit is contained in:
parent
c81c64ca58
commit
586cfb0131
1 changed files with 9 additions and 1 deletions
|
@ -539,7 +539,15 @@ Let's dive in!
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
16. Compile, then run the relevant portions of the regression-test suite.
|
16. Argument Clinic may generate new instances of ``_Py_ID``. For example::
|
||||||
|
|
||||||
|
&_Py_ID(new_unique_py_id)
|
||||||
|
|
||||||
|
If it does, you'll have to run ``Tools/scripts/generate_global_objects.py``
|
||||||
|
to regenerate the list of precompiled identifiers at this point.
|
||||||
|
|
||||||
|
|
||||||
|
17. Compile, then run the relevant portions of the regression-test suite.
|
||||||
This change should not introduce any new compile-time warnings or errors,
|
This change should not introduce any new compile-time warnings or errors,
|
||||||
and there should be no externally visible change to Python's behavior.
|
and there should be no externally visible change to Python's behavior.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue