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 Lyn Levenick
Recipients Lyn Levenick
Date 2019-03-06.21:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551909272.26.0.760081663583.issue36218@roundup.psfhosted.org>
In-reply-to
Content
Running Python 3.7.2, it is possible to segfault the process when sorting some arrays.

Executed commands are

    $ python3
    Python 3.7.2 (default, Feb 12 2019, 08:15:36) 
    [Clang 10.0.0 (clang-1000.11.45.5)] on darwin
    Type "help", "copyright", "credits" or "license" for more information.
    >>> [(1.0, 1.0), (False, "A"), 6].sort()
    Segmentation fault: 11

I did not have the opportunity to test on systems other than macOS, but anecdotally this is reproducible on both Windows and Linux.
History
Date User Action Args
2019-03-06 21:54:32Lyn Levenicksetrecipients: + Lyn Levenick
2019-03-06 21:54:32Lyn Levenicksetmessageid: <1551909272.26.0.760081663583.issue36218@roundup.psfhosted.org>
2019-03-06 21:54:32Lyn Levenicklinkissue36218 messages
2019-03-06 21:54:32Lyn Levenickcreate