This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients loewis, pitrou, sable
Date 2008-08-09.10:57:08
SpamBayes Score 0.002782019
Marked as misclassified No
Message-id <1218279426.5764.2.camel@fsol>
In-reply-to <1218235611.41.0.14254205748.issue3526@psf.upfronthosting.co.za>
Content
Le vendredi 08 août 2008 à 22:46 +0000, Martin v. Löwis a écrit :
> Instead, Python's own memory allocate (obmalloc) should be changed to
> directly use the virtual memory interfaces of the operating system (i.e.
> mmap), bypassing the malloc of the C library.

How would that interact with fork()?
History
Date User Action Args
2008-08-09 10:57:10pitrousetrecipients: + pitrou, loewis, sable
2008-08-09 10:57:09pitroulinkissue3526 messages
2008-08-09 10:57:08pitroucreate