[issue1430436] recursive __getattr__ in thread crashes

2007-11-15 Thread Brett Cannon
Brett Cannon added the comment: And under 2.6 on OS X. I doubt this is a BSD thing but more of a recursion depth issue. And I don't think there is anything to fix here. The recursion depth is a per-thread thing, and this test is blowing the C stack before the recursion depth is reached. If yo

[issue1430436] recursive __getattr__ in thread crashes BSDs

2007-11-15 Thread bwpy
bwpy added the comment: I can still reproduce this on FreeBSD 7.0 BETA2. Python version is Python 2.5.1 (r251:54863, Nov 14 2007, 13:09:04) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd7 -- nosy: +bwpy versions: +Python 2.5 _ Tracker <[EMAIL PROTECTED]