[issue12404] c99 code in mmapmodule

2011-06-25 Thread Akira Kitada
New submission from Akira Kitada akit...@gmail.com: 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

[issue12404] c99 code in mmapmodule

2011-06-25 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset c72dafb14c49 by Ross Lagerwall in branch '2.7': Issue 12404: Remove C89 incompatible code from mmap module. http://hg.python.org/cpython/rev/c72dafb14c49 New changeset 567236a7122c by Ross Lagerwall in branch '3.2': Issue 12404:

[issue12404] c99 code in mmapmodule

2011-06-25 Thread Ross Lagerwall
Ross Lagerwall rosslagerw...@gmail.com added the comment: Thanks! -- assignee: - rosslagerwall nosy: +rosslagerwall resolution: - fixed stage: - committed/rejected status: open - closed versions: +Python 3.3 ___ Python tracker