commit | b5d4347950399800c6703736d716f08761b29245 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@python.org> | Fri Jan 13 11:31:06 2023 +0000 |
committer | GitHub <noreply@github.com> | Fri Jan 13 11:31:06 2023 +0000 |
tree | bb838154108d6740e062cd5b3d0756fd1a4f2d89 | |
parent | 94fc7706b7bc3d57cdd6d15bf8e8c4499ae53a69 [diff] |
gh-86682: Adds sys._getframemodulename as an alternative to using _getframe (GH-99520) Also updates calls in collections, doctest, enum, and typing modules to use _getframemodulename first when available.