]> git.ipfire.org Git - thirdparty/tornado.git/commit
test: Skip circlerefs test on pypy 3315/head
authorBen Darnell <ben@bendarnell.com>
Tue, 22 Aug 2023 13:28:13 +0000 (09:28 -0400)
committerBen Darnell <ben@bendarnell.com>
Tue, 22 Aug 2023 13:33:16 +0000 (09:33 -0400)
commit6f8921191b4b214a752739465cabfff8165c474a
treebfb79389a531bb4944b47038511bb3ea511fc1d7
parente80e9441b8777b2dbe78de5dd783bb6fcd3d00d5
test: Skip circlerefs test on pypy

Pypy doesn't have the same refcount fast-path as cpython so the
gc behavior is different and this test is irrelevant.
tornado/test/circlerefs_test.py