Antoine Pitrou <pit...@free.fr> added the comment: > - 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11223> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com