Skip to content

[3.15] Improved test coverage for codeop.py. (GH-154100) - #154938

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-405daf5-3.15
Open

[3.15] Improved test coverage for codeop.py. (GH-154100)#154938
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-405daf5-3.15

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor
  • Ported existing tests to cover both the CommandCompiler and Compile classes
  • Added tests that cover the case when PyCF_ONLY_AST is set
  • Added tests that cover the case when the compile method returns a code object with flags

(cherry picked from commit 405daf5)

Co-authored-by: vjabuilds 77214151+vjabuilds@users.noreply.github.com
Co-authored-by: Tomas R. tomas.roun8@gmail.com

* Ported existing tests to cover both the CommandCompiler and Compile classes
* Added tests that cover the case when PyCF_ONLY_AST is set
* Added tests that cover the case when the compile method returns a code object with flags

(cherry picked from commit 405daf5)

Co-authored-by: vjabuilds <77214151+vjabuilds@users.noreply.github.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants