[Python-Dev] pyparallel and new memory API discussions... (original) (raw)

Victor Stinner victor.stinner at gmail.com
Wed Jun 19 17:45:55 CEST 2013


1. All memory allocated in a parallel context is localized to a private heap.

How do you allocate memory in this "private" heap? Did you add new functions to allocate memory?

Victor



More information about the Python-Dev mailing list