Add changes entry for python potential multi-thread crash

This commit is contained in:
William S Fulton 2023-12-01 10:18:07 +00:00
parent 4fa04e621f
commit 88c2715154
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/
Version 4.2.0 (in progress)
===========================
2023-12-01: saiarcot895
[Python] #2413 Prevent potential multi-threading crash; gracefully exit running
daemon threads on main thread exit.
2023-11-24: wsfulton
Add support for parsing C++20 constexpr destructors.