[issue1502517] crash in expat when compiling with --enable-profiling

Ezio Melotti report at bugs.python.org
Mon Jun 29 02:07:37 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I got this warning compiling Python3.1:
/home/wolf/Python-3.1/Modules/expat/xmlparse.c: In function ‘doProlog’:
/home/wolf/Python-3.1/Modules/expat/xmlparse.c:3771: warning: passing
argument 1 of ‘normalizePublicId’ discards qualifiers from pointer
target type

I don't know if it's in any way related to this problem, but I found
this issue while searching for 'doProlog' and 'xmlparse'.

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1502517>
_______________________________________


More information about the Python-bugs-list mailing list