18.03.21 03:39, Victor Stinner пише:
> I'm happy to see that Python 3.10 now also implements faster bytecode
> which rely on this change ;-)
It was used long time ago before 3.10. For example:
a[i] = \
f()
2 0 LOAD_NAME0 (f)
2 CALL_FUNCTION
We believe that we have found a simple way to make it possible to subclass
exception groups, with fully functioning split() and subgroup().
See this section in the PEP:
https://www.python.org/dev/peps/pep-0654/#subclassing-exception-groups
It was also added to the reference implementation.
This p