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 zach.ware
Recipients Stone, eric.smith, ned.deily, zach.ware
Date 2016-11-07.18:05:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478541919.49.0.723257642494.issue28633@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-07 18:05:19zach.waresetrecipients: + zach.ware, eric.smith, ned.deily, Stone
2016-11-07 18:05:19zach.waresetmessageid: <1478541919.49.0.723257642494.issue28633@psf.upfronthosting.co.za>
2016-11-07 18:05:19zach.warelinkissue28633 messages
2016-11-07 18:05:19zach.warecreate