This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server.
Type: Stage: resolved
Components: asyncio Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: SunDwarf, gvanrossum, vstinner, yselivanov
Priority: normal Keywords:

Created on 2015-12-07 22:33 by SunDwarf, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
broken.py SunDwarf, 2015-12-07 22:33 Example code demonstrating the issue
Messages (2)
msg256081 - (view) Author: Isaac Dickinson (SunDwarf) Date: 2015-12-07 22:33
This makes it a nightmare to figure out why your connections are abruptly closing.  It should print an error at least.
msg256082 - (view) Author: Isaac Dickinson (SunDwarf) Date: 2015-12-07 22:36
I completely forgot asyncio has a debug mode. Ignore this.
History
Date User Action Args
2022-04-11 14:58:24adminsetgithub: 70004
2015-12-07 22:45:09abarrysetstatus: open -> closed
stage: resolved
2015-12-07 22:36:13SunDwarfsetresolution: not a bug
messages: + msg256082
2015-12-07 22:33:16SunDwarfsettitle: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server. -> asyncio: If protocol_factory raises an error, the connection closes but no stacktrace is printed on the server.
2015-12-07 22:33:02SunDwarfcreate