[Python-Dev] pymalloc on Windows (original) (raw)
Guido van Rossum guido@python.org
Mon, 18 Mar 2002 09:41:40 -0500
- Previous message: [Python-Dev] pymalloc on Windows
- Next message: [Python-Dev] pymalloc on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I assume from previous discussions here that PyCoreObjectMalloc > is indeed supposed to be private and not exposed from the main > module/dll.
That would break lots of code... basically all code using the macros instead of the functions, I guess.
Hm, I thought it was explicitly the case that only (the statically linked part of) the core would ever use these macros. So why would there be 3rd party code breakage?
> I have patches for both these modules. However, I wonder if a more > pragmatic option is to expose this core function. It would allow > PyObjectNEW to continue to work as before.
+1
-1.
--Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] pymalloc on Windows
- Next message: [Python-Dev] pymalloc on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]