Uh oh!
There was an error while loading. Please reload this page.
gh-109740: Use 't' in --disable-gil SOABI - #109922
Conversation
Shared libraries for CPython 3.13 are now marked with a 't' for threading. For example, `binascii.cpython-313t-darwin.so`.
Notes for reviewers:
|
Uh oh!
There was an error while loading. Please reload this page.
…WdQ.rst Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
left a comment
There was a problem hiding this comment.
LGTM, but i left a few minor suggestions.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Sep 27, 2023
I included my suggested changes to be able to merge your PR more quickly ;-) |
erlend-aasland
commented
Sep 27, 2023
You need to regen configure. |
vstinner
commented
Sep 27, 2023
Oops. Otherwise, it would be too easy! Done. |
colesbury
commented
Sep 27, 2023
Thanks! |
vstinner
commented
Sep 27, 2023
Windows x64 unstable tests:
Should be already fixed by PR #109949.
I created issue #109974 for this failure. |
vstinner
commented
Sep 27, 2023
Good, it got merged after a few CI hiccups :-) |
Shared libraries for CPython 3.13 are now marked with a 't' for threading. For example, `binascii.cpython-313t-darwin.so`.
vstinner
commented
Oct 4, 2023
The test broke test_importlib on Windows: see issue gh-110359. |
Shared libraries for CPython 3.13 are now marked with a 't' for threading. For example, `binascii.cpython-313t-darwin.so`.
Shared libraries for CPython 3.13
--disable-gilbuilds are now marked with a 't' for threading. For example,binascii.cpython-313t-darwin.so.--disable-gilbuilds #109740