bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)#29791
bpo-45898: Remove duplicate symbols from _ctypes/cfield.c (GH-29791)#29791tiran merged 4 commits intopython:mainfrom
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