File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ PyPy 7.3.10 and newer versions are supported, though with some limitations:
1111
12121. When nanobind types occur in reference cycles, then those cycles are not
1313 collectable and will be leaked. This is a limitation of PyPy's ``cpyext ``
14- layer that was reported in `PyPy issue #3849
15- <https://foss.heptapod.net /pypy/pypy/-/ issues/3849 > `_. Note that this would
14+ layer that was reported in `PyPy issue #3848
15+ <https://github.com /pypy/pypy/issues/3848 > `_. Note that this would
1616 only affects users that use the :cpp:class: `nb::type_slots() <type_slots> `
1717 feature to implement a custom ``Py_tp_traverse `` or ``Py_tp_clear `` slot.
1818
19192. nanobind normally complains about any reference leaks involving instances,
2020 functions, and types when the interpreter shuts down. PyPy lacks the final
2121 garbage collection step that is needed to identify such leaks See `PyPy
22- issue #3855 <https://foss.heptapod.net /pypy/pypy/- /issues/3855> `_. Those
23- those checks therefore had to be disabled when compiling for PyPy.
22+ issue #3855 <https://github.com /pypy/pypy/issues/3855> `_. Those
23+ checks therefore had to be disabled when compiling for PyPy.
You can’t perform that action at this time.
0 commit comments