Files
cpython/Lib/test
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
..
2010-08-02 20:58:02 +00:00
2011-07-15 14:15:40 -05:00
2010-04-16 21:55:10 +00:00
2011-07-17 16:44:31 -07:00
2011-03-27 21:01:03 +02:00
2010-06-28 15:41:06 +00:00
2010-08-03 08:33:58 +00:00