commit | d407d2a7265f6102e51a1d62b3fd28b4f7a78d16 | [log] [tgz] |
---|---|---|
author | Philipp A <flying-sheep@web.de> | Sat Jun 08 14:05:46 2019 +0200 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 08 05:05:46 2019 -0700 |
tree | 6e52402cf0cdff805922a75e13822d54a0acb3f0 | |
parent | 65e5860fcc8ffe66f3c325d5484112f3b6540e8c [diff] |
bpo-37173: Show passed class in inspect.getfile error (GH-13861) Currently, inspect.getfile(str) will report nonsense: ```pytb >>> inspect.getfile(str) TypeError: <module 'builtins' (built-in)> is a built-in class ``` This fixes that https://bugs.python.org/issue37173