[Python-Dev] Python + Visual C++ 8.0?
"Martin v. Löwis"
martin at v.loewis.de
Thu Dec 29 02:27:36 CET 2005
Ralf W. Grosse-Kunstleve wrote:
> - there is only one FILE* that is seen by Visual C++. It appears in the
> signature of a function assigned to the tp_print slot. As far as I can tell
> this is the only soft spot. I'll lobby for having the print function removed
> since it is optional and both tp_str and tp_repr are defined anyway.
Out of curiosity: can you please try invoking this enum_print to stdout
with your VS2005-built boost module? I see it uses fprintf, so I would
expect it to crash.
Regards,
Martin
More information about the Python-Dev
mailing list