]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use lightweight introspection instead of the inspect module hammer.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 23 Jan 2003 18:29:29 +0000 (18:29 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 23 Jan 2003 18:29:29 +0000 (18:29 +0000)
commit250684ddd8223de98b5944d13e89a12673d0a51a
tree93008aa74aa02f8e0062b4ed258c1246cd0cf997
parentba60319a78ed6be5a57d5288e0e131c4bc6c8cf8
Use lightweight introspection instead of the inspect module hammer.

Removing locking are findCaller() calls as the implementation using
sys._getframe() is thread-safe.

Changes reviewed by Vinay.
Lib/logging/__init__.py