Issue 1700467: stack size of python_d.exe on VC6 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44846

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:23 admin set github: 44846
2008-01-19 20:35:36 georg.brandl set status: pending -> closednosy: + georg.brandlmessages: +
2007-12-18 12🔞23 christian.heimes set status: open -> pendingnosy: + christian.heimesresolution: out of datemessages: +
2007-04-14 04:14:36 ocean-city create