Branch: refs/heads/main
Revision: 6c78a529cccb7594dcdd3073d0e79d9f34c846f8
Author: jabraham17
Link: Turn off Python sub-interpreter tests by jabraham17 · Pull Request #26614 · chapel-lang/chapel · GitHub
Log Message:
Turn off Python sub-interpreter tests (#26614)
This PR turns off Python sub-interpreter tests. These tests have wildly
unpredictable output due to race conditions. This PR also adds a warning
to the docs warning users about this.
The unpredictable behavior is caused by race conditions when
creating/destroying sub-interpreters, see
Python sub-interpreter support · Issue #26615 · chapel-lang/chapel · GitHub.
This PR has a few other nit cleanups.
[Reviewed by @lydia-duncan]
Diff:
M modules/packages/Python.chpl
M test/library/packages/Python/correctness/compareIterationPatterns.chpl
M test/library/packages/Python/correctness/compareIterationPatterns.good
M test/library/packages/Python/correctness/noExceptions.future
A test/library/packages/Python/correctness/subInterp.noexec
M test/library/packages/Python/doc-examples/.gitignore
M test/library/packages/Python/doc-examples/CLEANFILES
M test/library/packages/Python/doc-examples/parse_docs.py
https://github.com/chapel-lang/chapel/pull/26614.diff