Re: [Mesa-dev] [PATCH 35/41] glapi: glX_proto_send.py: Don't shadow builtins.

2016-04-19 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick On 03/31/2016 05:04 PM, Dylan Baker wrote: > str is a builtin in python, although python doesn't prevent builtins > from being shadowed, its still a bad idea. > > Signed-off-by: Dylan Baker > --- > src/mapi/glapi/gen/glX_proto_send.py | 14 +++--

[Mesa-dev] [PATCH 35/41] glapi: glX_proto_send.py: Don't shadow builtins.

2016-03-31 Thread Dylan Baker
str is a builtin in python, although python doesn't prevent builtins from being shadowed, its still a bad idea. Signed-off-by: Dylan Baker --- src/mapi/glapi/gen/glX_proto_send.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/mapi/glapi/gen/glX_proto_send