[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Yury Selivanov
Yury Selivanov added the comment: I think it should be fixed now. Thanks for finding this! -- ___ Python tracker ___ ___ Python-bugs-l

[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 08829230079b by Yury Selivanov in branch 'default': Issue 24208: Fix tests -- don't create a tempdir in __init__. https://hg.python.org/cpython/rev/08829230079b -- nosy: +python-dev ___ Python tracker

[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Yury Selivanov
Yury Selivanov added the comment: Look's like it's TestNoEOL.__init__ method. -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Yury Selivanov
Yury Selivanov added the comment: That's strange. None of these test touch any files-related stuff. At least I can't see it. -- ___ Python tracker ___ __

[issue24208] test_inspect leaks temporary directory

2015-05-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python -m test.regrtest -vv -m '*_eq*' test_inspect == CPython 3.5.0a4+ (default:a64a2e87+, May 15 2015, 09:50:37) [GCC 4.8.2] == Linux-3.13.0-52-generic-i686-with-debian-jessie-sid little-endian == hash algorithm: siphash24 32bit == /home/serh