This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lys.nikolaou
Recipients christian.heimes, lys.nikolaou, pablogsal
Date 2020-06-12.14:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591970752.87.0.0356422472199.issue40958@roundup.psfhosted.org>
In-reply-to
Content
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) ✗
History
Date User Action Args
2020-06-12 14:05:52lys.nikolaousetrecipients: + lys.nikolaou, christian.heimes, pablogsal
2020-06-12 14:05:52lys.nikolaousetmessageid: <1591970752.87.0.0356422472199.issue40958@roundup.psfhosted.org>
2020-06-12 14:05:52lys.nikolaoulinkissue40958 messages
2020-06-12 14:05:52lys.nikolaoucreate