[Patches] [ python-Patches-1700467 ] stack size of python_d.exe on VC6

SourceForge.net noreply at sourceforge.net
Sat Apr 21 08:52:38 CEST 2007


Patches item #1700467, was opened at 2007-04-14 13:14
Message generated for change (Comment added) made by ocean-city
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1700467&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Hirokazu Yamamoto (ocean-city)
Assigned to: Nobody/Anonymous (nobody)
Summary: stack size of python_d.exe on VC6

Initial Comment:
Hello. I created the patch to expand stack size of
python_d.exe(debug build) on VC6 to 1MB automatically.

Without this patch, test_exceptions.py
(testInfiniteRecursion) causes halt with an error
message dialog.

----------------------------------------------------------------------

>Comment By: Hirokazu Yamamoto (ocean-city)
Date: 2007-04-21 15:52

Message:
Logged In: YES 
user_id=1200846
Originator: YES

Ooops, sorry. I re-uploaded the patch.
(1MB was not enough for debug build, so this patch increases stack size to
2MB)
File Added: vc6-trunk.patch

----------------------------------------------------------------------

Comment By: Jason Orendorff (jorend)
Date: 2007-04-21 05:51

Message:
Logged In: YES 
user_id=18139
Originator: NO

+0.

But note that 0x1000000 is actually 16MB, not 1MB!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1700467&group_id=5470


More information about the Patches mailing list