Skip to content

BUG: Fix use of renamed variable. #24263

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
Jul 26, 2023

Conversation

charris
Copy link
Member

@charris charris commented Jul 26, 2023

In gh-22449 descr was renamed dtype, which broke the build as gh-24211 decrefed the old variable to fix a reference leak. This bug slipped in because gh-22449 was not retested after the merge.

In numpygh-22449 `descr` was renamed `dtype`, which broke the build as
numpygh-24211 decrefed the old variable to fix a reference leak. This
bug slipped in because numpygh-22449 was not retested after the merge.
@charris
Copy link
Member Author

charris commented Jul 26, 2023

Self merging to get things going again.

@charris charris deleted the fix-for-variable-name-change branch July 26, 2023 02:39
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.

1 participant