[Checkins] SVN: persistent/trunk/ Typo.

Tres Seaver cvs-admin at zope.org
Sun Aug 26 18:59:49 UTC 2012


Log message for revision 127584:
  Typo.

Changed:
  _U  persistent/trunk/
  U   persistent/trunk/persistent/cPersistence.c

-=-
Modified: persistent/trunk/persistent/cPersistence.c
===================================================================
--- persistent/trunk/persistent/cPersistence.c	2012-08-26 18:30:20 UTC (rev 127583)
+++ persistent/trunk/persistent/cPersistence.c	2012-08-26 18:59:45 UTC (rev 127584)
@@ -1120,7 +1120,7 @@
     {
       if (PyLong_Check(v))
       {
-          long long llv = PyInt_AsLongLong(v);
+          long long llv = PyLong_AsLongLong(v);
           if (llv > sys_maxint)
           {
              v = sys_maxint;  /* borrow reference */



More information about the checkins mailing list