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 vstinner
Recipients benjamin.peterson, db3l, gregory.p.smith, neologix, pitrou, python-dev, rnk, sable, vstinner
Date 2011-04-26.01:34:42
SpamBayes Score 6.247724e-08
Marked as misclassified No
Message-id <1303781690.30079.2.camel@marge>
In-reply-to <1303341621.3493.5.camel@localhost.localdomain>
Content
> >  - Rename _PyThread_Info() to PyThread_GetInfo() (consistent name with
> > PyFloat_GetInfo() and PyLong_GetInfo())
> 
> I don't think we want that API to be public, so it should be
> _PyThread_GetInfo().

Why should it be private in C, but not in Python?

Why should it be private whereas PyLong_GetInfo() and PyFloat_GetInfo()
are public?

> >  - Always compile thread.c, but add #ifdef WITH_THREAD around most the
> > file (except PyThread_GetInfo())
> 
> What's the point? Sounds like pointless complication.

Complication? It does *simplify* configure.in.

I don't want to create a new file just for a small function.
History
Date User Action Args
2011-04-26 01:34:44vstinnersetrecipients: + vstinner, gregory.p.smith, db3l, pitrou, sable, benjamin.peterson, rnk, neologix, python-dev
2011-04-26 01:34:42vstinnerlinkissue11223 messages
2011-04-26 01:34:42vstinnercreate