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 rmsr
Recipients rmsr
Date 2014-01-09.04:39:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389242396.52.0.166931579233.issue20201@psf.upfronthosting.co.za>
In-reply-to
Content
Following the howto's instructions on the new syntax for the 'w*' argument, one gets an exception:

...
  File "Tools/clinic/clinic.py", line 1780, in converter_init
    elif types == (bytearray_type | rwuffer_type):
NameError: global name 'rwuffer_type' is not defined

Easy fix, patch attached.
History
Date User Action Args
2014-01-09 04:39:56rmsrsetrecipients: + rmsr
2014-01-09 04:39:56rmsrsetmessageid: <1389242396.52.0.166931579233.issue20201@psf.upfronthosting.co.za>
2014-01-09 04:39:56rmsrlinkissue20201 messages
2014-01-09 04:39:56rmsrcreate