-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: RustPython/RustPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: typelock
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 16 files changed
- 1 contributor
Commits on Mar 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5393e86 - Browse repository at this point
Copy the full SHA 5393e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc6078 - Browse repository at this point
Copy the full SHA 5bc6078View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb156c1 - Browse repository at this point
Copy the full SHA cb156c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc4728b - Browse repository at this point
Copy the full SHA fc4728bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c487b6d - Browse repository at this point
Copy the full SHA c487b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd64b8 - Browse repository at this point
Copy the full SHA 2dd64b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c302c - Browse repository at this point
Copy the full SHA a0c302cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ceefe6e - Browse repository at this point
Copy the full SHA ceefe6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7cb74 - Browse repository at this point
Copy the full SHA 2d7cb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7924dd - Browse repository at this point
Copy the full SHA f7924ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 138d48e - Browse repository at this point
Copy the full SHA 138d48eView commit details -
address review: check datastack space for extra_bytes, require CO_OPT…
…IMIZED in vectorcall fast path
Configuration menu - View commit details
-
Copy full SHA for aa9f5a8 - Browse repository at this point
Copy the full SHA aa9f5a8View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for a277b86 - Browse repository at this point
Copy the full SHA a277b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd8b1a - Browse repository at this point
Copy the full SHA dbd8b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95347ee - Browse repository at this point
Copy the full SHA 95347eeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for dd4fa96 - Browse repository at this point
Copy the full SHA dd4fa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3903c - Browse repository at this point
Copy the full SHA 2d3903cView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...typelock