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 serhiy.storchaka, vstinner
Date 2017-03-11.13:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489239993.83.0.329707117156.issue29793@psf.upfronthosting.co.za>
In-reply-to
Content
Following PR converts some builtin types constructors to Argument Clinic:

complex.__new__
float.__new__
function.__new__
int.__new__
mappingproxy.__new__
module.__init__
property.__init__
structseq.__new__
History
Date User Action Args
2017-03-11 13:46:33serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner
2017-03-11 13:46:33serhiy.storchakasetmessageid: <1489239993.83.0.329707117156.issue29793@psf.upfronthosting.co.za>
2017-03-11 13:46:33serhiy.storchakalinkissue29793 messages
2017-03-11 13:46:33serhiy.storchakacreate