File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
14
14
.. warning ::
15
15
16
- Combining older versions of pybind11 (< 2.6.0) with the brand-new Python
17
- 3.9.0 will trigger undefined behavior that typically manifests as crashes
18
- during interpreter shutdown (but could also destroy your data. **You have been
16
+ Combining older versions of pybind11 (< 2.6.0) with Python 3.9.0 will
17
+ trigger undefined behavior that typically manifests as crashes during
18
+ interpreter shutdown (but could also destroy your data. **You have been
19
19
warned. **)
20
20
21
- We recommend that you wait for Python 3.9.1 slated for release in December ,
22
- which will include a `fix <https://github.com/python/cpython/pull/22670 >`_
23
- that resolves this problem. In the meantime , please update to the latest
24
- version of pybind11 (2.6.0 or newer), which includes a temporary workaround
25
- specifically when Python 3.9.0 is detected at runtime.
21
+ We recommend that you update to the latest patch release of Python ( 3.9.1) ,
22
+ which includes a `fix <https://github.com/python/cpython/pull/22670 >`_
23
+ that resolves this problem. If you do use Python 3.9.0 , please update to
24
+ the latest version of pybind11 (2.6.0 or newer), which includes a temporary
25
+ workaround specifically when Python 3.9.0 is detected at runtime.
26
26
27
27
**pybind11 ** is a lightweight header-only library that exposes C++ types
28
28
in Python and vice versa, mainly to create Python bindings of existing
You can’t perform that action at this time.
0 commit comments