PEP-0684 adds support for a Per-Interpreter GIL in Python 3.12.
In order to support this feature, we will need to implement Multi-phase extension module initialization in our extension modules.
- has to be done before
-
PYTHON-3734 Add support for Per-Interpreter GIL
- Backlog
- is related to
-
PYTHON-3847 Encoding DatetimeMS objects should use _type_marker system
- Closed
-
PYTHON-3857 Verify mod_wsgi subinterpreters still work with BSON perf optimizations
- Closed