Uh oh!
There was an error while loading. Please reload this page.
[3.14] gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981) - #139120
[3.14] gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)#139120vstinner wants to merge 1 commit into
Conversation
Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP. (cherry picked from commit 6504f20)
vstinner
commented
Sep 18, 2025
@Fidget-Spinner@corona10@hugovk: Does it sound reasonable to you to make this macro private in 3.14? Sorry, it's a very late change in 3.14. I would be fine with rejecting this PR and leaving the macro as it is in 3.14. |
itamaro
commented
Sep 19, 2025
Define "safe" ;) |
vstinner
commented
Sep 19, 2025
You don't use the configure option to enable the optimization? |
itamaro
commented
Sep 19, 2025
No, we don't run configure when building with buck2 |
hugovk
commented
Oct 1, 2025
I think this is too late for 3.14. |
vstinner
commented
Oct 1, 2025
Sure, I'm fine with this decision. |
Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP.
(cherry picked from commit 6504f20)