File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Unreleased
22
3- - Fix incorrect behaviour on PyPy 3.9 and PyPy 3.10 that meant that
3+ - Fix incorrect behaviour on Python 3.9 and Python 3.10 that meant that
44 calling ` isinstance ` with ` typing_extensions.Concatenate[...] ` or
55 ` typing_extensions.Unpack[...] ` as the first argument could have a different
66 result in some situations depending on whether or not a profiling function had been
7- set using ` sys.setprofile ` . Patch by Brian Schubert.
7+ set using ` sys.setprofile ` . This affected both CPython and PyPy implementations.
8+ Patch by Brian Schubert.
89- Fix ` __init_subclass__() ` behavior in the presence of multiple inheritance involving
910 an ` @deprecated ` -decorated base class. Backport of CPython PR
1011 [ #138210 ] ( https://github.com/python/cpython/pull/138210 ) by Brian Schubert.
You can’t perform that action at this time.
0 commit comments