-
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
- 10 commits
- 9 files changed
- 1 contributor
Commits on Mar 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 471fe55 - Browse repository at this point
Copy the full SHA 471fe55View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3daabf - Browse repository at this point
Copy the full SHA b3daabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e19335e - Browse repository at this point
Copy the full SHA e19335eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df4787 - Browse repository at this point
Copy the full SHA 9df4787View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0dfa1 - Browse repository at this point
Copy the full SHA fb0dfa1View 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 76e6ece - Browse repository at this point
Copy the full SHA 76e6eceView 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 cb2db07 - Browse repository at this point
Copy the full SHA cb2db07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38de746 - Browse repository at this point
Copy the full SHA 38de746View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2d66e - Browse repository at this point
Copy the full SHA ea2d66eView commit details -
Drop old PyObjectRef outside type lock to prevent deadlock
Dropping values inside with_type_lock can trigger weakref callbacks, which may access attributes (LOAD_ATTR specialization) and re-acquire the non-reentrant type mutex, causing deadlock. Return old values from lock closures so they drop after lock release.
Configuration menu - View commit details
-
Copy full SHA for 1865733 - Browse repository at this point
Copy the full SHA 1865733View 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