Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
generate_global_objects.py
AC How-To
1 parent c81c64c commit 586cfb0Copy full SHA for 586cfb0
1 file changed
Doc/howto/clinic.rst
@@ -539,7 +539,15 @@ Let's dive in!
539
};
540
541
542
-16. Compile, then run the relevant portions of the regression-test suite.
+16. Argument Clinic may generate new instances of ``_Py_ID``. For example::
543
+
544
+ &_Py_ID(new_unique_py_id)
545
546
+ If it does, you'll have to run ``Tools/scripts/generate_global_objects.py``
547
+ to regenerate the list of precompiled identifiers at this point.
548
549
550
+17. Compile, then run the relevant portions of the regression-test suite.
551
This change should not introduce any new compile-time warnings or errors,
552
and there should be no externally visible change to Python's behavior.
553
0 commit comments