[issue13546] sys.setrecursionlimit() crashes IDLE

Ji Han report at bugs.python.org
Wed Dec 7 12:28:23 CET 2011


Ji Han <hanji1984 at gmail.com> added the comment:

@amaury.forgeotdarc

It says 'python.exe has stopped working'. Details:

  Problem Event Name:	APPCRASH
  Application Name:	python.exe
  Application Version:	0.0.0.0
  Application Timestamp:	4df4b010
  Fault Module Name:	MSVCR90.dll
  Fault Module Version:	9.0.30729.6161
  Fault Module Timestamp:	4dace4e7
  Exception Code:	c00000fd
  Exception Offset:	000000000001edcf
  ... ... ...

P.S. I'm well aware recursions won't go that deep. But crashing IDLE (instead of Raising an Error) by simply setting an option is still annoying.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13546>
_______________________________________


More information about the Python-bugs-list mailing list