On 4/20/2011 12:57 PM, Benjamin Peterson wrote:
On 4/19/2011 5:59 PM, victor.stinner wrote:Issue #11223: Add threading._info() function providing informations about the thread implementation.
How about using a structseq ala sys.float_info or sys.long_info? (In fact, we might want to put this in sys.)
sys.thread_info strikes me as a good idea too. The only thing required should be 'name' with '' at the default indicating no threading.
-- Terry Jan Reedy _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
