Antoine Pitrou <[email protected]> added the comment: > I also renamed 'name' key to 'thread', so 'thread' is the name of the > *thread* implementation, and 'lock' is the name of the *lock* > implementation.
Not that I want to bikeshed, but I think 'name' was ok (since you get the dict by calling threading._info(), it's obvious it has to do with threading). 'lock_implementation' would be better than 'lock', OTOH. Also, the 'pthread_version' documentation should state that it is optional (only works on GNU). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11223> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
