New submission from Zackery Spytz <[email protected]>:

If PyDict_SetDefault() fails in merge_consts_recursive(), Py_INCREF() will be 
called on a null pointer.

----------
components: Interpreter Core
messages: 338411
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: A possible null pointer dereference in compile.c's 
merge_consts_recursive()
type: crash
versions: Python 3.8

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue36374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to