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.

Author kraai
Recipients Konjkov, georg.brandl, gvanrossum, kraai, loewis
Date 2008-01-25.21:12:23
SpamBayes Score 0.12942216
Marked as misclassified No
Message-id <1201295604.5.0.829155979322.issue1722225@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the curses issue, I removed that portion of the patch and the
curses module still compiled.  It must have been an artifact from before
I disabled _XOPEN_SOURCE.  Thanks for catching that.

Regarding the stack size, without the "-N 2048K" option, "make test"
fails as follows:

 ...
 test_compare
 test_compile
 make: *** [test] segmentation violation (core dumped)

The default recursion limit returned by sys.getrecursionlimit() is 1000,
 and Misc/find_recursionlimit.py says that 1100 is fine.  With -N 2048K,
test_compile does not produce a segmentation fault and
Misc/find_recursionlimit.py says that 4700 is fine.
History
Date User Action Args
2008-01-25 21:13:24kraaisetspambayes_score: 0.129422 -> 0.12942216
recipients: + kraai, gvanrossum, loewis, georg.brandl, Konjkov
2008-01-25 21:13:24kraaisetspambayes_score: 0.129422 -> 0.129422
messageid: <1201295604.5.0.829155979322.issue1722225@psf.upfronthosting.co.za>
2008-01-25 21:12:24kraailinkissue1722225 messages
2008-01-25 21:12:23kraaicreate