[Python-Dev] Python2.4.1c1 and win32com

"Martin v. Löwis" martin at v.loewis.de
Sat Mar 12 15:11:42 CET 2005


Leeuw van der, Tim wrote:
> The generated files crash the Python interpreter with Python 2.4
> 
> Under Python 2.4.1c1, They give a syntax error!?

Even though the bug was fixed in pywin, it is interesting to observe
that Mark's analysis says

"Cause of the underling crash is that the generated .py
causes an overflow as the byte-code is generated - something
in 2.4 bloated the byte-code for these modules."

There also seems to be an interaction with PEP 263, for which patch
1101726 might provide a solution.

So I think this needs to be investigated; please submit a bug report,
including the Python file that causes the crash.

Regards,
Martin


More information about the Python-Dev mailing list