Commit 92b04553 authored by Tres Seaver's avatar Tres Seaver

Typo.

parent cb59607c
......@@ -1120,7 +1120,7 @@ Per_set_estimated_size(cPersistentObject *self, PyObject *v)
{
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment