STINNER Victor <victor.stin...@haypocalc.com> added the comment: threading_info.patch: - Add thread._info() function -> dict with 'name' and 'use_semaphores' (pthread only) keys - Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() if Python uses pthread without semaphores
thread._info() creates a new dict at each call. ---------- Added file: http://bugs.python.org/file21716/threading_info.patch _______________________________________ 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