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 carljm
Recipients carljm
Date 2018-05-19.05:41:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526708509.94.0.682650639539.issue33577@psf.upfronthosting.co.za>
In-reply-to
Content
Per Nick Coghlan in discussion on issue21145:

"I think it would make sense to remove the exception wrapping from the __set_name__ calls - I don't think we're improving the ease of understanding the tracebacks by converting everything to a generic RuntimeError, and we're hurting the UX of descriptor validation cases like this one."

https://github.com/python/cpython/blob/master/Objects/typeobject.c#L7263
History
Date User Action Args
2018-05-19 05:41:49carljmsetrecipients: + carljm
2018-05-19 05:41:49carljmsetmessageid: <1526708509.94.0.682650639539.issue33577@psf.upfronthosting.co.za>
2018-05-19 05:41:49carljmlinkissue33577 messages
2018-05-19 05:41:49carljmcreate