Skip to content

gh-119786: add code object doc, inline locations.md into it - #126832

Merged
iritkatriel merged 5 commits into
python:mainfrom
iritkatriel:code_object_doc
Nov 22, 2024
Merged

gh-119786: add code object doc, inline locations.md into it#126832
iritkatriel merged 5 commits into
python:mainfrom
iritkatriel:code_object_doc

Conversation

@iritkatriel

@iritkatrieliritkatriel commented Nov 14, 2024

Copy link
Copy Markdown
Member

@AlexWaygood

Copy link
Copy Markdown
Member

I'm super busy at work right now -- happy to take a look, but probably won't have a chance to until at least the weekend

Comment threadObjects/lnotab_notes.txt Outdated
Comment threadObjects/lnotab_notes.txt Outdated

@AlexWaygoodAlexWaygood left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>

@markshannonmarkshannon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few suggestions, otherwise LGTM.

Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated
Comment threadInternalDocs/code_objects.md Outdated

> [!NOTE]
> `co_linetable` is not to be confused with `co_lnotab`.
> For backwards compatibility, `co_lnotab` stores the format

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that co_lnotab is lazily created from co_linetable when requested

@bedevere-app

Copy link
Copy Markdown

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

@iritkatriel

Copy link
Copy Markdown
MemberAuthor

Thanks. I have made the requested changes; please review again.

@bedevere-app

Copy link
Copy Markdown

Thanks for making the requested changes!

@markshannon, @AlexWaygood: please review the changes made to this pull request.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@iritkatriel@AlexWaygood@markshannon@Eclips4