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 zach.ware
Recipients larry, nadeem.vawda, serhiy.storchaka, vajrasky, zach.ware
Date 2014-02-05.16:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391617009.33.0.00509712078075.issue20185@psf.upfronthosting.co.za>
In-reply-to
Content
Vajrasky: Note that you can reply to individual review comments within Rietveld; this way context is kept and replies are easier :).  The same people get the message either way.

Anyhow, for float point 1: you can use I believe you can use (unaryfunc) for nb_int and nb_float, just like nb_positive above.

list point 2: I agree, it's not worth it to try to not use the impl function.

rlimit: I'm not sure what value to give, and I'm not where I can play with it until my PC catches fire, either.  Is there some value that makes no sense as a legitimate value?  Is it legal for rlim_cur to be greater than rlim_max?  Or is there a value that is just exceedingly uncommon?  Or you could simply pick some random value; your converter should be written to render with self.err_occurred_if("_return_value == RLIMIT_ERROR_VALUE").
History
Date User Action Args
2014-02-05 16:16:49zach.waresetrecipients: + zach.ware, larry, nadeem.vawda, serhiy.storchaka, vajrasky
2014-02-05 16:16:49zach.waresetmessageid: <1391617009.33.0.00509712078075.issue20185@psf.upfronthosting.co.za>
2014-02-05 16:16:49zach.warelinkissue20185 messages
2014-02-05 16:16:48zach.warecreate