[issue34126] Profiling dict.get() crashes Python

Jeroen Demeyer report at bugs.python.org
Mon Jul 16 13:17:10 EDT 2018


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

>>> import sys; sys.setprofile(lambda *args:None)
>>> dict.get()
Segmentation fault

----------
components: Interpreter Core
messages: 321747
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: Profiling dict.get() crashes Python
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34126>
_______________________________________


More information about the Python-bugs-list mailing list