Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: RustPython/RustPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2025-09-22-main-48
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2025-10-06-main-50
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Oct 5, 2025

  1. Update opcode from 3.13.7 (#6156)

    * Update `opcode` from 3.13.7
    
    * Base `_opcode`
    
    * Add `test__opcode.py` from 3.13.7
    
    * Impl `has_*` methods
    
    * Add more methods
    
    * Update `dis.py` from 3.13.7
    
    * Update `support/bytecode_helper.py` from 3.13.7
    
    * correct is_valid
    
    * Patch failing tests
    
    * Unpatch `support/__init__.py`
    
    * clippy
    
    * Make comments to doc
    
    * impl `_varname_from_oparg` for code
    
    * Unmark passing tests
    
    * Revert changes to `dis`
    
    * Mark failing tests
    ShaharNaveh authored Oct 5, 2025
    Configuration menu
    Copy the full SHA
    3a6fda4 View commit details
    Browse the repository at this point in the history
Loading