[Python-checkins] r45777 - python/trunk/Python/structmember.c (original) (raw)

neal.norwitz python-checkins at python.org
Fri Apr 28 07:28:54 CEST 2006


Author: neal.norwitz Date: Fri Apr 28 07:28:54 2006 New Revision: 45777

Modified: python/trunk/Python/structmember.c Log: Fix a warning on ppc (debian)

Modified: python/trunk/Python/structmember.c

--- python/trunk/Python/structmember.c (original) +++ python/trunk/Python/structmember.c Fri Apr 28 07:28:54 2006 @@ -260,8 +260,9 @@ PyErr_BadArgument(); return -1; } else {

@@ -271,8 +272,10 @@ PyErr_BadArgument(); return -1; } else {



More information about the Python-checkins mailing list