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 into
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. |
Sorry, something went wrong.
|
Looks like Windows still wants those symbols exported. https://github.com/python/cpython/runs/4332435157?check_suite_focus=true#step:4:724 |
Sorry, something went wrong.
|
@brettcannon Is there libffi-8.dll in |
Sorry, something went wrong.
No idea. |
Sorry, something went wrong.
2a3424d to
e8d07e4
Compare
November 27, 2021 11:35
|
Steve explained the issue on BPO. Windows cannot statically reference values from a DLL. |
Sorry, something went wrong.
546cb9c to
69b2aa6
Compare
November 28, 2021 09:24
69b2aa6 to
61a4494
Compare
December 17, 2021 16:05
61a4494 to
4d9a7fe
Compare
January 13, 2022 10:38
Signed-off-by: Christian Heimes <christian@python.org>
4d9a7fe to
6787c5c
Compare
February 20, 2022 20:09
|
ARM64 buildbot is failing with |
Sorry, something went wrong.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue45898