pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_kwargs_to_switch
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x000001e97e0a16a8>
def test_kwargs_to_switch(self):
import greenlet
> main = greenlet.getcurrent()
E (application-level) AttributeError: partially initialized module 'greenlet' has no attribute 'getcurrent' (most likely due to a circular import)
[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\_continuation\test\test_greenlet.py:350]:3: AttributeError
builder: own-win-x86-64 build #2427+
test: pypy/module/_continuation/test/test_greenlet.py::AppTestGreenlet::()::test_kwargs_to_switch