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