commit | 09654fe80485651048943099a0fecc65aa3bc7e8 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jun 27 10:54:48 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jun 27 10:54:48 2009 -0400 |
tree | 1476d4fde7a70224a9db5689f41b218f4670bd2d | |
parent | a4230d9f7579cac1695fe411c84f0985e5eb34f3 [diff] |
This flag is totally wrong here, although for whatever reason it doesn't actually seem to cause any problems observable in the test suite
diff --git a/src/crypto/pkey.c b/src/crypto/pkey.c index f78acf7..6632abe 100644 --- a/src/crypto/pkey.c +++ b/src/crypto/pkey.c
@@ -231,7 +231,7 @@ NULL, /* getattro */ NULL, /* setattro */ NULL, /* as_buffer */ - Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC, + Py_TPFLAGS_DEFAULT, crypto_PKey_doc, /* doc */ NULL, /* traverse */ NULL, /* clear */