[Python-Dev] Linking with mscvrt (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Feb 9 23:24:58 CET 2006
- Previous message: [Python-Dev] Linking with mscvrt
- Next message: [Python-Dev] PEP for adding an sq_index slot so that any object, a or b, can be used in X[a:b] notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil Hodgson wrote:
If pythonxy.dll was statically linked, you would get all the CRT duplication already in extension modules. Given that there are APIs in Python where you have to do malloc/free across the python.dll boundary, you get memory leaks.
Memory allocations across DLL boundaries will have to use wrapper functions.
Sure, but that is a change to the API. Contributions are welcome, along with a plan how breakage of existing code can be minimized.
Regards, Martin
- Previous message: [Python-Dev] Linking with mscvrt
- Next message: [Python-Dev] PEP for adding an sq_index slot so that any object, a or b, can be used in X[a:b] notation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]