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 f1daede commit 1ecd260Copy full SHA for 1ecd260
python/test/unit/common/test_mpi.py
@@ -31,5 +31,5 @@ def test_mpi_comm_refcount():
31
assert comm2 == comm1
32
33
del m
34
- assert sys.getrefcount(comm1) == 2
+ assert sys.getrefcount(comm1) == 1 + int(sys.version_info < (3, 14))
35
assert comm1.rank == comm0.rank
0 commit comments