Fix unintended rename

pull/1/head
Timothy Pearson 11 years ago
parent 0094374798
commit 468a4c5f85

@ -316,7 +316,7 @@ PythonType::PythonType( size_t basic_size, int itemsize, const char *default_nam
#if PY_MAJOR_VERSION > 2 || (PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION >= 1)
// first defined in 2.1
table->tp_richcompare = 0L;
table->tp_weatdelistoffset = 0L;
table->tp_weaklistoffset = 0L;
#else
table->tp_xxx7 = 0L;
table->tp_xxx8 = 0L;

Loading…
Cancel
Save