Skip to content

4.13.2

Latest
Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 10 Apr 14:17
· 4 commits to main since this release
4525e9d
  • Fix TypeError when taking the union of typing_extensions.TypeAliasType and a
    typing.TypeAliasType on Python 3.12 and 3.13.
    Patch by Joren Hammudoglu.
  • Backport from CPython PR #132160
    to avoid having user arguments shadowed in generated __new__ by
    @typing_extensions.deprecated.
    Patch by Victorien Plot.