mirror of
https://github.com/python/cpython.git
synced 2026-05-27 22:56:48 -04:00
250684ddd8
Removing locking are findCaller() calls as the implementation using sys._getframe() is thread-safe. Changes reviewed by Vinay.