…will normally issue STORE_DEREF opcodes for the assignment?
This is what I understand from reading PEP-572, just wanted to ask whether I 
got it right.

Example of what I'm referring to:

def f():
    return ( (s := x*x) for x in range(5))
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to