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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-01-19.18:11:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484849484.93.0.6820706927.issue29327@psf.upfronthosting.co.za>
In-reply-to
Content
In debug build Python is crashed.

>>> sorted(iterable=[])
python: Objects/abstract.c:2317: _PyObject_FastCallDict: Assertion `nargs >= 0' failed.
Aborted (core dumped)
History
Date User Action Args
2017-01-19 18:11:24serhiy.storchakasetrecipients: + serhiy.storchaka
2017-01-19 18:11:24serhiy.storchakasetmessageid: <1484849484.93.0.6820706927.issue29327@psf.upfronthosting.co.za>
2017-01-19 18:11:24serhiy.storchakalinkissue29327 messages
2017-01-19 18:11:24serhiy.storchakacreate