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.
test_free_threading
1 parent aec006b commit 7c92497Copy full SHA for 7c92497
1 file changed
Lib/test/test_free_threading/test_io.py
@@ -41,7 +41,7 @@ def writelines(barrier, b, *ignore):
41
def truncate(barrier, b, *ignore):
42
barrier.wait()
43
try: b.truncate(0)
44
- except: BufferError # ignore exported buffer
+ except BufferError: pass # ignore exported buffer
45
46
def read(barrier, b, *ignore):
47
0 commit comments