##// 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:

r650:ed555c8a default
r799:825a2f59 default
Show More
pip2nix.ini
3 lines | 116 B | text/x-ini | IniLexer
[pip2nix]
requirements = ., -r ./requirements.txt, -r ./requirements_pinned.txt
output = ./pkgs/python-packages.nix