Kaydet (Commit) f866fbb3 authored tarafından Armin Rigo's avatar Armin Rigo

Does not terminate: consume all memory without responding to Ctrl-C.

I am not too sure why, but you can surely find out by gdb'ing a bit...
üst f4166904
"""
Does not terminate: consume all memory without responding to Ctrl-C.
I am not too sure why, but you can surely find out by gdb'ing a bit...
"""
class X(object):
pass
X.__new__ = X
X()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment