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 atexit on Python 3 #1852

Merged
merged 4 commits into from Apr 19, 2021
Merged

Fix atexit on Python 3 #1852

merged 4 commits into from Apr 19, 2021

Conversation

clubby789
Copy link
Contributor

sys.exitfunc was removed in Python 3, meaning that any handlers
registered with the pwnlib/atexit.py module wouldn't run. This PR
reigsters the handlers with the stdlib atexit.
Closes #1850

`sys.exitfunc` was removed in Python 3, meaning that any handlers
registered with the `pwnlib/atexit.py` module wouldn't run. This PR
reigsters the handlers with the stdlib atexit.
@Arusekk Arusekk enabled auto-merge (squash) March 19, 2021 09:34
@Arusekk
Copy link
Member

Arusekk commented Apr 19, 2021

With current development resources, we are unable to merge this into stable (failing tests); but it will make it into beta.

@Arusekk Arusekk changed the base branch from stable to beta April 19, 2021 07:50
@Arusekk Arusekk merged commit 9e9531f into Gallopsled:beta Apr 19, 2021
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

2 participants