Files
cpython/Lib
Philipp A d407d2a726 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
2019-06-08 05:05:46 -07:00
..
2019-06-07 11:18:34 +02:00
2019-06-04 19:44:34 +02:00
2019-05-23 08:45:22 -07:00