-
Notifications
You must be signed in to change notification settings - Fork 806
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
gid = re.search("Gid:\s*([^\n]*)", status).group(1) #181
Comments
i have this problem too |
This is new in Python 3.12 as the error used to be hidden but now it is enforced to be displayed. the quick fix is to add This is only a warning and it is functuanally the same and has no impact on usage. it is annoying now. simple fix can be found in the pull requests. |
Getting the same bunch of the warnings while running peda |
Getting the same bunch of the errors while running peda
It works for me, after fixing all those warnings in peda.py manually |
re read my comment, there are already pull requests from multiple people who do this. I moved to pwndbg now. GL |
The text was updated successfully, but these errors were encountered: