• Victor Stinner's avatar
    asyncio: sync with Tulip · b75380f3
    Victor Stinner yazdı
    - Sort imports
    - Simplify/optimize iscoroutine(). Inline inspect.isgenerator(obj): replace it
      with isinstance(obj, types.GeneratorType)
    - CoroWrapper: check at runtime if Python has the yield-from bug #21209.  If
      Python has the bug, check if CoroWrapper.send() was called by yield-from to
      decide if parameters must be unpacked or not.
    - Fix "Task was destroyed but it is pending!" warning in
      test_task_source_traceback()
    b75380f3
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
__main__.py Loading commit data...
echo.py Loading commit data...
echo2.py Loading commit data...
echo3.py Loading commit data...
keycert3.pem Loading commit data...
pycacert.pem Loading commit data...
ssl_cert.pem Loading commit data...
ssl_key.pem Loading commit data...
test_base_events.py Loading commit data...
test_events.py Loading commit data...
test_futures.py Loading commit data...
test_locks.py Loading commit data...
test_proactor_events.py Loading commit data...
test_queues.py Loading commit data...
test_selector_events.py Loading commit data...
test_streams.py Loading commit data...
test_subprocess.py Loading commit data...
test_tasks.py Loading commit data...
test_transports.py Loading commit data...
test_unix_events.py Loading commit data...
test_windows_events.py Loading commit data...
test_windows_utils.py Loading commit data...