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 0fc6dc1 commit dda4335Copy full SHA for dda4335
Lib/test/test_capi/test_file.py
@@ -60,6 +60,8 @@ def test_py_fopen(self):
60
# On Windows, the file mode is limited to 10 characters
61
_testcapi.py_fopen(__file__, "rt+, ccs=UTF-8")
62
63
+ # CRASHES py_fopen(__file__, None)
64
+
65
66
if __name__ == "__main__":
67
unittest.main()
0 commit comments