8000 BUG: Allow attaching documentation twice in add_docstring by charris · Pull Request #16344 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: Allow attaching documentation twice in add_docstring #16344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2020

Conversation

charris
Copy link
Member
@charris charris commented May 22, 2020

Backport of #16239.

This is technically not a bug, but some IDEs and IPython have
autoreload magic which can mean that NumPy gets reloaded a second
time. This is not safe, but when it happens ignoring that an
identical docstring is already attached fixes the issue.

This is technically not a bug, but some IDEs and IPython have
autoreload magic which can mean that NumPy gets reloaded a second
time. This is not safe, but when it happens ignoring that an
identical docstring is already attached fixes the issue.
@charris charris added this to the 1.19.0 release milestone May 22, 2020
@charris charris merged commit d26af74 into numpy:maintenance/1.19.x May 22, 2020
@charris charris deleted the backport-16239 branch May 22, 2020 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0