[Python-Dev] test_builtin failing on Windows

Jeremy Hylton jeremy@alum.mit.edu
Fri, 23 Feb 2001 15:52:49 -0500 (EST)


Yeah.  The code is obviously broken.  The second co==NULL test should
go and the DECREF should be below the com_make_closure() call.  Do you
want to fix it or should I?

Jeremy