File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,8 @@ Smaller or developer focused features and fixes:
204
204
* Avoid a segfault on some compilers when types are removed in Python.
205
205
`#2564 <https://github.com/pybind/pybind11/pull/2564 >`_
206
206
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 >`_).
208
209
`#2146 <https://github.com/pybind/pybind11/pull/2146 >`_
209
210
210
211
* CPython 3.9.0 workaround for undefined behavior (macOS segfault).
@@ -213,8 +214,9 @@ Smaller or developer focused features and fixes:
213
214
* CPython 3.9 warning fixes.
214
215
`#2253 <https://github.com/pybind/pybind11/pull/2253 >`_
215
216
216
- * Improved C++20 support.
217
+ * Improved C++20 support, now tested in CI .
217
218
`#2489 <https://github.com/pybind/pybind11/pull/2489 >`_
219
+ `#2599 <https://github.com/pybind/pybind11/pull/2599 >`_
218
220
219
221
* Improved but still incomplete debug Python interpreter support.
220
222
`#2025 <https://github.com/pybind/pybind11/pull/2025 >`_
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ are welcome!
37
37
- Debug mode Python does not support 1-5 tests in the test suite currently.
38
38
`#2422 <https://github.com/pybind/pybind11/pull/2422 >`_
39
39
40
+ - PyPy3 7.3.1 and 7.3.2 have issues with several tests on 32-bit Windows.
41
+
40
42
Known limitations
41
43
^^^^^^^^^^^^^^^^^
42
44
You can’t perform that action at this time.
0 commit comments