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

Replace isSet with is_set as the former is deprecated in 3.10+ #2208

Merged
merged 1 commit into from Jun 26, 2023
Merged

Replace isSet with is_set as the former is deprecated in 3.10+ #2208

merged 1 commit into from Jun 26, 2023

Conversation

maple3142
Copy link
Contributor

threading.Event.isSet is deprecated here: python/cpython@9825bdf

So using pwntools with Python 3.10+ will have this warning: DeprecationWarning: isSet() is deprecated, use is_set() instead

@Arusekk
Copy link
Member

Arusekk commented Jun 19, 2023 via email

@maple3142
Copy link
Contributor Author

No, I didn't try it on Python 2.x, but according to this it should work.

@peace-maker peace-maker merged commit b73e74f into Gallopsled:dev Jun 26, 2023
6 of 9 checks passed
gogo2464 pushed a commit to gogo2464/pwntools that referenced this pull request Sep 10, 2023
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

3 participants