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. http://www.python.org/dev/buildbot/3.0.stable/x86%20XP-4%203.0/builds/1093/step-test/0
What puzzles me is that the said "Fatal Python error" is computed in a deterministic way (from the overflowing of the recursion counter), therefore it shouldn't occur randomly on only some selected platforms. ---------- components: Interpreter Core, Windows messages: 72017 nosy: pitrou priority: critical severity: normal status: open title: "Fatal Python error: Cannot recover from stack overflow" on Windows buildbots type: crash versions: Python 3.0 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3697> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com