You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Deprecate the unused CodeObject flag CO_NESTED #96811
This flag is not used by the interpreter. However, it is documented (as an implementation detail) in the inspect doc at https://docs.python.org/3.12/library/inspect.html.
We should consider deprecating it.