We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c8304 commit f5fbe62Copy full SHA for f5fbe62
src/types/weakref/anyref.rs
@@ -525,6 +525,7 @@ mod tests {
525
inner(new_proxy)
526
}
527
528
+ #[cfg(Py_3_10)] // Name is different in 3.9
529
#[test]
530
fn test_classinfo_downcast_error() -> PyResult<()> {
531
Python::attach(|py| {
src/types/weakref/proxy.rs
@@ -433,6 +433,7 @@ mod tests {
433
})
434
435
436
437
438
439
0 commit comments