-
Notifications
You must be signed in to change notification settings - Fork 499
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
Error in greenlet with Python 3.9.0 on macOS: TypeError: type() takes 1 or 3 arguments #359
Comments
This line in gevent: might be the issue. in gevent/baseserver.py: with acceleration:
without acceleration:
setting the |
export PURE_PYTHON=1, fixed the issue for me |
Indeed,
|
adding export PURE_PYTHON=1 solves the issue on Lubuntu 21.04 Lubuntu 21.04 |
|
Pull requests are welcome |
Same thing on Linux Ubuntu 21.04 |
Same (PURE_PYTHON=1 gdbgui "works") on: |
eventlet and gevent have been removed as dependencies. This should work fine now in v0.15. Thanks everyone for reporting. |
Describe the bug
We're testing the migration of gdb and gdbgui to Python 3.9.0 as part of Homebrew: Homebrew/homebrew-core#62792
To Reproduce
Launch
gdbgui
and connect to it (see below).Error
Please complete the following information:
gdbgui -v
): 0.14.0.1gdb -v
): 9.2The text was updated successfully, but these errors were encountered: