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 serhiy.storchaka
Recipients larry, methane, serhiy.storchaka, vstinner
Date 2017-02-02.10:02:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486029775.98.0.774519345827.issue29300@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't make the patch much bigger. Usually such kind of changes are made in one patch.

Here is a patch that also changes the type of the self parameter to PyStructObject*.

struct_fastcall-6.patch LGTM, but I prefer struct_fastcall-7.patch.
History
Date User Action Args
2017-02-02 10:02:56serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, larry, methane
2017-02-02 10:02:55serhiy.storchakasetmessageid: <1486029775.98.0.774519345827.issue29300@psf.upfronthosting.co.za>
2017-02-02 10:02:55serhiy.storchakalinkissue29300 messages
2017-02-02 10:02:55serhiy.storchakacreate