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 Jim.Jewett
Recipients Itayazolay, Jim.Jewett, bar.harel, fbidu, rhettinger
Date 2020-07-11.18:54:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594493682.78.0.974938088773.issue41220@roundup.psfhosted.org>
In-reply-to
Content
Going back to Raymond's analysis, this is useful when at least some of the parameters either do not change the result, or are not hashable.

At a minimum, you need to figure out which parameters those are, and whether to drop them or transform them.

Is this already sufficiently rare or tricky that a subclass is justified, instead of trying to shoehorn things into a single key method?
History
Date User Action Args
2020-07-11 18:54:42Jim.Jewettsetrecipients: + Jim.Jewett, rhettinger, bar.harel, Itayazolay, fbidu
2020-07-11 18:54:42Jim.Jewettsetmessageid: <1594493682.78.0.974938088773.issue41220@roundup.psfhosted.org>
2020-07-11 18:54:42Jim.Jewettlinkissue41220 messages
2020-07-11 18:54:42Jim.Jewettcreate