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
2e31e466
Commit
2e31e466
authored
Oct 15, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Oct 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update for PyPy win 32 issue
parent
8ae11fbf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
docs/changelog.rst
+4
-2
docs/limitations.rst
+2
-0
No files found.
docs/changelog.rst
View file @
2e31e466
...
@@ -204,7 +204,8 @@ Smaller or developer focused features and fixes:
...
@@ -204,7 +204,8 @@ Smaller or developer focused features and fixes:
* Avoid a segfault on some compilers when types are removed in Python.
* Avoid a segfault on some compilers when types are removed in Python.
`#2564 <https://github.com/pybind/pybind11/pull/2564>`_
`#2564 <https://github.com/pybind/pybind11/pull/2564>`_
* PyPy fixes, PyPy 7.3.x now supported, including now supporting PyPy3.
* PyPy fixes, PyPy 7.3.x now supported, including PyPy3. (Known issue with
PyPy2 and Windows `#2596 <https://github.com/pybind/pybind11/issues/2596>`_).
`#2146 <https://github.com/pybind/pybind11/pull/2146>`_
`#2146 <https://github.com/pybind/pybind11/pull/2146>`_
* CPython 3.9.0 workaround for undefined behavior (macOS segfault).
* CPython 3.9.0 workaround for undefined behavior (macOS segfault).
...
@@ -213,8 +214,9 @@ Smaller or developer focused features and fixes:
...
@@ -213,8 +214,9 @@ Smaller or developer focused features and fixes:
* CPython 3.9 warning fixes.
* CPython 3.9 warning fixes.
`#2253 <https://github.com/pybind/pybind11/pull/2253>`_
`#2253 <https://github.com/pybind/pybind11/pull/2253>`_
* Improved C++20 support.
* Improved C++20 support
, now tested in CI
.
`#2489 <https://github.com/pybind/pybind11/pull/2489>`_
`#2489 <https://github.com/pybind/pybind11/pull/2489>`_
`#2599 <https://github.com/pybind/pybind11/pull/2599>`_
* Improved but still incomplete debug Python interpreter support.
* Improved but still incomplete debug Python interpreter support.
`#2025 <https://github.com/pybind/pybind11/pull/2025>`_
`#2025 <https://github.com/pybind/pybind11/pull/2025>`_
...
...
docs/limitations.rst
View file @
2e31e466
...
@@ -37,6 +37,8 @@ are welcome!
...
@@ -37,6 +37,8 @@ are welcome!
- Debug mode Python does not support 1-5 tests in the test suite currently.
- Debug mode Python does not support 1-5 tests in the test suite currently.
`#2422 <https://github.com/pybind/pybind11/pull/2422>`_
`#2422 <https://github.com/pybind/pybind11/pull/2422>`_
- PyPy3 7.3.1 and 7.3.2 have issues with several tests on 32-bit Windows.
Known limitations
Known limitations
^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^
...
...
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