BUG: TypeError: add_docstring() argument 2 must be str, not None · Issue #13248 · numpy/numpy

Using PyInstaller with Python optimization flag -OO (which additionally removes docstrings) crashes while importing numpy package. While running generated executable file the next error shows up: T...