Jeroen Demeyer <j.deme...@ugent.be> added the comment:

Also:

    >>> import sys; sys.setprofile(lambda *args: None)
    >>> dict.get([], "foo")
    Segmentation fault

----------
title: Profiling dict.get() crashes Python -> Profiling certain invalid calls 
crash Python

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34126>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to