[Python-Dev] r86355 - python/branches/py3k/Modules/_pickle.c

Antoine Pitrou solipsis at pitrou.net
Tue Nov 9 17:36:57 CET 2010


On Tue, 9 Nov 2010 11:23:23 -0500
Alexander Belopolsky <alexander.belopolsky at gmail.com> wrote:
> On Tue, Nov 9, 2010 at 4:39 AM, victor.stinner
> <python-checkins at python.org> wrote:
> ..
> > Log:
> > Issue #10359: Remove useless comma, invalid in ISO C
> 
> C99 allows it.  Which compiler is giving you trouble?

One part of the answer is that we generally try to enforce C89
compatibility. I don't know if any modern compiler would mind, though.

Regards

Antoine.






More information about the Python-Dev mailing list