# Bug report ### Bug description: This means that introspection is worse for type statements declared e.g. within class bodies. A cc @JelleZijlstra ### CPython versions tested on: 3.12, 3.13, 3.14, 3.15, CPython main branch ### Operating systems tested on: _No response_ <!-- gh-linked-prs --> ### Linked PRs * gh-139919 * gh-140177 * gh-140197 <!-- /gh-linked-prs -->
Bug report
Bug description:
This means that introspection is worse for type statements declared e.g. within class bodies.
A
cc @JelleZijlstra
CPython versions tested on:
3.12, 3.13, 3.14, 3.15, CPython main branch
Operating systems tested on:
No response
Linked PRs
__qualname__is added toTypeAliasType#139919.. versionadded::note forTypeAliasType.__qualname__#140177