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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20201>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to