Files
cpython/Doc/c-api
Victor Stinner 63c22fac72 Issue #7732: Fix a crash on importing a module if a directory has the same name
than a Python module (e.g. "__init__.py"): don't close the file twice.

PyFile_FromFile() does also close the file if PyString_FromString() failed. It
did already close the file on fill_file_fields() error (e.g. if the file is a
directory).
2011-09-23 19:37:03 +02:00
..
2009-05-08 21:51:06 +00:00
2011-09-01 19:54:05 +02:00
2009-04-03 21:44:49 +00:00
2007-12-05 19:49:21 +00:00
2010-03-12 10:02:03 +00:00
2011-07-29 11:43:47 +02:00