New submission from Pablo Galindo Salgado <pablog...@gmail.com>:

The symtable_handle_namedexpr function does not adjust correctly the recursion 
level when exiting (also, is actually not returning anything in a function 
defined as non-void but the return value is not used so is not technically 
undefined behavior).

----------
components: Interpreter Core
messages: 350478
nosy: pablogsal
priority: normal
severity: normal
status: open
title: symtable_handle_namedexpr does not adjust correctly the recursion level
versions: Python 3.8, Python 3.9

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

Reply via email to