[issue20591] Let "braces" be a constant

2014-02-12 Thread DhilipSiva
DhilipSiva added the comment: Apologies for misunderstanding the reference Benjamin Peterson (benjamin.peterson). You are right :) -- ___ Python tracker <http://bugs.python.org/issue20

[issue20591] Let "braces" be a constant

2014-02-12 Thread DhilipSiva
DhilipSiva added the comment: While both of you disagree, I really liked STINNER Victor (haypo)'s comment. I feel dumb sending this patch. It makes myself think that this was a totally wrong thing to do. But Benjamin Peterson (benjamin.peterson)'s comment make me feel sad a

[issue20591] Let "braces" be a constant

2014-02-11 Thread DhilipSiva
New submission from DhilipSiva: Make the "braces" in the "Python/future.c" as a constant declared in "Include/compile.h" -- files: constant_braces.patch keywords: patch messages: 210919 nosy: dhilipsiva priority: normal severity: normal status: open tit