-
Committer:
John Arbash Meinel
-
Date:
2009-10-06 22:59:59 UTC
-
mto:
(4679.6.1 2.1-export-c-api)
-
mto:
This revision was merged to the branch mainline in
revision
4735.
-
Revision ID:
john@arbash-meinel.com-20091006225959-fogffimckh1m7ww0
start trying to expose everything just from cython.
But I found out the argument is moot. You can't override tp_new (__new__)
to have a custom allocator/StaticTuple() be a singleton.
So I'm going to go back to the C api, and just make the rest
pyrex compatible.