Closed
Description
CPython recently released version 3.9.0b1. As is the wonderful custom, it comes with breaking changes.
Is pybind affected by python 3.9 breaking changes?
Useful links:
- https://docs.python.org/3.9/whatsnew/3.9.html#deprecated
- https://docs.python.org/3.9/whatsnew/3.9.html#removed
- https://bugs.python.org/issue37878
- bpo-37878: Make PyThreadState_DeleteCurrent() Internal python/cpython#15315
- bpo-39877: Deprecate PyEval_InitThreads() python/cpython#18892
- https://bugs.python.org/issue39877
PyEval_InitThreads()
is deprecated and now does exactly nothing.
PyThreadState_DeleteCurrent()
is "removed", or rather renamed to _PyThreadState_DeleteCurrent()
. This one was never documented and the reason for the rename is "why would anyone ever use this function?"
Metadata
Metadata
Assignees
Labels
No labels