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 ncoghlan
Recipients georg.brandl, larry, ncoghlan, serhiy.storchaka, yselivanov, zach.ware
Date 2014-02-09.03:56:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391918214.85.0.351371887995.issue20530@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch fixes an assertion failure in typeobject.c (end doesn't point at the ")", it points at the newline immediately after it).
History
Date User Action Args
2014-02-09 03:56:55ncoghlansetrecipients: + ncoghlan, georg.brandl, larry, zach.ware, serhiy.storchaka, yselivanov
2014-02-09 03:56:54ncoghlansetmessageid: <1391918214.85.0.351371887995.issue20530@psf.upfronthosting.co.za>
2014-02-09 03:56:54ncoghlanlinkissue20530 messages
2014-02-09 03:56:54ncoghlancreate