mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Also updates calls in collections, doctest, enum, and typing modules to use _getframemodulename first when available.
2 lines
130 B
ReStructuredText
2 lines
130 B
ReStructuredText
Ensure runtime-created collections have the correct module name using
|
|
the newly added (internal) :func:`sys._getframemodulename`.
|