[issue10053] Don’t close fd when FileIO.__ini t__ fails

2010-11-05 Thread Hirokazu Yamamoto
Hirokazu Yamamoto added the comment: Recently, the patch to close fd when FileIO#__init__ failed and closefd = True was checked in. Is this mean this issue is invalid? -- ___ Python tracker ___

[issue10053] Don’t close fd when FileIO.__ini t__ fails

2010-10-09 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +pitrou title: Probably fd should not be closed when FileIO#__init__ failed -> Don’t close fd when FileIO.__init__ fails ___ Python tracker ___