gh-155561: Build most _testlimitedcapi files with Py_TARGET_ABI3T - #155570
gh-155561: Build most _testlimitedcapi files with Py_TARGET_ABI3T#155570vstinner wants to merge 2 commits into
Conversation
The following files are not build with Py_TARGET_ABI3T: * Modules/_testlimitedcapi.c * Modules/_testlimitedcapi/heaptype_relative.c * Modules/_testlimitedcapi/vectorcall_limited.c
|
@encukou @ngoldbaum: Here is a first uncontroversial change to build most of the If this change lands, I plan to write one or multiple PRs to use The 3.15 branch is frozen for release candidate releases. IMO this change should be backported to 3.15, but it can wait for Python 3.15.1. So I will do that once the 3.15 branch will be unblocked. |
ngoldbaum
left a comment
There was a problem hiding this comment.
Mostly nitpicks except maybe the comment in parts.h.
I can confirm that everything works as advertised here and the skipped modules besides parts.h all have nontrivial fixes.
|
@ngoldbaum: I tried to address your review. Please review the updated PR. |
The following files are not build with Py_TARGET_ABI3T: