Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Ben-Yehuda committed Jan 28, 2025
1 parent a6bc432 commit 33199b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyo3-ffi/src/pystate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ impl Drop for HangThread {
//
// See https://github.com/rust-lang/rust/issues/135929

// C-unwind only supported (and necessary) since 1.71
// C-unwind only supported (and necessary) since 1.71. Python 3.14+ does not do
// pthread_exit from PyGILState_Ensure (https://github.com/python/cpython/issues/87135).
mod raw {
#[cfg(all(not(Py_3_14), rustc_has_extern_c_unwind))]
extern "C-unwind" {
Expand Down

0 comments on commit 33199b5

Please sign in to comment.