This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author uriyyo
Recipients uriyyo
Date 2021-07-27.09:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627376689.96.0.280713555823.issue44747@roundup.psfhosted.org>
In-reply-to
Content
While I was working with `typing` I have notice that there are duplication of `_getframe` usage. While In scope of issue 44353 I introduced `typing._callee` function which allow to return module name of a caller function.

In scope of this issue we will reduce the usage of `_getframe` usage. It will be used only in one place, at `_callee` function.
History
Date User Action Args
2021-07-27 09:04:50uriyyosetrecipients: + uriyyo
2021-07-27 09:04:49uriyyosetmessageid: <1627376689.96.0.280713555823.issue44747@roundup.psfhosted.org>
2021-07-27 09:04:49uriyyolinkissue44747 messages
2021-07-27 09:04:49uriyyocreate