You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Python 3.13.0b1, with typing-extensions 4.11.0 (latest at time of writing), I get an error:
Traceback (most recent call last):
...
File "hypothesis/hypothesis-python/tests/typing_extensions/test_backported_types.py", line 187, in test_callable_with_paramspec
P = ParamSpec("P")
File "python3.13/site-packages/typing_extensions.py", line 1512, in__new__
_set_default(paramspec, default)
File "python3.13/site-packages/typing_extensions.py", line 1375, in _set_default
type_param.__default__ =None
AttributeError: attribute '__default__' of 'typing.ParamSpec' objects is not writable
This should be already fixed in 4.12.0rc1! Could you try that and see if you get any errors? I think we're planning on cutting the release properly tomorrow if there are no bugs reported from people testing the release candidate
This should be already fixed in 4.12.0rc1! Could you try that and see if you get any errors? I think we're planning on cutting the release properly tomorrow if there are no bugs reported from people testing the release candidate
The new release should come out on Thursday, so a few more days than tomorrow.
On Python 3.13.0b1, with typing-extensions 4.11.0 (latest at time of writing), I get an error:
This looks like a bug, maybe related to #396.
The text was updated successfully, but these errors were encountered: