[Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.148,2.149

Tim Peters tim.one@comcast.net
Fri, 22 Mar 2002 19:07:22 -0500


> Modified Files:
> 	fileobject.c
> Log Message:
> Undo last commit.  It's causing the tests to file.

Damn, I already fixed this in my tree:  open_the_file() can set f to NULL
before calling dircheck.  It simply shouldn't call dircheck(f) when f is
NULL.  At least that was the only problem on Windows.