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 8a325d3 commit 2360427Copy full SHA for 2360427
Lib/test/test_capi/test_exceptions.py
@@ -314,6 +314,7 @@ def test_setfromerrnowithfilename(self):
314
(ENOENT, 'No such file or directory', 'file'))
315
# CRASHES setfromerrnowithfilename(ENOENT, NULL, b'error')
316
317
+ @force_not_colorized
318
def test_err_writeunraisable(self):
319
# Test PyErr_WriteUnraisable()
320
writeunraisable = _testcapi.err_writeunraisable
0 commit comments