You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that my GitHub tests that use 3.11-dev as one of their Python versions started to fail after alpha 3 release.
/home/runner/work/_temp/2b7509c5-dbf2-4144-be0a-3be053d8594c.sh: line 1: 1866 Segmentation fault (core dumped) coverage run -m unittest discover
Error: Process completed with exit code 139.
To Reproduce
Create a GitHub action that uses 3.11-dev as a Python version.
Create a step with coverage run -m unittest discover
Describe the bug
I noticed that my GitHub tests that use
3.11-devas one of their Python versions started to fail after alpha 3 release.To Reproduce
3.11-devas a Python version.coverage run -m unittest discoverExpected behavior
No segmentation faults.
Additional context
For example https://github.com/oittaa/ibkr-report-parser/runs/4615838413?check_suite_focus=true#step:8:12 and https://github.com/oittaa/uuid6-python/runs/4615723292?check_suite_focus=true#step:7:23