Open robertwb opened 15 years ago
scoder changed description from
See this thread:
http://codespeak.net/pipermail/cython-dev/2008-November/003090.html
This depends on ticket http://cython.trac.org/ticket/152 as the Memory object should subtype PyVarObject to be efficient. An initial implementation could do without, though, and simply do two allocations. to
See this thread:
http://codespeak.net/pipermail/cython-dev/2008-November/003090.html
This depends on ticket http://cython.trac.org/ticket/152 as the Memory object should subtype PyVarObject
to be efficient. An initial implementation could do without, though, and simply do two allocations.
scoder changed Additional comments here:
http://codespeak.net/pipermail/cython-dev/2008-December/003206.html
See this thread:
http://codespeak.net/pipermail/cython-dev/2008-November/003090.html
This depends on ticket http://cython.trac.org/ticket/152 as the Memory object should subtype
PyVarObject
to be efficient. An initial implementation could do without, though, and simply do two allocations.Migrated from http://trac.cython.org/ticket/153