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
Patch refactored GeneratorContainer to support Python2
The python2 inspect module uses `getcallargs()` instead of `signature()` and `bind()`. Update the refactored GeneratorContainer class to conditionally use the version specific method.
0 commit comments