[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-05-26 Thread Éric Araujo
Éric Araujo added the comment: Closing after no reply. If someone can reproduce the bug, please say so and reopen. -- stage: -> committed/rejected status: pending -> closed ___ Python tracker __

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-20 Thread Éric Araujo
Éric Araujo added the comment: Any message will automatically change pending to open, don’t worry. -- resolution: -> works for me status: open -> pending ___ Python tracker ___

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-20 Thread Nadeem Vawda
Nadeem Vawda added the comment: Sorry about accidentally changing the issue status to "open". It seems that I don't have the requisite privileges to change it back to "pending"... -- ___ Python tracker __

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-20 Thread Nadeem Vawda
Nadeem Vawda added the comment: The first ResourceWarning looks like the test_cgi leak from issue10512, which was fixed in changeset ae186b3b2c55. -- nosy: +nvawda status: pending -> open ___ Python tracker _

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-20 Thread Éric Araujo
Éric Araujo added the comment: The test failures you quoted are not related to distutils. I cannot see the ResourceWarnings in 3.2 or 3.3, so I think I’m going to close this issue. -- components: -Distutils, Distutils2 status: open -> pending versions: -3rd party, Python 2.7, Python

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-03 Thread LW
LW added the comment: so i downloaded the python-3.2 source again, applied the .diff file. still getting _io.TextIOWrapper open file error. then ran the major 5 individual make test_ files errors. hope u can find from these: ===

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file20968/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: ossaudiodev is a platform-specific module that you don’t have to care about. It’s just a compilation warning that an option module has not been built, nothing to worry about. I just realized that I was not paying enough attention to your error messages. I hav

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread LW
it in synaptic manager. what are the packages i need to install to build ossaudiodev! can you help or should i post? thanks, lw --- On Tue, 3/1/11, Éric Araujo wrote: From: Éric Araujo Subject: [issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper To: cjejuni2...@yahoo.com Date: Tuesday,

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread LW
LW added the comment: btw, if not know yet the patches are applied to python 3.2. anyway the patch -p0 resulted exactly the same rejects. les@Liquid:~$ patch -p0 -i ~/Desktop/distutils_files.diff ~/Downloads/Python-3.2/distutils/command patching file /home/les/Downloads/Python-3.2/distutils/

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: And of course, I said the wrong thing :) This patch needs -p0. -- ___ Python tracker ___ ___ Python-b

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread LW
LW added the comment: thanks.py3k done. still having rejects, applied patch: les@Liquid:~$ patch -p1 -i ~/Desktop/distutils_files.diff ~/Downloads/Python-3.2/distutils/command patching file /home/les/Downloads/Python-3.2/distutils/command Hunk #1 FAILED at 245. 1 out of 1 hunk FAILED -- sav

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-03-01 Thread Éric Araujo
Éric Araujo added the comment: Can you try updating your py3k checkout and applying with “patch -p1”? -- ___ Python tracker ___ ___ P

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-28 Thread LW
LW added the comment: only the sysconfig.py was patched, the rest were "reject'ed." no compilation yet at this time. -- ___ Python tracker ___ _

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-28 Thread Éric Araujo
Éric Araujo added the comment: So the patch fixes the resource warnings? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread LW
LW added the comment: seemed no errors. end of check attach: U py3k Checked out revision 88674. -- ___ Python tracker ___ ___ Pyth

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread Éric Araujo
Éric Araujo added the comment: Can you test with a checkout of the py3k branch? http://docs.python.org/devguide/setup#checking-out-the-code -- ___ Python tracker ___ _

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread LW
LW added the comment: hi eric: thanks for the reply. here is what i'm getting from 'patch --dry-run' command: les@Liquid:~/Desktop$ patch -i ~/Desktop/distutils_files.diff -d ~/Downloads/Python-3.2/Lib/distutils --dry-run --backup patching file bdist_wininst.py Hunk #1 FAILED at 245. 1 out of

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread Éric Araujo
Changes by Éric Araujo : Added file: http://bugs.python.org/file20934/distutils-files.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file20933/distutils-files.diff ___ Python tracker ___ ___ Python-bugs-list maili

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread Andreas Stührk
Andreas Stührk added the comment: @Éric: You should probably strip the colour from your diff :-) -- nosy: +Trundle ___ Python tracker ___ ___

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-27 Thread Éric Araujo
Éric Araujo added the comment: Does the attached patch fix the issue? -- assignee: tarek -> eric.araujo components: +Distutils2 keywords: +patch nosy: +alexis versions: +3rd party, Python 2.7, Python 3.1, Python 3.3 Added file: http://bugs.python.org/file20933/distutils-files.diff

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-26 Thread LW
LW added the comment: [ 92/349] test_distutils /home/les/Downloads/Python-3.2/Lib/distutils/command/sdist.py:197: ResourceWarning: unclosed file <_io.TextIOWrapper name='MANIFEST.in' mode='r' encoding='UTF-8'> self.read_template() unknown, 0: Warning: using regular magic file `/etc/magic' un

[issue11342] ResourceWarning: unclosed file <_io.TextIOWrapper

2011-02-26 Thread LW
New submission from LW : 1 test failed: test_urllib2_localnet 1 test altered the execution environment: test_urllib2 21 tests skipped: test_codecmaps_cn test_codecmaps_hk test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw test_curses test_gdb test_kqueue test_ossaudiodev te