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 taleinat
Recipients georg.brandl, larry, martin.panter, python-dev, serhiy.storchaka, taleinat
Date 2016-03-19.10:22:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458382978.64.0.560059154064.issue20186@psf.upfronthosting.co.za>
In-reply-to
Content
My patches haven't been looked at for a while, anyone considering them should make sure they still apply cleanly and don't break anything. Here their status as far as I can tell:

Quite a bit of work went into Modules/_operator.c, and it got an "LGTM" from Serhiy, so it should probably go in after a quick check.

Modules/mathmodule.c was also in a good state when I left it, and it underwent some review from Serhiy whose comments were implemented. It should probably be good to go after a thorough review.

Objects/enumobject.c is simpler but requires review.
History
Date User Action Args
2016-03-19 10:22:58taleinatsetrecipients: + taleinat, georg.brandl, larry, python-dev, martin.panter, serhiy.storchaka
2016-03-19 10:22:58taleinatsetmessageid: <1458382978.64.0.560059154064.issue20186@psf.upfronthosting.co.za>
2016-03-19 10:22:58taleinatlinkissue20186 messages
2016-03-19 10:22:58taleinatcreate