This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, christian.heimes, giovannibajo, loewis
Date 2008-04-07.11:54:36
SpamBayes Score 0.3014202
Marked as misclassified No
Message-id <1207569279.73.0.913112101539.issue2128@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, you are right that they are not from the same reason as that issue.

gcc -c -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ 
-fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes 
-I. -IInclude -I./Include   -DPy_BUILD_CORE -o Modules/main.o Modules/main.c
Modules/main.c: In function 'Py_Main':
Modules/main.c:478: warning: passing argument 1 of 'Py_SetProgramName'
from incompatible pointer type
Modules/main.c: In function 'Py_Main':
Modules/main.c:478: warning: passing argument 1 of 'Py_SetProgramName'
from incompatible pointer type
History
Date User Action Args
2008-04-07 11:54:40benjamin.petersonsetspambayes_score: 0.30142 -> 0.3014202
recipients: + benjamin.peterson, loewis, christian.heimes, giovannibajo
2008-04-07 11:54:39benjamin.petersonsetspambayes_score: 0.30142 -> 0.30142
messageid: <1207569279.73.0.913112101539.issue2128@psf.upfronthosting.co.za>
2008-04-07 11:54:37benjamin.petersonlinkissue2128 messages
2008-04-07 11:54:37benjamin.petersoncreate