• Victor Stinner's avatar
    Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop · bb2fc5b2
    Victor Stinner yazdı
    Add BaseEventLoop._closed attribute and use it to check if the event loop was
    closed or not, instead of checking different attributes in each subclass of
    BaseEventLoop.
    
    run_forever() and run_until_complete() methods now raise a RuntimeError('Event loop is
    closed') exception if the event loop was closed.
    
    BaseProactorEventLoop.close() now also cancels "accept futures".
    bb2fc5b2
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...