Kaydet (Commit) e0a976c0 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Temporary silence test broken by issue19255.

Remove unused variables.
üst 013bb91a
......@@ -2691,7 +2691,8 @@ class CTextIOWrapperTest(TextIOWrapperTest):
class PyTextIOWrapperTest(TextIOWrapperTest):
io = pyio
shutdown_error = "LookupError: unknown encoding: ascii"
#shutdown_error = "LookupError: unknown encoding: ascii"
shutdown_error = "TypeError: 'NoneType' object is not iterable"
class IncrementalNewlineDecoderTest(unittest.TestCase):
......
......@@ -401,8 +401,6 @@ PyImport_Cleanup(void)
PyObject *key, *value, *dict;
PyInterpreterState *interp = PyThreadState_GET()->interp;
PyObject *modules = interp->modules;
PyObject *builtins_mod = NULL;
PyObject *sys_mod = NULL;
PyObject *weaklist = NULL;
char **p;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment