[issue10266] uu.decode fd leak if in_file is a filename

2010-10-31 Thread Brian Brazil
New submission from Brian Brazil brian.bra...@gmail.com: I missed this when fixing issue 10246. The attached patch fixes this and adds a test that produces a resource warning with the old code. -- components: Library (Lib) files: uu_decode_fd_leak.patch keywords: patch messages: 120054

[issue10266] uu.decode fd leak if in_file is a filename

2010-10-31 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Now that the previous patch has been committed, could you post a patch against current SVN? -- nosy: +pitrou type: - resource usage versions: +Python 3.2 -Python 3.3 ___ Python tracker

[issue10266] uu.decode fd leak if in_file is a filename

2010-10-31 Thread Brian Brazil
Brian Brazil brian.bra...@gmail.com added the comment: The patch is against current SVN. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10266 ___

[issue10266] uu.decode fd leak if in_file is a filename

2010-10-31 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Oops, sorry. I hadn't seen that this was about a different function. I've committed the patch in r86037. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org