diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2020-06-18 07:36:36 -0400 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2020-06-18 07:36:36 -0400 |
commit | fa1a3ecd22c849f9066e2b712cc6bb21c36e57ee (patch) | |
tree | b7aa69db45f0efbcd9e5bc2da548f743220d1aeb /numpy/array_api/_searching_functions.py | |
parent | 2d31d06d5f03782f4319aefd20a66bd4196db7c3 (diff) | |
download | numpy-fa1a3ecd22c849f9066e2b712cc6bb21c36e57ee.tar.gz |
MAINT: lib: In loadtxt, move some code out of a try/finally block.
In loadtxt, there is a try/finally block that ensures that the file
is closed if it was opened in the function. Some code that did not
need to be in that block was moved up, outside the try/finally block.
Diffstat (limited to 'numpy/array_api/_searching_functions.py')
0 files changed, 0 insertions, 0 deletions