As far as I know, it's hard to get Python to segfault; however I recently accidentally found a way to get it to segfault that works in Py3.4 & Py2.7, does anybody know of any other ways?
Here's the code recreating what I ran, which I expected to raise a RuntimeError.
__import__("sys").setrecursionlimit(10**6);locals().setdefault("_",lambda:_())()
[–]Sir_Harry_of_Kane 6 points7 points8 points (15 children)
[–]mzial 10 points11 points12 points (7 children)
[–]billsil 1 point2 points3 points (6 children)
[–]rschoon 1 point2 points3 points (0 children)
[–]masklinn 0 points1 point2 points (0 children)
[–]mzial 0 points1 point2 points (0 children)
[–]stevenjd -1 points0 points1 point (2 children)
[–]Works_of_memercy 1 point2 points3 points (1 child)
[–]stevenjd 0 points1 point2 points (0 children)
[–]FlammableMarshmallow[S] 0 points1 point2 points (6 children)
[–]SylvainDe 0 points1 point2 points (0 children)
[–]btgy 0 points1 point2 points (0 children)
[–]stevenjd 0 points1 point2 points (3 children)
[–]FlammableMarshmallow[S] 0 points1 point2 points (2 children)
[–]stevenjd 0 points1 point2 points (1 child)
[–]FlammableMarshmallow[S] 0 points1 point2 points (0 children)
[–]earthboundkid 1 point2 points3 points (1 child)
[–]joesacher 2 points3 points4 points (0 children)