[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-09-03 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: Committed in r66186 after review by Amaury on IRC. -- resolution: - fixed status: open - closed ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3697

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-09-02 Thread Antoine Pitrou
Changes by Antoine Pitrou [EMAIL PROTECTED]: -- nosy: +loewis ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3697 ___ ___ Python-bugs-list mailing list

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-09-01 Thread Antoine Pitrou
Changes by Antoine Pitrou [EMAIL PROTECTED]: -- nosy: +ocean-city ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3697 ___ ___ Python-bugs-list mailing

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-09-01 Thread Hirokazu Yamamoto
Hirokazu Yamamoto [EMAIL PROTECTED] added the comment: Sorry, I don't know about interpreter core, and I cannot reproduce this error. I believe Trent is more familiar with buildbot and python core than me. -- nosy: +Trent.Nelson ___ Python tracker

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-08-27 Thread Antoine Pitrou
New submission from Antoine Pitrou [EMAIL PROTECTED]: This error appears more or less regularly on the Windows py3k buildbots. Today it has appeared following my changes to isinstance() / issubclass(), but it had already appeared before, e.g.

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-08-27 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: It is because of the USE_STACKCHECK macro, which is only defined in debug mode with Microsoft compilers. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3697

[issue3697] Fatal Python error: Cannot recover from stack overflow on Windows buildbots

2008-08-27 Thread Antoine Pitrou
Antoine Pitrou [EMAIL PROTECTED] added the comment: Patch uploaded to http://codereview.appspot.com/3276, verified to fix the problem on a Windows XP virtual machine. Please review. -- keywords: +needs review, patch priority: critical - release blocker