mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
2 lines
131 B
ReStructuredText
2 lines
131 B
ReStructuredText
Cache the result of :c:func:`PyCode_GetCode` function to restore the O(1)
|
|
lookup of the :attr:`~types.CodeType.co_code` attribute.
|