Staging
v0.5.1
https://github.com/python/cpython
Revision baf29b221682be0f4fde53a05ea3f57c3c79f431 authored by Denis Chernikov on 21 February 2020, 09:17:50 UTC, committed by GitHub on 21 February 2020, 09:17:50 UTC
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.
1 parent d4331c5
History
Tip revision: baf29b221682be0f4fde53a05ea3f57c3c79f431 authored by Denis Chernikov on 21 February 2020, 09:17:50 UTC
Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155)
Tip revision: baf29b2

README

back to top