[3.14] gh-134578: Mark more slow tests (GH-134579) (GH-134590)

(cherry picked from commit 77eade39f9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-05-24 17:06:54 +02:00 committed by GitHub
parent 81f099375e
commit 80d70defc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 0 deletions

View file

@ -221,6 +221,7 @@ def test_decref_freed_object(self):
"""
self.check_negative_refcount(code)
@support.requires_resource('cpu')
def test_decref_delayed(self):
# gh-130519: Test that _PyObject_XDecRefDelayed() and QSBR code path
# handles destructors that are possibly re-entrant or trigger a GC.