Terry J. Reedy added the comment: > there are other tests in that test module that also rely on del resulting in > immediate cleanup
I would mark them all as 'cpython-only', since they are. Other implementation must be omitting this test module, ignoring its failures, or patching out the specific tests. ---------- nosy: +terry.reedy _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue17643> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
