-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-140550: Remove PyInit function from test_cext #141511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
gh-140550: Remove PyInit function from test_cext #141511
Conversation
vstinner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
🤖 New build scheduled with the buildbot fleet by @encukou for commit 1ad68bf 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F141511%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
|
FreeBSD failures are unrelated and should be fixed by #141551. |
test_cext fails with: It looks like a legit error. The (long) build command contains |
|
This one will need coordination with setuptools. Glad we found it early :) Setuptools is adding an According to MSVC docs:
We should be using method (1). Once we do, setuptools can stop doing (3), perhaps conditionally. |
This should not be necessary, but let me ask the buildbots.