| commit | baf29b221682be0f4fde53a05ea3f57c3c79f431 | [log] [tgz] |
|---|---|---|
| author | Denis Chernikov <tchernikoff.denis2013@yandex.ru> | Fri Feb 21 12:17:50 2020 +0300 |
| committer | GitHub <noreply@github.com> | Fri Feb 21 10:17:50 2020 +0100 |
| tree | d98ffbf68f4d566e0a0468dd29b17eb06ec653b8 | |
| parent | d4331c56b4f6fe6f18caf19fc1ecf9fec14f7066 [diff] |
Reuse identifier of PREDICT macros as PREDICT_ID (GH-17155) 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.