Re: [Numpy-discussion] MAINT: Use of except-pass blocks

2021-04-06 Thread Michael Dubravski
one, dealing with adding to the docstring, is needed because one can run python in the "optimized" mode, which strips out docstrings. On Tue, Apr 6, 2021 at 2:27 PM Michael Dubravski wrote: Hello everyone, There are multiple instances of except-pass blocks within the codebase t

[Numpy-discussion] MAINT: Use of except-pass blocks

2021-04-06 Thread Michael Dubravski
/914407d51b878bf7bf34dbd8dd72cc2dbc428673/numpy/ma/core.py#L1034-L1041 https://github.com/numpy/numpy/blob/914407d51b878bf7bf34dbd8dd72cc2dbc428673/numpy/core/function_base.py#L461-L472 Thanks, Michael Dubravski ___ NumPy-Discussion mailing list