[Python-Dev] pymalloc on Windows
Martin v. Loewis
martin@v.loewis.de
18 Mar 2002 16:57:22 +0100
"Mark Hammond" <mhammond@skippinet.com.au> writes:
> I assume from previous discussions here that _PyCore_ObjectMalloc is indeed
> supposed to be private and not exposed from the main module/dll.
[...]
> I also just saw Martin say that some of these macros may define themselves
> back to the function anyway making all this moot :)
Or, more interestingly, Neil's patch taking away the PyCore* API
altogether. If we take his approach, the list of symbols-to-export
needs to be written from scratch.
Regards,
Martin