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 larry
Recipients barry, brett.cannon, gvanrossum, larry, meador.inge, ncoghlan, skrah, tim.peters, yselivanov, zach.ware
Date 2014-01-21.08:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390291310.4.0.326461804804.issue20189@psf.upfronthosting.co.za>
In-reply-to
Content
Argh.  I lost 1.5 day's worth of work on revision 6 of this patch last
night, due to me being tired and over-aggressively cleaning my working
directories.  I will have to reconstruct it from memory, hopefully
Tuesday.  (I basically know what I did, and going through the process
again should be much quicker.)

I have more C fixes by the way:

  * PyTypeObject needs to also expose __text_signature__.  Otherwise
    builtin classes can't have signatures.

  * There are a bunch of default docstrings for tp_ etc. slots
    (__add__, __call__) that live in typeobject.c.  I'll hand-convert
    them to have signatures and reasonable docstrings.
History
Date User Action Args
2014-01-21 08:01:50larrysetrecipients: + larry, gvanrossum, tim.peters, barry, brett.cannon, ncoghlan, skrah, meador.inge, zach.ware, yselivanov
2014-01-21 08:01:50larrysetmessageid: <1390291310.4.0.326461804804.issue20189@psf.upfronthosting.co.za>
2014-01-21 08:01:50larrylinkissue20189 messages
2014-01-21 08:01:50larrycreate