Thanks to visit codestin.com Credit goes to github.com
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 7646620 commit 45278a8Copy full SHA for 45278a8
1 file changed
Lib/test/test_optparse.py
@@ -395,6 +395,7 @@ def test_remove_nonexistent(self):
395
self.assertRaises(self.parser.remove_option, ('foo',), None,
396
ValueError, "no such option 'foo'")
397
398
+ @support.impl_detail('Relies on sys.getrefcount', cpython=True)
399
def test_refleak(self):
400
# If an OptionParser is carrying around a reference to a large
401
# object, various cycles can prevent it from being GC'd in
0 commit comments