]> granicus.if.org Git - python/commit
Fix os.listdir(): _Py_dup() already raises an exception on error, no need to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 12:24:49 +0000 (13:24 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 19 Dec 2013 12:24:49 +0000 (13:24 +0100)
commitf326665fe7d89df3617b142749c195187ba56d0e
treeb77694cac798b138ae65d8d10c8a99e2158c2718
parentfeae73e13fb15b06a5f798ed153ed534077f0465
Fix os.listdir(): _Py_dup() already raises an exception on error, no need to
raise a new exception
Modules/posixmodule.c