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 0d68879 commit f130f74Copy full SHA for f130f74
Doc/howto/clinic.rst
@@ -539,7 +539,17 @@ Let's dive in!
539
};
540
541
542
-16. Compile, then run the relevant portions of the regression-test suite.
+16. Code generated by Argument Clinic might use ``_Py_ID`` macro inside.
543
+
544
+ Sample::
545
546
+ &_Py_ID(new_unique_py_id)
547
548
+ It means that you would need to run ``Tools/scripts/generate_global_objects.py``
549
+ script to generate global string objects for the interpreter.
550
551
552
+17. Compile, then run the relevant portions of the regression-test suite.
553
This change should not introduce any new compile-time warnings or errors,
554
and there should be no externally visible change to Python's behavior.
555
0 commit comments