]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Catch situations where currentframe() returns None. See SF patch #1447410, this is...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 20 Mar 2006 09:22:40 +0000 (09:22 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 20 Mar 2006 09:22:40 +0000 (09:22 +0000)
commit2c20676e51c92ab69c4d7cf3d152bc6dd12dab49
tree11c5809b62d98fdbe30f0901d3abebb187cd2138
parent099e7932cf5aae6713c20bf3cf3b21465aabe171
Catch situations where currentframe() returns None. See SF patch #1447410, this is a different implementation.
Lib/logging/__init__.py