]> granicus.if.org Git - python/commit
open_the_file(): this routine has a borrowed reference to the file
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Nov 2001 19:23:47 +0000 (19:23 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Nov 2001 19:23:47 +0000 (19:23 +0000)
commit114486701aa1c4bc870a82c531aecf80442a83a6
tree631d234b31f392ddfd78deb5ff2edd204f58fadc
parentc010b6d9e0fe4a9c9c7c9f8379e913d3e77f8347
open_the_file():  this routine has a borrowed reference to the file
object, so the "Metroworks only" section should not decref it in case
of error (the caller is responsible for decref'ing in case of error --
and does).
Objects/fileobject.c