[issue28633] eval() Function - Segmentation Fault

Zachary Ware report at bugs.python.org
Mon Nov 7 13:05:19 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28633>
_______________________________________


More information about the Python-bugs-list mailing list