Skip to content

Fix another set of typos in reference manual expressions.rst #275

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

Closed
wants to merge 3 commits into from
Closed

Fix another set of typos in reference manual expressions.rst #275

wants to merge 3 commits into from

Conversation

DimitrisJim
Copy link
Contributor

Specifically:

  • may contan additonal -> contain additional
  • unequality doesn't exist, change to inequality.

@DimitrisJim DimitrisJim deleted the ref_expressions_typos branch February 24, 2017 19:27
@DimitrisJim DimitrisJim restored the ref_expressions_typos branch February 24, 2017 19:27
@DimitrisJim
Copy link
Contributor Author

whoopsy daisy. I messed that up :-)

@DimitrisJim DimitrisJim deleted the ref_expressions_typos branch February 24, 2017 19:30
akruis pushed a commit to akruis/cpython that referenced this pull request Jun 22, 2021
Support the PEP-523 eval_frame-hook for one particular use case: byte
code instrumentation. An example is the pydev-debugger. It can use the
hook to inject "break-points". This is much more efficient, than
traditional trace functions.

Improve the implementation and add a test case.
akruis added a commit to akruis/cpython that referenced this pull request Aug 8, 2021
Support the PEP-523 eval_frame-hook for one particular use case: byte
code instrumentation. An example is the pydev-debugger. It can use the
hook to inject "break-points". This is much more efficient, than
traditional trace functions.
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.

2 participants