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 Martin.Teichmann
Recipients Martin.Teichmann, berker.peksag, gvanrossum, ncoghlan
Date 2016-07-25.15:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469461040.64.0.268664198318.issue27366@psf.upfronthosting.co.za>
In-reply-to
Content
I looked over the patch once more and found some places where
I didn't follow normal coding standards. I changed that, namely
now the code returns -1 meaning an exception happened and 0 on
success, which is what many functions in typeobject.c do.

So I think this patch should be ready.
History
Date User Action Args
2016-07-25 15:37:21Martin.Teichmannsetrecipients: + Martin.Teichmann, gvanrossum, ncoghlan, berker.peksag
2016-07-25 15:37:20Martin.Teichmannsetmessageid: <1469461040.64.0.268664198318.issue27366@psf.upfronthosting.co.za>
2016-07-25 15:37:20Martin.Teichmannlinkissue27366 messages
2016-07-25 15:37:20Martin.Teichmanncreate