Skip to content
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

Radix_parent(): bug fix #28

Merged
merged 2 commits into from
May 14, 2016
Merged

Radix_parent(): bug fix #28

merged 2 commits into from
May 14, 2016

Conversation

mjschultz
Copy link
Owner

When Radix_parent function returned Py_NONE, there was no corresponding
Py_INCREF call. Hence, at some point Python crashed trying to deallocate
None object.

mjschultz and others added 2 commits May 14, 2016 10:26
When Radix_parent function returned Py_NONE, there was no corresponding
Py_INCREF call. Hence, at some point Python crashed trying to deallocate
None object.

Signed-off-by: Michael J. Schultz <mjschultz@gmail.com>
@mjschultz mjschultz merged commit 0b60e2f into master May 14, 2016
@coveralls
Copy link

coveralls commented May 14, 2016

Coverage Status

Coverage remained the same at 90.33% when pulling 0b60e2f on refcount into ee5eed4 on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants