[New-bugs-announce] [issue20201] Argument Clinic: rwbuffer support broken

Ryan Smith-Roberts report at bugs.python.org
Thu Jan 9 05:39:56 CET 2014


New submission from Ryan Smith-Roberts:

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.

----------
files: argument_clinic_rwbuffer.patch
keywords: patch
messages: 207726
nosy: rmsr
priority: normal
severity: normal
status: open
title: Argument Clinic: rwbuffer support broken
Added file: http://bugs.python.org/file33373/argument_clinic_rwbuffer.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20201>
_______________________________________


More information about the New-bugs-announce mailing list