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 larry
Date 2014-01-10.01:25:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389317138.57.0.101674386167.issue20214@psf.upfronthosting.co.za>
In-reply-to
Content
Miscellaneous Argument Clinic fixes:
  * Added default value type verification for almost all return converters.
  * Added return converters for float, dobule, unsigned long,
    unsigned int, short, and unsigned short.
  * Py_buffer converter improvements:
      * Now allow exactly one value as a default value: None.
      * The default value in C only needs two fields initialized.
      * The cleanup call to PyBuffer_Release should be based on
        ".obj", not ".buf".
As well as a bunch of documentation fixes.

I'd love a review, but I'm pretty confident it's all okay so I may just check it in.  (The only code changes are in clinic.py so it's not going to break the world.)
History
Date User Action Args
2014-01-10 01:25:39larrysetrecipients: + larry
2014-01-10 01:25:38larrysetmessageid: <1389317138.57.0.101674386167.issue20214@psf.upfronthosting.co.za>
2014-01-10 01:25:38larrylinkissue20214 messages
2014-01-10 01:25:37larrycreate