]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improved test coverage for codeop.py. (GH-154100)
authorvjabuilds <77214151+vjabuilds@users.noreply.github.com>
Thu, 30 Jul 2026 14:44:18 +0000 (16:44 +0200)
committerGitHub <noreply@github.com>
Thu, 30 Jul 2026 14:44:18 +0000 (16:44 +0200)
commit405daf5328a1f9f8355ba76b0174b236364c2646
tree76e1a088a0edd8c5f8fb498f07f3d5980b141794
parent0e54a406b45d3858c31f61d5e613f5c97ecfa355
Improved test coverage for codeop.py. (GH-154100)

* 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

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Lib/test/test_codeop.py