summaryrefslogtreecommitdiffstats
path: root/test/leaky-handles.py
Commit message (Collapse)AuthorAgeFilesLines
* [PR #3345] fix more PY3.8 failsMats Wichmann2019-04-261-5/+4
| | | | | | | | | | | File closes in msvs tool Context manager in rpm tool Dummy compiler, assembler scripts can be called in unexpected ways (namely by gcc tool init), which passes --version flag. don't take exception on the getopt call. Try again to undo my breakage of _subproc, which was failing on Win+PY27 Signed-off-by: Mats Wichmann <mats@linux.com>
* fix test to not run on OSXWilliam Deegan2017-04-181-1/+2
|
* Change posix.py to use subprocess as we only support python 2.4.Tom Tanner2013-10-041-0/+60
Added a test for leaking handles.