[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 intopython:3.14from
Conversation
Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP. (cherry picked from commit 6504f20)
|
@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. |
Define "safe" ;) |
|
You don't use the configure option to enable the optimization? |
|
No, we don't run configure when building with buck2 |
|
I think this is too late for 3.14. |
Sure, I'm fine with this decision. |
Rename Py_TAIL_CALL_INTERP to _Py_TAIL_CALL_INTERP.
(cherry picked from commit 6504f20)