Issue #19611: handle implicit parameters in inspect.signature
inspect.signature now reports the implicit ``.0`` parameters generated by the compiler for comprehension and generator expression scopes as if they were positional-only parameters called ``implicit0``. Patch by Jelle Zijlstra.
N
Nick Coghlan committed
b4b966ece26b4fc14c94fa9bccd831d5d5c93aab
Parent: d62548a