Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791) | Eric Snow | 2024-04-24 | 1 | -1/+1 |
| | | | See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26. | ||||
* | gh-71052: Add test exclusions to support running the test suite on Android ↵ | Malcolm Smith | 2024-02-29 | 1 | -0/+1 |
| | | | | (#115918) | ||||
* | gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566) | Eric Snow | 2024-02-28 | 1 | -1/+1 |
| | | | | | This brings the code under test.support.interpreters, and the corresponding extension modules, in line with recent updates to PEP 734. (Note: PEP 734 has not been accepted at this time. However, we are using an internal copy of the implementation in the test suite to exercise the existing subinterpreters feature.) | ||||
* | gh-76785: Fixes for test.support.interpreters (gh-112982) | Eric Snow | 2023-12-12 | 1 | -0/+189 |
This involves a number of changes for PEP 734. |