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 pablogsal
Recipients barry, ncoghlan, pablogsal
Date 2018-01-01.00:11:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514765517.77.0.467229070634.issue32445@psf.upfronthosting.co.za>
In-reply-to
Content
I think I am missing something because the callbacks are always called with (exc_type, exc, tb) (check here https://github.com/python/cpython/blob/176baa326be4ec2dc70ca0c054b7e2ab7ca6a9cf/Lib/contextlib.py#L475) and therefore a wrapper that just drops these arguments and calls the original callback with no arguments is always needed, right?
History
Date User Action Args
2018-01-01 00:11:57pablogsalsetrecipients: + pablogsal, barry, ncoghlan
2018-01-01 00:11:57pablogsalsetmessageid: <1514765517.77.0.467229070634.issue32445@psf.upfronthosting.co.za>
2018-01-01 00:11:57pablogsallinkissue32445 messages
2018-01-01 00:11:57pablogsalcreate