We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2d20d commit b7b485dCopy full SHA for b7b485d
docs/changelog.rst
@@ -73,6 +73,11 @@ Version TBD (not yet released)
73
binding abstractions that "feel like" the built-in ones.
74
(PR `#884 <https://github.com/wjakob/nanobind/pull/884>`__)
75
76
+- Added :cpp:func:`nb::is_alive() <is_alive>` checks to prevent destructors
77
+ from trying to re-acquire the GIL when the interpreter shuts down,
78
+ as that triggers a cancellation exception which isn't allowed in
79
+ destructors.
80
+
81
Version 2.4.0 (Dec 6, 2024)
82
---------------------------
83
0 commit comments