Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-117953: Skip `test_interpreters` properly without GIL (#120689) | Nice Zombies | 2024-06-18 | 1 | -3/+6 |
| | |||||
* | gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157) | Eric Snow | 2024-05-07 | 1 | -3/+4 |
| | | | This change makes sure all extension/builtin modules have their init function run first by the main interpreter before proceeding with import in the original interpreter (main or otherwise). This means when the import of a single-phase init module fails in an isolated subinterpreter, it won't tie any global state/callbacks to the subinterpreter. | ||||
* | gh-76785: Fixes for test.support.interpreters (gh-112982) | Eric Snow | 2023-12-12 | 1 | -0/+5 |
This involves a number of changes for PEP 734. |