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

2010-11-09 Thread Stefan Krah
Alexander Belopolsky wrote: > On Tue, Nov 9, 2010 at 11:36 AM, Antoine Pitrou wrote: > .. > >> 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. >

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

2010-11-09 Thread Alexander Belopolsky
On Tue, Nov 9, 2010 at 11:36 AM, Antoine Pitrou wrote: .. >> 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. I know, but if we ever start making except

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

2010-11-09 Thread Antoine Pitrou
On Tue, 9 Nov 2010 11:23:23 -0500 Alexander Belopolsky wrote: > On Tue, Nov 9, 2010 at 4:39 AM, victor.stinner > 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 tr