##// END OF EJS Templates
subprocessio: don't use __del__ to close the buffers and readers. Instead use a finally block....
subprocessio: don't use __del__ to close the buffers and readers. Instead use a finally block. This helps with GC of resources used by subprocessio.

File last commit:

r344:3ff045a6 default
r799:825a2f59 default
Show More
.hgignore
37 lines | 363 B | text/plain | TextLexer
syntax: glob
*.orig
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg
*.eggs
*.idea
.DS_Store*
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^.dev
^build/
^coverage\.xml$
^data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^build$
^result$