-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
In free-threaded build, importing pydantic_core currently results in a segmentation fault. PyO3 v0.23 introduces support for free-threaded Python and addresses this issue. Is there any short-term plan to migrate to PyO3 0.23?
Currently I see the following blockers:
- Jiter support for free-threaded Python (support free-threaded Python jiter#165)
- Making
SerializationCallableSync, which isn't because ofCollectWarningsandSerRecursionStatecontainRefCells - Replacing
IntoPy/ToPyObjectbyIntoPyObject - Replacing calls to deprecated APIs (
*_boundmethods,into_py/to_object)
Metadata
Metadata
Assignees
Labels
No labels