ec55a221f6
When calling compile(), the filename argument should be either a real file name or a string. According to Python docs, suggested one is '<string>'. Keep the current behaviour (encapsulate the actual expression), but enclose it into angle brackets. Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
4 lines
184 B
YAML
4 lines
184 B
YAML
bugfixes:
|
|
- Pass expression in angle-bracket notation as filename argument to a
|
|
``compile()`` built-in function, so that Python debuggers do not try to
|
|
parse it as filename.
|