Skip to content

Commit 6f51d63

Browse files
committed
Add changelog entry
1 parent 7b5c54d commit 6f51d63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Unreleased
22

3+
- Fix incorrect behaviour on PyPy 3.9 and PyPy 3.10 that meant that the result of
4+
calling `isinstance` with `typing_extensions.Concatenate[...]` or
5+
`typing_extensions.Unpack[...]` as the first argument could have a different
6+
result in some situations depending on whether or not a profiling function had been
7+
set using `sys.setprofile`. Patch by Brian Schubert.
38
- Raise `TypeError` when attempting to subclass `typing_extensions.ParamSpec` on
49
Python 3.9. The `typing` implementation has always raised an error, and the
510
`typing_extensions` implementation has raised an error on Python 3.10+ since

0 commit comments

Comments
 (0)