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 pdox
Recipients pdox
Date 2017-10-15.06:33:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508049190.29.0.213398074469.issue31791@psf.upfronthosting.co.za>
In-reply-to
Content
I believe it would also make sense to inline the 'as' structures (tp_as_async, tp_as_number, tp_as_sequence, tp_as_mapping, and tp_as_buffer), instead of having them be pointers. This would save one pointer dereference with each use. But this would have API compatibility consequences, so for this change it is off the table.
History
Date User Action Args
2017-10-15 06:33:10pdoxsetrecipients: + pdox
2017-10-15 06:33:10pdoxsetmessageid: <1508049190.29.0.213398074469.issue31791@psf.upfronthosting.co.za>
2017-10-15 06:33:10pdoxlinkissue31791 messages
2017-10-15 06:33:09pdoxcreate