Skip to content

BUG: Fix memory leak for subclass slicing #10082

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
Nov 26, 2017

Conversation

charris
Copy link
Member

@charris charris commented Nov 26, 2017

Backport of #10068.

A slice object was created if getslice/setslice was used
by an inherited subclass (through python or directly) but not
decref'd.

Closes gh-10066

A slice object was created if __getslice__/__setslice__ was used
by an inherited subclass (through python or directly) but not
decref'd.

Closes numpygh-10066
@charris charris added 00 - Bug 08 - Backport Used to tag backport PRs labels Nov 26, 2017
@charris charris added this to the 1.13.4 release milestone Nov 26, 2017
@charris charris merged commit 709694e into numpy:maintenance/1.13.x Nov 26, 2017
@charris charris deleted the backport-10068 branch November 26, 2017 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
00 - Bug 08 - Backport Used to tag backport PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants