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 andrei.avk, iritkatriel, jbw, moi90, rbcollins, serhiy.storchaka
Date 2021-11-25.14:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637850995.53.0.530192962365.issue43656@roundup.psfhosted.org>
In-reply-to
Content
While I do think this module should be more customisable than it is, I think it should be done via support for subclassing rather than injecting functions that get forwarded on as you do here.

There are other issues on bpo related to customising this module, with more convincing use cases than suppressing errors. I think it’s more likely that a patch will be accepted which solves the general problem of this module being inflexible (while being backwards compatible).

The patch you propose here solves a small part of the problem while making the api clunkier and it commits us to supporting this new parameter when we try to solve the general problem.
History
Date User Action Args
2021-11-25 14:36:35iritkatrielsetrecipients: + iritkatriel, rbcollins, serhiy.storchaka, moi90, andrei.avk, jbw
2021-11-25 14:36:35iritkatrielsetmessageid: <1637850995.53.0.530192962365.issue43656@roundup.psfhosted.org>
2021-11-25 14:36:35iritkatriellinkissue43656 messages
2021-11-25 14:36:35iritkatrielcreate