Skip to content

Commit e2947e1

Browse files
committed
fix error introduced in rebase
1 parent 8db26fd commit e2947e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/err/err_state.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// TODO https://github.com/PyO3/pyo3/issues/5487
22
#![allow(clippy::undocumented_unsafe_blocks)]
33

4+
#[cfg(not(Py_3_12))]
5+
use crate::platform::sync::non_poison::Mutex;
46
use crate::platform::sync::Once;
57
use core::cell::{Cell, UnsafeCell};
68
use std::thread::ThreadId;

0 commit comments

Comments
 (0)