Zachary Ware added the comment:

Reproduced on macOS:

$ ./python.exe
Python 3.6.0b4+ (3.6:b26c8104e54f, Nov  7 2016, 12:01:37)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)] on darwin
Type help, copyright, credits or license for more information.
>>> B''F''
Segmentation fault: 11

Looks like `f''b''` is handled correctly, but `b''f''` is not.

----------
components: +Interpreter Core
nosy: +eric.smith, ned.deily, zach.ware
priority: normal -> release blocker
stage:  -> needs patch
type:  -> crash
versions: +Python 3.6, Python 3.7

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

Reply via email to