Zachary Ware added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to