This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: stack size of python_d.exe on VC6
Type: Stage:
Components: Build Versions: Python 2.6
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, georg.brandl, jorend, ocean-city
Priority: normal Keywords: patch

Created on 2007-04-14 04:14 by ocean-city, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
vc6-trunk.patch ocean-city, 2007-04-21 06:52 call editbin /STACK after python_d.exe is built
Messages (5)
msg52443 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2007-04-14 04:14
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.
msg52444 - (view) Author: Jason Orendorff (jorend) Date: 2007-04-20 20:51
+0.

But note that 0x1000000 is actually 16MB, not 1MB!
msg52445 - (view) Author: Hirokazu Yamamoto (ocean-city) * (Python committer) Date: 2007-04-21 06:52
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
msg58746 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-12-18 12:18
Is the patch still required? VS 6 is old and we have moved to VC9 / VS 2008.
msg60226 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-19 20:35
No response, closing.
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44846
2008-01-19 20:35:36georg.brandlsetstatus: pending -> closed
nosy: + georg.brandl
messages: + msg60226
2007-12-18 12:18:23christian.heimessetstatus: open -> pending
nosy: + christian.heimes
resolution: out of date
messages: + msg58746
2007-04-14 04:14:36ocean-citycreate