• 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
.github Loading commit data...
.vsts Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Programs Loading commit data...
Python Loading commit data...
Tools Loading commit data...
m4 Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README.rst Loading commit data...
aclocal.m4 Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...