• Serhiy Storchaka's avatar
    bpo-33584: Fix several minor bugs in asyncio. (GH-7003) · 6655354a
    Serhiy Storchaka yazdı
    Fix the following bugs in the C implementation:
    
    * get_future_loop() silenced all exceptions raised when look up the get_loop
      attribute, not just an AttributeError.
    * enter_task() silenced all exceptions raised when look up the current task,
      not just a KeyError.
    * repr() was called for a borrowed link in enter_task() and task_step_impl().
    * str() was used instead of repr() in formatting one error message (in
      Python implementation too).
    * There where few reference leaks in error cases.
    6655354a
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
base_events.py Loading commit data...
base_futures.py Loading commit data...
base_subprocess.py Loading commit data...
base_tasks.py Loading commit data...
constants.py Loading commit data...
coroutines.py Loading commit data...
events.py Loading commit data...
format_helpers.py Loading commit data...
futures.py Loading commit data...
locks.py Loading commit data...
log.py Loading commit data...
proactor_events.py Loading commit data...
protocols.py Loading commit data...
queues.py Loading commit data...
runners.py Loading commit data...
selector_events.py Loading commit data...
sslproto.py Loading commit data...
streams.py Loading commit data...
subprocess.py Loading commit data...
tasks.py Loading commit data...
transports.py Loading commit data...
unix_events.py Loading commit data...
windows_events.py Loading commit data...
windows_utils.py Loading commit data...