commit | 3603cc5fdba912602dc714aff3d5d33d56887d23 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 13:34:52 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 13:34:52 2010 +0000 |
tree | 8a6ca89c5b28715ff347753e8c3901996a176be4 | |
parent | 1a4d12d74681d35a40474790925a8ec9c8069b4e [diff] |
Issue #9425: PyFile_FromFd() ignores the name argument This function is only by imp.find_module() which does return the filename in a separated variable.