-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Closed
Labels
BuildLibrary building on various platformsLibrary building on various platformsEnhancementPython 3.13
Description
This aims to be a tracking issue for all work necessary to support the free-threaded build of Python 3.13. A very high-level list of steps is (more details to follow as I investigate more issues):
- Set up CI for free-threading
- Audit C extension module for thread-safety issues
-
pandas_datetimeis thread-safe -
pandas_parseris not thread-safe, but cannot be used in multiple threads from withinpandasPython code.
-
- Test Cython extension modules (with Freethreading thread safety cython/cython#6226)
- Everything appears to be okay (green CI) both with Cython nightly and with the above Cython PR!
- Mark C extension modules as thread-safe with the
Py_mod_gilslot - Upload nightly wheels for the free-threaded build
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsEnhancementPython 3.13