Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
robertwb opened this issue Dec 9, 2008 · 2 comments
Open

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

robertwb opened this issue Dec 9, 2008 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Dec 9, 2008

See this thread:

http://codespeak.net/pipermail/cython-dev/2008-November/003090.html

This depends on ticket http://trac.cython.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
Copy link
Contributor Author

robertwb commented Dec 9, 2008

scoder changed description from

See this thread:

http://codespeak.net/pipermail/cython-dev/2008-November/003090.html

This depends on ticket http://trac.cython.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://trac.cython.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.
commented

@robertwb
Copy link
Contributor Author

robertwb commented Dec 9, 2008

scoder commented

Additional comments here:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant