Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r270:c9b494b1259e Date: 2012-06-07 21:34 +0200 http://bitbucket.org/cffi/cffi/changeset/c9b494b1259e/
Log: Bah, forgot this (but the test doesn't fail?). diff --git a/c/_ffi_backend.c b/c/_ffi_backend.c --- a/c/_ffi_backend.c +++ b/c/_ffi_backend.c @@ -3268,4 +3268,6 @@ return; if (PyType_Ready(&CDataOwning_Type) < 0) return; + if (PyType_Ready(&CDataWithDestructor_Type) < 0) + return; } _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit