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 a8cf99a commit b32084cCopy full SHA for b32084c
Lib/test/test_capi/test_exceptions.py
@@ -314,7 +314,6 @@ 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
@@ -356,7 +355,6 @@ def test_err_writeunraisable(self):
356
355
# CRASHES writeunraisable(NULL, hex)
357
# CRASHES writeunraisable(NULL, NULL)
358
359
360
def test_err_formatunraisable(self):
361
# Test PyErr_FormatUnraisable()
362
formatunraisable = _testcapi.err_formatunraisable
0 commit comments