diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/compile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/compile.c b/Python/compile.c index c7ca534..5784780 100644 --- a/Python/compile.c +++ b/Python/compile.c @@ -1241,6 +1241,9 @@ decode_utf8(char **sPtr, char *end, char* encoding) #endif } +/* compiler.transformer.Transformer.decode_literal depends on what + might seem like minor details of this function -- changes here + must be reflected there. */ static PyObject * parsestr(struct compiling *c, char *s) { |