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 belopolsky
Recipients amaury.forgeotdarc, belopolsky, gregory.p.smith, gvanrossum, jnferguson
Date 2008-04-10.17:52:25
SpamBayes Score 0.14021973
Marked as misclassified No
Message-id <d38f5330804101052u72fdfb0pa593f8e3e896b061@mail.gmail.com>
In-reply-to <ca471dc20804091718n2b05a0fcyc7919b59c37204e0@mail.gmail.com>
Content
On Wed, Apr 9, 2008 at 8:18 PM, Guido van Rossum <report@bugs.python.org> wrote:

> >  [*sigh* i wish we didn't use a signed size type all over the place]
>
>  What would you use for error returns then?
>

res == (size_t)-1  or res == 0 && PyErr_Occured()
History
Date User Action Args
2008-04-10 17:52:26belopolskysetspambayes_score: 0.14022 -> 0.14021973
recipients: + belopolsky, gvanrossum, gregory.p.smith, amaury.forgeotdarc, jnferguson
2008-04-10 17:52:25belopolskylinkissue2587 messages
2008-04-10 17:52:25belopolskycreate