mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
baf29b2216
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