We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b5c54d commit 6f51d63Copy full SHA for 6f51d63
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
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.
8
- Raise `TypeError` when attempting to subclass `typing_extensions.ParamSpec` on
9
Python 3.9. The `typing` implementation has always raised an error, and the
10
`typing_extensions` implementation has raised an error on Python 3.10+ since
0 commit comments