Message134191
> - 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().
> - Always compile thread.c, but add #ifdef WITH_THREAD around most the
> file (except PyThread_GetInfo())
What's the point? Sounds like pointless complication. |
|
Date |
User |
Action |
Args |
2011-04-20 23:20:25 | pitrou | set | recipients:
+ pitrou, gregory.p.smith, db3l, vstinner, sable, benjamin.peterson, rnk, neologix, python-dev |
2011-04-20 23:20:24 | pitrou | link | issue11223 messages |
2011-04-20 23:20:24 | pitrou | create | |
|