test
This commit is contained in:
parent
9641b11752
commit
507ea28b27
|
@ -311,6 +311,8 @@ fn test_inc_dec_ref() {
|
|||
#[test]
|
||||
#[cfg(Py_3_12)]
|
||||
fn test_inc_dec_ref_immortal() {
|
||||
use crate::types::any::PyAnyMethods;
|
||||
|
||||
Python::with_gil(|py| {
|
||||
let obj = py.None();
|
||||
|
||||
|
|
Loading…
Reference in New Issue