Commit f197316c authored by Jim Fulton's avatar Jim Fulton

Made the ExtensionClass meta class subclassible.

parent 1a7fcd68
......@@ -603,6 +603,7 @@ static PyTypeObject ExtensionClassType = {
/* tp_as_buffer */ 0,
/* tp_flags */ Py_TPFLAGS_DEFAULT
| Py_TPFLAGS_HAVE_GC
| Py_TPFLAGS_BASETYPE
,
/* tp_doc */ "Meta-class for extension classes",
/* tp_traverse */ (traverseproc)0,
......
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