(And this time I will remember to remove the SPAM label...)

On Sun, May 26, 2019 at 08:44:33AM +1000, Chris Angelico wrote:

> From my reading of the description, you could also "assert a is b" -
> is that correct?

Yes, that's already the behaviour.

py> def demo():
...     a = locals()
...     b = locals()
...     print(a is b)
...
py> demo()
True



-- 
Steven
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to