Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf0ce607

Browse files
For now, skip the tests during refleak detection.
1 parent3e2a1dd commitf0ce607

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎Lib/test/test_imp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,9 @@ class SinglephaseInitTests(unittest.TestCase):
665665

666666
@classmethod
667667
defsetUpClass(cls):
668+
if'-R'insys.argvor'--huntrleaks'insys.argv:
669+
# https://github.com/python/cpython/issues/102251
670+
raiseunittest.SkipTest('unresolved refleaks (see gh-102251)')
668671
fileobj,filename,_=imp.find_module(cls.NAME)
669672
fileobj.close()
670673
cls.FILE=filename

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp