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.

Author zzzeek
Recipients Rokas K. (rku), crusaderky, djarb, jab, jcea, martin.panter, njs, pmpp, yselivanov, zzzeek
Date 2020-07-08.14:59:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594220388.38.0.59654838831.issue22239@roundup.psfhosted.org>
In-reply-to
Content
I tested "cancellation", shutting down the DB connection mid query.  Because the greenlet is only in the middle and not at the endpoints, it propagates the exception and there does not seem to be anything different except for the greenlet sequence in the middle, which is also clear:

https://gist.github.com/zzzeek/9e0d78eff14b3bbd5cf12fed8b02bce6

the first comment on the gist has the stack trace produced.
History
Date User Action Args
2020-07-08 14:59:48zzzeeksetrecipients: + zzzeek, jcea, djarb, njs, jab, pmpp, martin.panter, yselivanov, Rokas K. (rku), crusaderky
2020-07-08 14:59:48zzzeeksetmessageid: <1594220388.38.0.59654838831.issue22239@roundup.psfhosted.org>
2020-07-08 14:59:48zzzeeklinkissue22239 messages
2020-07-08 14:59:48zzzeekcreate