You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @mrsipan, greenlets doesn't currently work with nogil, but the immediate reason is minor and might be easy to fix (an unintentional name conflict in a C header file.) I'll look into fixing it in the next few days.
Ok, there are additional issues that are harder to fix: greenlets depends on details of PyFrameObject that have changed. I'm not sure when I'll have time to investigate them.
Can coroutine-based Python networking library that uses greenlets (such as gevent and eventlet) be used with nogil?
The text was updated successfully, but these errors were encountered: