Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
This works in Python 3.11, but fails in 3.12b3:
importweakrefimporttypingweakref.ref(typing.TypeVar('T'))
I'm assuming it's an unintentional side effect of thePEP-695 implementation? Unfortunately I don't have time to investigate right now, let me know if I should.
Reported incloudpipe/cloudpickle#507