Skip to content

Commit 2e31e46

Browse files
committed
docs: update for PyPy win 32 issue
1 parent 8ae11fb commit 2e31e46

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ Smaller or developer focused features and fixes:
204204
* Avoid a segfault on some compilers when types are removed in Python.
205205
`#2564 <https://github.com/pybind/pybind11/pull/2564>`_
206206

207-
* PyPy fixes, PyPy 7.3.x now supported, including now supporting PyPy3.
207+
* PyPy fixes, PyPy 7.3.x now supported, including PyPy3. (Known issue with
208+
PyPy2 and Windows `#2596 <https://github.com/pybind/pybind11/issues/2596>`_).
208209
`#2146 <https://github.com/pybind/pybind11/pull/2146>`_
209210

210211
* CPython 3.9.0 workaround for undefined behavior (macOS segfault).
@@ -213,8 +214,9 @@ Smaller or developer focused features and fixes:
213214
* CPython 3.9 warning fixes.
214215
`#2253 <https://github.com/pybind/pybind11/pull/2253>`_
215216

216-
* Improved C++20 support.
217+
* Improved C++20 support, now tested in CI.
217218
`#2489 <https://github.com/pybind/pybind11/pull/2489>`_
219+
`#2599 <https://github.com/pybind/pybind11/pull/2599>`_
218220

219221
* Improved but still incomplete debug Python interpreter support.
220222
`#2025 <https://github.com/pybind/pybind11/pull/2025>`_

docs/limitations.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ are welcome!
3737
- Debug mode Python does not support 1-5 tests in the test suite currently.
3838
`#2422 <https://github.com/pybind/pybind11/pull/2422>`_
3939

40+
- PyPy3 7.3.1 and 7.3.2 have issues with several tests on 32-bit Windows.
41+
4042
Known limitations
4143
^^^^^^^^^^^^^^^^^
4244

0 commit comments

Comments
 (0)