# Bug report ### Bug description: 1. Open `./python.exe` 2. `import sys; code = sys._getframe(1).f_code` 3. Type `code.co_` and hit tab 4. This: <img width="1332" alt="Screenshot 2024-05-20 at 6 52 31 AM" src="https://github.com/python/cpython/assets/906600/11673a91-ea85-47d2-b80e-a2c9842935df"> ### CPython versions tested on: CPython main branch ### Operating systems tested on: macOS <!-- gh-linked-prs --> ### Linked PRs * gh-119229 * gh-119407 <!-- /gh-linked-prs -->
Bug report
Bug description:
./python.exeimport sys; code = sys._getframe(1).f_codecode.co_and hit tabCPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs