[Python-Dev] [ Patch #101238 ] PyOS_CheckStack for Windows (original) (raw)

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sun, 20 Aug 2000 16:34:31 +0200


I've prepared a patch based on the PyOS_CheckStack code I posted earlier:

http://sourceforge.net/patch/index.php?func=detailpatch&patch_id=101238&group_id=5470

among other things, this fixes the recursive repr/str problems under Windows. it also makes it easier to use Python with non-standard stack sizes (e.g. when embedding).

some additional notes:

enjoy /F