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 georg.brandl, larry, ncoghlan, serhiy.storchaka, yselivanov, zach.ware
Date 2014-02-07.17:48:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391795307.84.0.65831308015.issue20530@psf.upfronthosting.co.za>
In-reply-to
Content
New patch still gives an assertion failure at line 153 of typeobject.c when trying to get __text_signature__ from anything that should have one (on Windows, at least).

Python 3.4.0b3+ (default, Feb  7 2014, 11:43:04) [MSC v.1600 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> type.__text_signature__
>>> object.__text_signature__
Assertion failed: *end == ')', file ..\Objects\typeobject.c, line 153
History
Date User Action Args
2014-02-07 17:48:27zach.waresetrecipients: + zach.ware, georg.brandl, ncoghlan, larry, serhiy.storchaka, yselivanov
2014-02-07 17:48:27zach.waresetmessageid: <1391795307.84.0.65831308015.issue20530@psf.upfronthosting.co.za>
2014-02-07 17:48:27zach.warelinkissue20530 messages
2014-02-07 17:48:27zach.warecreate