8000 bpo-43950: Add documentation for PEP-657 by ammaraskar · Pull Request #27047 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43950: Add documentation for PEP-657 #27047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Jul 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.11.rst
  • Loading branch information
pablogsal authored Jul 12, 2021
commit 835d08622522bd1d33a643637d7275aa4aaa2852
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ as well as complex arithmetic expressions:
See :pep:`657` for more details. (Contributed by Pablo Galindo, Batuhan Taskaya
and Ammar Askar in :issue:`43950`.)

Column information for code
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Column information for code objects
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The information used by the enhanced traceback feature is made available as a
general API that can be used to correlate bytecode instructions with source
Expand Down
0