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
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791) #29791
Conversation
|
If you want to schedule another build, you need to add the " |
|
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. |
|
Steve explained the issue on BPO. Windows cannot statically reference values from a DLL. |
546cb9c
to
69b2aa6
Compare
|
ARM64 buildbot is failing with |
Signed-off-by: Christian Heimes [email protected]
https://bugs.python.org/issue45898