[issue38891] ShareableList read and write access is O(N), should be O(1)

2020-03-14 Thread Thomas Krennwallner
Change by Thomas Krennwallner : -- keywords: +patch nosy: +tkren nosy_count: 3.0 -> 4.0 pull_requests: +18343 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18996 ___ Python tracker <https://bugs.python.org/i

[issue35759] inspect module does not implement introspection API for asynchronous generators

2019-01-17 Thread Thomas Krennwallner
Change by Thomas Krennwallner : -- pull_requests: +11284, 11285 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35759> ___ ___ Python-

[issue35759] inspect module does not implement introspection API for asynchronous generators

2019-01-17 Thread Thomas Krennwallner
Change by Thomas Krennwallner : -- pull_requests: +11284 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35759> ___ ___ Python-

[issue35759] inspect module does not implement introspection API for asynchronous generators

2019-01-17 Thread Thomas Krennwallner
New submission from Thomas Krennwallner : The `inspect` module does not contain functions for determining the current state of asynchronous generators. That is, there is no introspection API for asynchronous generators that match the API for generators and coroutines: https://docs.python.org