Allow qstr's with non-ident chars, construct good identifier for them.

Also, add qstr's for string appearing in unix REPL loop, gross effect
being less allocations for each command run.
This commit is contained in:
Paul Sokolovsky
2014-01-24 00:22:00 +02:00
parent d552db426b
commit ab5d08280b
3 changed files with 22 additions and 12 deletions

View File

@@ -80,3 +80,11 @@ Q(sort)
Q(join)
Q(strip)
Q(format)
Q(<module>)
Q(<lambda>)
Q(<listcomp>)
Q(<dictcomp>)
Q(<setcomp>)
Q(<genexpr>)
Q(<stdin>)