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 rhettinger
Recipients facundobatista, hauntsaninja, mark.dickinson, rhettinger, skrah
Date 2020-02-22.07:33:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582356837.76.0.731155522427.issue39722@roundup.psfhosted.org>
In-reply-to
Content
I wouldn't worry about this.  The context argument for the dunder methods isn't part of the public API.  It is just an internal implementation detail that was necessary for the Python implementation but would make no sense at all for the C implementation.
History
Date User Action Args
2020-02-22 07:33:57rhettingersetrecipients: + rhettinger, facundobatista, mark.dickinson, skrah, hauntsaninja
2020-02-22 07:33:57rhettingersetmessageid: <1582356837.76.0.731155522427.issue39722@roundup.psfhosted.org>
2020-02-22 07:33:57rhettingerlinkissue39722 messages
2020-02-22 07:33:57rhettingercreate