◐ Shell
clean mode source ↗

Update test_peepholer test_compiler_codegen test_compiler_assemble from 3.14.2 by ShaharNaveh · Pull Request #6870 · RustPython/RustPython

@coderabbitai

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (3)
  • Lib/test/test_compiler_assemble.py is excluded by !Lib/**
  • Lib/test/test_compiler_codegen.py is excluded by !Lib/**
  • Lib/test/test_peepholer.py is excluded by !Lib/**

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@youknowone

conflict to #6869
Could you merge them into single PR? Otherwise merge one first?

@ShaharNaveh

conflict to #6869 Could you merge them into single PR? Otherwise merge one first?

Somehow I missed it 🤦
You can merge #6869 first, I'll resolve conflicts later

@github-actions

📦 Library Dependencies

The following Lib/ modules were modified. Here are their dependencies:

[x] test: cpython/Lib/test/test_compiler_assemble.py

dependencies:

dependent tests: (no tests depend on compiler_assemble)

[x] test: cpython/Lib/test/test_compiler_codegen.py

dependencies:

dependent tests: (no tests depend on compiler_codegen)

[x] test: cpython/Lib/test/test_peepholer.py (TODO: 35)

dependencies:

dependent tests: (no tests depend on peepholer)

Legend:

  • [+] path exists in CPython
  • [x] up-to-date, [ ] outdated

@youknowone youknowone changed the title Update dis & opcode from 3.14.2 Update test_peepholer test_compiler_codegen test_compiler_assemble from 3.14.2

Jan 27, 2026

youknowone