gh-124787: Fix `TypeAliasType` and incorrect `type_params` by sobolevn · Pull Request #124795 · python/cpython

@sobolevn

@sobolevn

Daraan added a commit to Daraan/typing_extensions that referenced this pull request

Sep 30, 2024

@Daraan

JelleZijlstra

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, but let's run this through the refleak buildbots to make sure.

@JelleZijlstra

@bedevere-bot

🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit 7d439f8 🤖

The command will test the builders whose names match following regular expression: refleak

The builders matched are:

  • AMD64 FreeBSD Refleaks PR
  • AMD64 Windows11 Refleaks PR
  • PPC64LE Fedora Rawhide NoGIL refleaks PR
  • aarch64 Fedora Rawhide NoGIL refleaks PR
  • PPC64LE CentOS9 Refleaks PR
  • aarch64 Fedora Rawhide Refleaks PR
  • ARM64 MacOS M1 Refleaks NoGIL PR
  • AMD64 CentOS9 NoGIL Refleaks PR
  • AMD64 Fedora Stable Refleaks PR
  • aarch64 RHEL8 Refleaks PR
  • PPC64LE RHEL8 Refleaks PR
  • PPC64LE Fedora Stable Refleaks PR
  • AMD64 Fedora Rawhide Refleaks PR
  • AMD64 Fedora Rawhide NoGIL refleaks PR
  • AMD64 RHEL8 Refleaks PR
  • AMD64 CentOS9 Refleaks PR
  • PPC64LE Fedora Rawhide Refleaks PR
  • aarch64 Fedora Stable Refleaks PR
  • aarch64 CentOS9 Refleaks PR

@sobolevn @JelleZijlstra

…FnJnP.rst

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

@sobolevn

Refleaks are green 🎉
Снимок экрана 2024-10-08 в 13 37 51

@sobolevn

@JelleZijlstra what do you think: is this a bug fix or a new feature? Should we backport this to 3.12 and 3.13?

@JelleZijlstra

To me this feels too risky to backport; let's apply it to 3.14 only.