mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
In function `_PyEval_EvalFrameDefault`, macros PREDICT and PREDICTED use the same identifier creation scheme, which may be shared between them, reducing code repetition, and do ensure that the same identifier is generated.
Miscellaneous source files for the main Python shared library