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

Fix use-after-free and bump version to 0.1.0b1 #69

Merged
merged 3 commits into from
May 22, 2020
Merged

Fix use-after-free and bump version to 0.1.0b1 #69

merged 3 commits into from
May 22, 2020

Conversation

pganssle
Copy link
Owner

This fixes the use-after-free identified in bpo-40705, and bumps the beta version to prepare for a release that will include this and Python 3.7 compatibility.

pganssle added 3 commits May 22, 2020 12:34
In version 2.1.3, the codecov job fails to find the coverage files.
These variables are freed by Py_XDECREF, but then queried for their
reference count; this inverts the refcount check to determine if they
are *about to be* freed.

See: https://bugs.python.org/issue40705
A new beta release with support for Python 3.7.
@pganssle pganssle merged commit ced6e0e into master May 22, 2020
@pganssle pganssle deleted the 0.1.0b1 branch June 18, 2020 18:35
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.

1 participant