Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I think there is a slim chance of implementing similar feature in future. If 
once we implement pytest-like asserts, we will need to add special expression 
evaluator which saves all intermediate results of subexpressions and pass them 
to some hook (together with string representation of subexpressions). The same 
evaluator with different hook could be used for "="-substitutions in f-strings. 
So {a+b-c=} could be evaluated to "a=20, b=40, a+b=60, c=10, a+b-c=50". But it 
is too early to talk about it.

----------

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

Reply via email to