Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
91a69720
Unverified
Commit
91a69720
authored
Dec 09, 2020
by
Yannick Jadoul
Committed by
GitHub
Dec 08, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Update warning about Python 3.9.0 UB, now that 3.9.1 has been released (#2719)
parent
d068ab28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
README.rst
+8
-8
No files found.
README.rst
View file @
91a69720
...
@@ -13,16 +13,16 @@
...
@@ -13,16 +13,16 @@
.. warning::
.. warning::
Combining older versions of pybind11 (< 2.6.0) with
the brand-new Python
Combining older versions of pybind11 (< 2.6.0) with
Python 3.9.0 will
3.9.0 will trigger undefined behavior that typically manifests as crashes
trigger undefined behavior that typically manifests as crashes during
during
interpreter shutdown (but could also destroy your data. **You have been
interpreter shutdown (but could also destroy your data. **You have been
warned.**)
warned.**)
We recommend that you
wait for Python 3.9.1 slated for release in December
,
We recommend that you
update to the latest patch release of Python (3.9.1)
,
which
will include
a `fix <https://github.com/python/cpython/pull/22670>`_
which
includes
a `fix <https://github.com/python/cpython/pull/22670>`_
that resolves this problem.
In the meantime, please update to the latest
that resolves this problem.
If you do use Python 3.9.0, please update to
version of pybind11 (2.6.0 or newer), which includes a temporary workaround
the latest version of pybind11 (2.6.0 or newer), which includes a temporary
specifically when Python 3.9.0 is detected at runtime.
workaround
specifically when Python 3.9.0 is detected at runtime.
**pybind11** is a lightweight header-only library that exposes C++ types
**pybind11** is a lightweight header-only library that exposes C++ types
in Python and vice versa, mainly to create Python bindings of existing
in Python and vice versa, mainly to create Python bindings of existing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment