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

[3.6] closes bpo-34377: Update Valgrind suppressions. (GH-8729) #8734

Merged
merged 1 commit into from Aug 11, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Aug 11, 2018

Valgrind isn't seeing PyObject_Free/PyObject_Realloc, but using _PyObject_Free/_PyObject_Realloc works.
(cherry picked from commit db6075a)

Co-authored-by: Paul Price price@astro.princeton.edu

https://bugs.python.org/issue34377

Valgrind isn't seeing PyObject_Free/PyObject_Realloc, but using _PyObject_Free/_PyObject_Realloc works.
(cherry picked from commit db6075a)

Co-authored-by: Paul Price <price@astro.princeton.edu>
@miss-islington
Copy link
Contributor Author

miss-islington commented Aug 11, 2018

@PaulPrice and @benjaminp: Backport status check is done, and it's a failure .

eamanu
eamanu approved these changes Aug 11, 2018
@benjaminp benjaminp merged commit fe62d36 into python:3.6 Aug 11, 2018
@miss-islington miss-islington deleted the backport-db6075a-3.6 branch Aug 11, 2018
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.

None yet

6 participants