Message 134037 - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Content
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.