[issue15349] SyntaxError b0rked grammar

2012-07-14 Thread Ztatik Light
New submission from Ztatik Light ztatik.li...@gmail.com: SyntaxError: import * is not allowed in function '__init__' because it is contains a nested function with free variables ^ /s/because it is contains/because it contains -- components: Interpreter Core messages: 165437 nosy

[issue15306] Python3 segfault? (works in Python2)

2012-07-09 Thread Ztatik Light
Ztatik Light ztatik.li...@gmail.com added the comment: Crash happens in FT_Request_Size and seems to have been addressed by someone working at SFML: http://en.sfml-dev.org/forums/index.php?topic=2208.0 [Backtrace attached as 'backtrace.txt'] -- Added file: http://bugs.python.org

[issue15306] Python3 segfault? (works in Python2)

2012-07-09 Thread Ztatik Light
Ztatik Light ztatik.li...@gmail.com added the comment: I think this is the related SFML fix patch commit: https://github.com/LaurentGomila/SFML/commit/da5ac8a9512885c5b245a24915733c3b26f689b7 -- ___ Python tracker rep...@bugs.python.org http

[issue15306] Python3 segfault? (works in Python2)

2012-07-09 Thread Ztatik Light
Ztatik Light ztatik.li...@gmail.com added the comment: Mmmm. The fix isn't necessary related to python at all but I figured might potentially AIDE in a python fix. Also, I'm not passing a unicode string... that says '/u' not '\u' ... Also, I tried setting res/argtypes but to no avail

[issue15306] Python3 segfault? (works in Python2)

2012-07-09 Thread Ztatik Light
Ztatik Light ztatik.li...@gmail.com added the comment: Ooo ... using bytes() DID seem to help. HAHA? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15306

[issue15190] Allow whitespace and comments after line line continuation character \

2012-06-26 Thread Ztatik Light
New submission from Ztatik Light ztatik.li...@gmail.com: See Title -- components: Interpreter Core messages: 164055 nosy: Ztatik.Light priority: normal severity: normal status: open title: Allow whitespace and comments after line line continuation character \ type: enhancement versions

[issue15190] Allow whitespace and comments after line continuation character \

2012-06-26 Thread Ztatik Light
Changes by Ztatik Light ztatik.li...@gmail.com: -- title: Allow whitespace and comments after line line continuation character \ - Allow whitespace and comments after line continuation character \ ___ Python tracker rep...@bugs.python.org http