[Python-bugs-list] Easy way to core dump python (PR#117)

bwarsaw@python.org bwarsaw@python.org
Mon, 25 Oct 1999 18:15:32 -0400 (EDT)


Full_Name: Barney Wasraw
Version: 1.5.2+
OS: Solar Us
Submission from: anthem.cnri.reston.va.us (132.151.1.40)


This will core Python nicely.  It should probably raise a TypeError

def test(x): pass
apply(test, (1,), {7:3})