diff options
author | Yury Selivanov <yury@magic.io> | 2016-12-01 16:36:22 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2016-12-01 16:36:22 (GMT) |
commit | c2c8fe1252dda7dd973a1da440607a1d9a9638f0 (patch) | |
tree | c1570df14ae72f89eea0cecb61c6c1dbf77ae10d /Misc | |
parent | c349374ee6309a9e85d98c2c9c22b9ce0e48bdfc (diff) | |
download | cpython-c2c8fe1252dda7dd973a1da440607a1d9a9638f0.zip cpython-c2c8fe1252dda7dd973a1da440607a1d9a9638f0.tar.gz cpython-c2c8fe1252dda7dd973a1da440607a1d9a9638f0.tar.bz2 |
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Library - Issue #24142: Reading a corrupt config file left configparser in an invalid state. Original patch by Florian Höch. +- Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. + Tools/Demos ----------- |