Lysandros Nikolaou <lisandros...@gmail.com> added the comment:

Running Pablo's examples in the REPL does not reproduce the errors either:

➜  cpython git:(master) ✗ 
LSAN_OPTIONS="suppressions=asan-suppression.txt,print_suppressions=0" ./python  
                  
Modules/posixmodule.c:14682:9: runtime error: left shift of 34 by 26 places 
cannot be represented in type 'int'
Python 3.10.0a0 (heads/master:e2fb8a2c42, Jun 12 2020, 16:59:27) 
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> "Ṕýţĥòñ" +
  File "<stdin>", line 1
    "Ṕýţĥòñ" +
              ^
SyntaxError: invalid syntax
>>> yield from
  File "<stdin>", line 1
    yield from
              ^
SyntaxError: invalid syntax
>>> ^D
➜  cpython git:(master) ✗

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to