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, loewis, nadeem.vawda, serhiy.storchaka, taleinat
Date 2015-05-16.09:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431768151.75.0.21676254964.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch just for Modules/sysmodule.c (and related files), based on Georg's patch, updated to apply against current default, including fixes thanks to Serhiy's review.

Despite Serhiy's suggestions, I've not used parameter groups, due to Larry's statement of his dislike of this (ab)use of the feature.

I've left an alias of the form "args as args_value:" since the latest clinic.py doesn't automatically alias "args" (causing a compile error).

At Serhiy's suggestion, I've also converted sys.callstats. I couldn't find any tests for it, so someone should definitely review this conversion!

All tests pass on my OSX 10.10.
History
Date User Action Args
2015-05-16 09:22:34taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda, serhiy.storchaka
2015-05-16 09:22:31taleinatsetmessageid: <1431768151.75.0.21676254964.issue20182@psf.upfronthosting.co.za>
2015-05-16 09:22:31taleinatlinkissue20182 messages
2015-05-16 09:22:31taleinatcreate