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 iritkatriel
Recipients iritkatriel, petr.viktorin
Date 2022-01-19.13:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642599941.76.0.140666111038.issue46431@roundup.psfhosted.org>
In-reply-to
Content
For your use case - can you just assign the task to a field on the exception other than __note__?  The only reason we needed __note__ as an official feature is because we want the interpreter's traceback code to use it. But I think you can assign any field to an exception and then use it in your app:

e.webapp_task = task
History
Date User Action Args
2022-01-19 13:45:41iritkatrielsetrecipients: + iritkatriel, petr.viktorin
2022-01-19 13:45:41iritkatrielsetmessageid: <1642599941.76.0.140666111038.issue46431@roundup.psfhosted.org>
2022-01-19 13:45:41iritkatriellinkissue46431 messages
2022-01-19 13:45:41iritkatrielcreate