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 xentnex
Recipients xentnex
Date 2013-10-24.07:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382598100.42.0.343975997852.issue19374@psf.upfronthosting.co.za>
In-reply-to
Content
Can be reproduced on Mac OS X. Stock Python 2.7.5 setup has been installed on a Mac OS X.

Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> s = "$RMC;12;234;523"
>>> s.split("$")

Segmentation fault: 11
History
Date User Action Args
2013-10-24 07:01:40xentnexsetrecipients: + xentnex
2013-10-24 07:01:40xentnexsetmessageid: <1382598100.42.0.343975997852.issue19374@psf.upfronthosting.co.za>
2013-10-24 07:01:40xentnexlinkissue19374 messages
2013-10-24 07:01:40xentnexcreate