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 mark.dickinson
Recipients gumtree, mark.dickinson, meador.inge
Date 2010-02-04.11:52:31
SpamBayes Score 0.0061254823
Marked as misclassified No
Message-id <1265284353.09.0.218910332522.issue5211@psf.upfronthosting.co.za>
In-reply-to
Content
> As you pointed out in issue 3734, the patch is basically:
> <snipped patch that adds Py_TPFLAGS_CHECKTYPES>

Yes, that's the essence of it.  In addition, each of the functions implementing a complex special method would need to do its own argument conversion.  (Compare the implementation of complex_add in py3k with that in trunk.)
History
Date User Action Args
2010-02-04 11:52:33mark.dickinsonsetrecipients: + mark.dickinson, gumtree, meador.inge
2010-02-04 11:52:33mark.dickinsonsetmessageid: <1265284353.09.0.218910332522.issue5211@psf.upfronthosting.co.za>
2010-02-04 11:52:31mark.dickinsonlinkissue5211 messages
2010-02-04 11:52:31mark.dickinsoncreate