cpython/Misc/NEWS.d/next/C API/2021-06-28-23-44-47.bpo-445...

5 lines
158 B
ReStructuredText
Raw Normal View History

Added the ``co_qualname`` to the ``PyCodeObject`` structure to propagate the
qualified name from the compiler to code objects.
Patch by Gabriele N. Tornetta