[Python-Dev] PEP 0404 and VS 2010 (original) (raw)
martin at v.loewis.de martin at v.loewis.de
Thu Nov 21 14:03:55 CET 2013
- Previous message: [Python-Dev] PEP 0404 and VS 2010
- Next message: [Python-Dev] PEP 0404 and VS 2010
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Quoting Christian Heimes <christian at python.org>:
What about the CAPI functions like PyFileFromFile() and PyFileAsFile() that take a FILE* as argument?
They are unable in the stable ABI, and would be unavailable in py27compat.dll. Modules using them would have to be rewritten to not use them anymore, or continue to be compiled with VS 2008.
Regards, Martin
- Previous message: [Python-Dev] PEP 0404 and VS 2010
- Next message: [Python-Dev] PEP 0404 and VS 2010
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]