]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Robustify getfile() against classes that lie about their __module__s
authorKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 12:10:40 +0000 (12:10 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Fri, 13 Apr 2001 12:10:40 +0000 (12:10 +0000)
commitc99e0f18628b1b6109c88aa31a44a19d34c7d103
tree8d8c6529859b55a076411ddff28547c211356e4f
parentda79389f100366a4e221e30b45da6f33e6f8ec34
Robustify getfile() against classes that lie about their __module__s
    (such as the exceptions in _weakref and _locale!)
Lib/inspect.py