New submission from Ztatik Light :
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
messa
Ztatik Light added the comment:
Ooo ... using bytes() DID seem to help. HAHA?
--
___
Python tracker
<http://bugs.python.org/issue15306>
___
___
Python-bug
Ztatik Light 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 settin
Ztatik Light added the comment:
I think this is the related SFML fix patch commit:
https://github.com/LaurentGomila/SFML/commit/da5ac8a9512885c5b245a24915733c3b26f689b7
--
___
Python tracker
<http://bugs.python.org/issue15
Ztatik Light 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/file26331/bac
Changes by Ztatik Light :
--
title: Allow whitespace and comments after line line continuation character \
-> Allow whitespace and comments after line continuation character \
___
Python tracker
<http://bugs.python.org/issu
New submission from Ztatik Light :
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: 3rd party