[Python-Dev] API changes (original) (raw)
Thomas Heller theller at python.net
Tue Jan 3 16:58:37 CET 2006
- Previous message: [Python-Dev] Including zlib...
- Next message: [Python-Dev] API changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The ast-branch merge apparently changed some formerly public functions to macros. The two that I found out about are PyRun_SimpleString and PyRun_InteractiveLoop, I have not checked if there are more or not.
This breaks apps which dynamically link at runtime to the Python dll (the latest py2exe does this).
Was this change intentional, or can it be reverted?
Thanks,
Thomas
- Previous message: [Python-Dev] Including zlib...
- Next message: [Python-Dev] API changes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]