robertwb / issues-import-test

0 stars 0 forks source link

safe, ref-counted support for dynamic memory allocation #305

Open robertwb opened 15 years ago

robertwb commented 15 years ago

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

robertwb commented 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.

robertwb commented 15 years ago

scoder changed Additional comments here:

http://codespeak.net/pipermail/cython-dev/2008-December/003206.html