]> granicus.if.org Git - python/commit
Issue #9425: PyFile_FromFd() ignores the name argument
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:34:52 +0000 (13:34 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:34:52 +0000 (13:34 +0000)
commit3603cc5fdba912602dc714aff3d5d33d56887d23
tree8a6ca89c5b28715ff347753e8c3901996a176be4
parent1a4d12d74681d35a40474790925a8ec9c8069b4e
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.
Doc/c-api/file.rst
Objects/fileobject.c