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

Do not unref LrErr_Exception on exit (RhBug:1778854) #180

Merged
merged 1 commit into from Jan 16, 2020

Conversation

lukash
Copy link
Contributor

@lukash lukash commented Jan 16, 2020

It seems the reference to a Python exception obtained from
PyErr_NewException is borrowed and is not meant to be unreferenced on
exit. From valgrind output Python frees the memory allocated for these
itself.

https://bugzilla.redhat.com/show_bug.cgi?id=1778854

It seems the reference to a Python exception obtained from
PyErr_NewException is borrowed and is not meant to be decref'd on
exit. From valgrind output Python frees the memory allocated for these
itself.

https://bugzilla.redhat.com/show_bug.cgi?id=1778854
@Conan-Kudo Conan-Kudo merged commit 675a7c5 into rpm-software-management:master Jan 16, 2020
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.

None yet

2 participants