-
-
Notifications
You must be signed in to change notification settings - Fork 35.8k
[3.14] Parser stack overflow on musllinux x86_64 #137231
Copy link
Copy link
Closed
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-unsupportedtopic-parsertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Activity
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixes3.14bugs and security fixesbugs and security fixesOS-unsupportedtopic-parsertype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
- StatusShow more project fieldsDone
- StatusShow more project fieldsDone
Bug report
Bug description:
When trying to build and test wheels for
yton 3.14.0rc1, we encounter a single error, only on themusllinuximage fromcibuildwheel, which crashes on import withexample logs:
https://github.com/yt-project/yt/actions/runs/16576917774/job/46883376625?pr=5185
To make things worse, this seems to only happen in the context of a pytest session:
python -c "import yt"completes without raising.A minimal reproducer would necessarily still include a significant amount of complexity, so before I try to reduce it, I'd like to ask:
is it expected that the threshold for triggering this exception may depend on the platform and/or the exact Python version ? is it expected that the threshold may be lower in Python 3.14 than it was in 3.13 ?
CPython versions tested on:
3.14
Operating systems tested on:
Linux