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 pitrou
Recipients pitrou
Date 2008-08-27.11:05:57
SpamBayes Score 0.12882482
Marked as misclassified No
Message-id <1219835160.32.0.648492582618.issue3697@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-08-27 11:06:00pitrousetrecipients: + pitrou
2008-08-27 11:06:00pitrousetmessageid: <1219835160.32.0.648492582618.issue3697@psf.upfronthosting.co.za>
2008-08-27 11:05:59pitroulinkissue3697 messages
2008-08-27 11:05:58pitroucreate