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 pitrou
Recipients pitrou, scoder, serhiy.storchaka
Date 2017-12-16.12:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513427198.0.0.213398074469.issue32346@psf.upfronthosting.co.za>
In-reply-to
Content
I posted https://github.com/python/cpython/pull/4902 for this.

This approach has two drawbacks:
- uses an additional tp_ slot (and a corresponding TPFLAGS)
- adds a bit of code complexity (but quite localized)
History
Date User Action Args
2017-12-16 12:26:38pitrousetrecipients: + pitrou, scoder, serhiy.storchaka
2017-12-16 12:26:38pitrousetmessageid: <1513427198.0.0.213398074469.issue32346@psf.upfronthosting.co.za>
2017-12-16 12:26:37pitroulinkissue32346 messages
2017-12-16 12:26:37pitroucreate