X Tutup
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: main
Choose a base ref
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: typelock
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    5393e86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bc6078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb156c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc4728b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c487b6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2dd64b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0c302c View commit details
    Browse the repository at this point in the history
  8. rename

    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    ceefe6e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d7cb74 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f7924dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    138d48e View commit details
    Browse the repository at this point in the history
  12. address review: check datastack space for extra_bytes, require CO_OPT…

    …IMIZED in vectorcall fast path
    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    aa9f5a8 View commit details
    Browse the repository at this point in the history
  13. Extract datastack_frame_size_bytes_for_code, skip monitoring for init…

    …_cleanup frames, guard trace dispatch
    
    - Extract datastack_frame_size_bytes_for_code as free function, use it
      to compute init_cleanup stack bytes instead of hardcoded constant
    - Add monitoring_disabled_for_code to skip instrumentation for
      synthetic init_cleanup code object in RESUME and execute_instrumented
    - Add is_trace_event guard so profile-only events skip trace_func dispatch
    - Reformat core.rs (rustfmt)
    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    a277b86 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dbd8b1a View commit details
    Browse the repository at this point in the history
  15. type lock

    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    95347ee View commit details
    Browse the repository at this point in the history
  16. address review: fix getitem_version memory ordering

    Store getitem_version with Release before the pointer swap so readers
    that Acquire-load the version see a consistent (version, pointer) pair.
    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    dd4fa96 View commit details
    Browse the repository at this point in the history
  17. fix

    youknowone committed Mar 10, 2026
    Configuration menu
    Copy the full SHA
    2d3903c View commit details
    Browse the repository at this point in the history
Loading
X Tutup