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 d59d134 commit 55fafedCopy full SHA for 55fafed
Lib/test/test_capi/test_misc.py
@@ -109,7 +109,7 @@ def test_no_FatalError_infinite_loop(self):
109
else:
110
msg = ("Fatal Python error: PyThreadState_Get: "
111
"the function must be called with an active thread state, "
112
- "after Python initialization and before Python finalization, but the thread state is NULL "
+ "after Python initialization and before Python finalization, but the thread state is NULL. "
113
"(are you trying to call the C API inside of a Py_BEGIN_ALLOW_THREADS block?)").encode()
114
self.assertTrue(err.rstrip().startswith(msg),
115
err)
0 commit comments