[pywin32-bugs] [ pywin32-Bugs-1077391 ] excel typelib crashes python 2.4
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2005-03-05 03:26:30
|
Bugs item #1077391, was opened at 2004-12-02 19:43 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1077391&group_id=78018 Category: com Group: None >Status: Closed >Resolution: Duplicate Priority: 5 Submitted By: Mark Hammond (mhammond) Assigned to: Mark Hammond (mhammond) Summary: excel typelib crashes python 2.4 Initial Comment: The .py file generated by makepy overflows the python compiler. This bug has always existed, and was triggered in older Python versions, but has re-surfaced in 2.4. Any Python version would trigger it given a large enough typelib. This crash does not happen if bForDemand=1 is passed to the makepy functions - that creates a seperate .py file for each interface. ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2005-03-05 14:26 Message: Logged In: YES user_id=14198 Already fixed in source - will be in build 204 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1077391&group_id=78018 |