Naftali Harris
Results
11
issues of
Naftali Harris
```python >>> import inspect >>> def f((a, b)): pass ... >>> inspect.signature(f) >>> ```
``` $ ./python.exe -3 Lib/test/test_coroutines.py ```
``` $ ./python.exe Lib/test/test_coroutines.py ``` produces ``` ... test_set_wrapper_3 (__main__.SysSetCoroWrapperTest) ... Lib/test/test_coroutines.py:1389: RuntimeWarning: coroutine 'foo' was never awaited sys.set_coroutine_wrapper(None) ok ... ```