Staging
v0.5.1
Revision 51c9cc73cb8768a691688755af0a8b6b12cf712c authored by Miss Islington (bot) on 08 June 2019, 15:27:06 UTC, committed by GitHub on 08 June 2019, 15:27:06 UTC

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
(cherry picked from commit d407d2a7265f6102e51a1d62b3fd28b4f7a78d16)

Co-authored-by: Philipp A <flying-sheep@web.de>
1 parent 10b4fd9
Raw File
tokenizer_pgen.c
#define PGEN
#include "tokenizer.c"
back to top