Python 3.11.7 Test Suite Failure in Windows - Interpreter has more than one thread #113026
Labels
3.11
only security fixes
tests
Tests in the Lib/test dir
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
I was running the python
3.11.7
test suite in a windows container (e.g. withpython -m test --ignorefile C:\path\to\my\ignorefile
) and noticed the following Runtime errors when running the test suite:As a workaround I can add the test cases to the ignore file, but it would be worth understanding if this is a regression.
python -m test --ignorefile C:\path\to\my\ignorefile
for python3.11.6
and I did not need to ignore these tests to complete the test suite in a windows containerCPython versions tested on:
3.11.7
Operating systems tested on:
Windows (windows servercore ltsc2019)
The text was updated successfully, but these errors were encountered: