We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
generate_global_objects.py
AC How-To
1 parent af02efe commit 8bc17aaCopy full SHA for 8bc17aa
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