diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-10-19 10:31:55 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-10-19 10:31:55 -0600 |
commit | 8798f8df39ca0a9f0391ffc349431e1a93b97d38 (patch) | |
tree | f1a71f395294668f09646303ba1359e287900dbc /numpy/add_newdocs.py | |
parent | 6da5f00fff528354d3676617b91b024007e62ecd (diff) | |
download | numpy-8798f8df39ca0a9f0391ffc349431e1a93b97d38.tar.gz |
MAINT: Fix ResourceWarning new in Python 3.6.
In Python 2.6 the process destructor emits a ResourceWarning if the
process has not terminated when destruction occurs. Fix by calling the
wait method before return.
The Popen class may be used as a context manager in Python 3.2+,
unfortunately that does not include 2.7.
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions