File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2691,7 +2691,8 @@ def test_rwpair_cleared_before_textio(self):
26912691
26922692class PyTextIOWrapperTest (TextIOWrapperTest ):
26932693 io = pyio
2694- shutdown_error = "LookupError: unknown encoding: ascii"
2694+ #shutdown_error = "LookupError: unknown encoding: ascii"
2695+ shutdown_error = "TypeError: 'NoneType' object is not iterable"
26952696
26962697
26972698class IncrementalNewlineDecoderTest (unittest .TestCase ):
Original file line number Diff line number Diff line change @@ -401,8 +401,6 @@ PyImport_Cleanup(void)
401401 PyObject * key , * value , * dict ;
402402 PyInterpreterState * interp = PyThreadState_GET ()-> interp ;
403403 PyObject * modules = interp -> modules ;
404- PyObject * builtins_mod = NULL ;
405- PyObject * sys_mod = NULL ;
406404 PyObject * weaklist = NULL ;
407405 char * * p ;
408406
You can’t perform that action at this time.
0 commit comments