Skip to content

Commit

Permalink
Added changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Jan 30, 2025
1 parent 9aa3460 commit 971d91b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ Version TBD (not yet released)
binding abstractions that "feel like" the built-in ones.
(PR `#884 <https://github.com/wjakob/nanobind/pull/884>`__)

- Added :cpp:func:`nb::is_alive() <is_alive>` checks to prevent destructors
from trying to re-acquire the GIL when the interpreter shuts down,
as that triggers a cancellation exception which isn't allowed in
destructors.

Version 2.4.0 (Dec 6, 2024)
---------------------------

Expand Down

0 comments on commit 971d91b

Please sign in to comment.