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 akitada
Recipients akitada
Date 2011-06-25.07:02:56
SpamBayes Score 7.8142155e-05
Marked as misclassified No
Message-id <1308985377.16.0.872851940652.issue12404@psf.upfronthosting.co.za>
In-reply-to
Content
Modules/mmapmodule.c contains code that makes it incompatible with C89 compiler.

People using recent gcc can check this by running following commands.
 
    $ ./configure CFLAGS='-Wdeclaration-after-statement' && make

Attached patch fixes the issue.
(verified on Linux 2.6.39-2-amd64 with gcc 4.6.1)
History
Date User Action Args
2011-06-25 07:02:57akitadasetrecipients: + akitada
2011-06-25 07:02:57akitadasetmessageid: <1308985377.16.0.872851940652.issue12404@psf.upfronthosting.co.za>
2011-06-25 07:02:56akitadalinkissue12404 messages
2011-06-25 07:02:56akitadacreate