Skip to content

Commit bb8a5bc

Browse files
Update CHANGELOG.md
1 parent 04d7e20 commit bb8a5bc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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.

0 commit comments

Comments
 (0)