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 vstinner
Recipients larry, methane, serhiy.storchaka, vstinner
Date 2017-02-01.22:01:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485986519.99.0.723170838102.issue29300@psf.upfronthosting.co.za>
In-reply-to
Content
> It looks to me that the type of the self parameter can be changed from PyObject* to PyStructObject*. This will make the patch larger but the final code simpler.

I like the idea, but I prefer to do in a separated change, once the first big one is merged. Otherwise, the first patch will do too many unrelated things at the same time IMHO.
History
Date User Action Args
2017-02-01 22:02:00vstinnersetrecipients: + vstinner, larry, methane, serhiy.storchaka
2017-02-01 22:01:59vstinnersetmessageid: <1485986519.99.0.723170838102.issue29300@psf.upfronthosting.co.za>
2017-02-01 22:01:59vstinnerlinkissue29300 messages
2017-02-01 22:01:59vstinnercreate