-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791) #29791
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
Conversation
🤖 New build scheduled with the buildbot fleet by @tiran for commit 2a3424d7b8ef485a0df2589f54073e7e0f009ce3 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Looks like Windows still wants those symbols exported. https://github.com/python/cpython/runs/4332435157?check_suite_focus=true#step:4:724 |
@brettcannon Is there libffi-8.dll in |
No idea. |
2a3424d
to
e8d07e4
Compare
Steve explained the issue on BPO. Windows cannot statically reference values from a DLL. |
546cb9c
to
69b2aa6
Compare
69b2aa6
to
61a4494
Compare
61a4494
to
4d9a7fe
Compare
4d9a7fe
to
6787c5c
Compare
ARM64 buildbot is failing with |
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue45898