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

2010-08-22 Thread Mark Lawrence
Mark Lawrence added the comment: Closed in reply to msg92323. -- nosy: +BreamoreBoy resolution: -> out of date status: open -> closed ___ Python tracker ___ _

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

2009-09-06 Thread Ronald Oussoren
Ronald Oussoren added the comment: This is no longer a problem with 2.6.x from SVN and Xcode 3.2 (on OSX 10.6). I haven't tested if the problem is still present on other versions of OSX, but I'd say it is pretty safe to assume that this was a toolchain problem. -- __

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

2009-06-28 Thread Ezio Melotti
Ezio Melotti 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

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

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> crash versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___ Pyt