[issue13461] Error on test_issue_1395_5 with Python 2.7 and VS2010
Amaury Forgeot d'Arc
report at bugs.python.org
Fri Nov 25 16:52:25 CET 2011
Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:
I've identified a few other cases where a '#' format is passed a numeric literal:
Python/codecs.c:514: return Py_BuildValue("(u#n)", &end, 0, end);
Modules/_io/textio.c:2323: DECODER_DECODE(input, 1, n);
----------
nosy: +amaury.forgeotdarc
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13461>
_______________________________________
More information about the Python-bugs-list
mailing list