Skip to content
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

Updating CPython Internals #1188

Merged
merged 8 commits into from
Oct 13, 2023
Merged

Updating CPython Internals #1188

merged 8 commits into from
Oct 13, 2023

Conversation

willingc
Copy link
Collaborator

@willingc willingc commented Oct 11, 2023

Closes #1159

  • Updates the Compiler doc
  • Moves content from Compiler doc to Interpreter doc

This is the third of three PRs about CPython Internals.


📚 Documentation preview 📚: https://cpython-devguide--1188.org.readthedocs.build/

@willingc willingc marked this pull request as ready for review October 13, 2023 10:46
Copy link
Member

@pradyunsg pradyunsg left a comment

Choose a reason for hiding this comment

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

Moves content from Compiler doc to Interpreter doc

Is there a specific reason that the "Introducing new bytecode" section was moved?

internals/compiler.rst Outdated Show resolved Hide resolved
internals/compiler.rst Outdated Show resolved Hide resolved
willingc and others added 2 commits October 13, 2023 17:50
Co-authored-by: Pradyun Gedam <[email protected]>
Co-authored-by: Pradyun Gedam <[email protected]>
@willingc
Copy link
Collaborator Author

@pradyunsg Thanks for the review. The request to move the bytecode stuff was Mark's from the original issue.

@willingc willingc merged commit df97a73 into python:main Oct 13, 2023
2 checks passed
@willingc willingc deleted the internals branch October 13, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update internals section of devguide
2 participants