Message371370
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) ✗ |
|
| Date |
User |
Action |
Args |
| 2020-06-12 14:05:52 | lys.nikolaou | set | recipients:
+ lys.nikolaou, christian.heimes, pablogsal |
| 2020-06-12 14:05:52 | lys.nikolaou | set | messageid: <1591970752.87.0.0356422472199.issue40958@roundup.psfhosted.org> |
| 2020-06-12 14:05:52 | lys.nikolaou | link | issue40958 messages |
| 2020-06-12 14:05:52 | lys.nikolaou | create | |
|