-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
gh-119786: add code object doc, inline locations.md into it #126832
Conversation
iritkatriel
commented
Nov 14, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: create an internals documentation folder in the cpython repo #119786
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
There was a problem hiding this comment.
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.
InternalDocs/code_objects.md
Outdated
|
||
> [!NOTE] | ||
> `co_linetable` is not to be confused with `co_lnotab`. | ||
> For backwards compatibility, `co_lnotab` stores the format |
There was a problem hiding this comment.
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
When you're done making the requested changes, leave the comment: |
Thanks. I have made the requested changes; please review again. |
Thanks for making the requested changes! @markshannon, @AlexWaygood: please review the changes made to this pull request. |