FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
GH-96636: Remove all uses of NOTRACE_DISPATCH by markshannon · Pull Request #96643 · python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.4k
Star
77.3k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
GH-96636: Remove all uses of NOTRACE_DISPATCH
- #96643
#96643
Merged
markshannon
merged 10 commits into
python:main
python/cpython:main
from
faster-cpython:remove-unsafe-notrace-dispatch
faster-cpython/cpython:remove-unsafe-notrace-dispatch
Copy head branch name to clipboard
Sep 8, 2022
Conversation
Commits
10
(10)
Checks
Files changed
Merged
GH-96636: Remove all uses of NOTRACE_DISPATCH
#96643
markshannon
merged 10 commits into
python:main
python/cpython:main
from
faster-cpython:remove-unsafe-notrace-dispatch
faster-cpython/cpython:remove-unsafe-notrace-dispatch
Copy head branch name to clipboard
Commits
Commits on Sep 7, 2022
Remove potentially unsafe uses of NOTRACE_DISPATCH.
markshannon
committed
365b6cc
View commit details
Copy full SHA for 365b6cc
Browse repository at this point
Add test to check that tracing is respected in specialized code. Thanks to Brandt Bucher for the test idea.
markshannon
committed
7785d40
View commit details
Copy full SHA for 7785d40
Browse repository at this point
Add news.
markshannon
committed
85e5844
View commit details
Copy full SHA for 85e5844
Browse repository at this point
Turn tracing off again after check.
markshannon
committed
3dd9966
View commit details
Copy full SHA for 3dd9966
Browse repository at this point
Remove all remaining uses of NOTRACE_DISPATCH() as they might be unsafe.
markshannon
committed
5cfaab6
View commit details
Copy full SHA for 5cfaab6
Browse repository at this point
Update Lib/test/test_dynamic.py
Show description for 5872b7a
markshannon
and
brandtbucher
authored
5872b7a
View commit details
Copy full SHA for 5872b7a
Browse repository at this point
Update Misc/NEWS.d/next/Core and Builtins/2022-09-07-12-02-11.gh-issue-96636.YvN-K6.rst
Show description for 7ff1782
markshannon
and
brandtbucher
authored
7ff1782
View commit details
Copy full SHA for 7ff1782
Browse repository at this point
Update Lib/test/test_dynamic.py
Show description for ff834d6
markshannon
and
brandtbucher
authored
ff834d6
View commit details
Copy full SHA for ff834d6
Browse repository at this point
Commits on Sep 8, 2022
Fixup spacing
markshannon
committed
72540d4
View commit details
Copy full SHA for 72540d4
Browse repository at this point
Make sure that we don't double-trace instructions with extended args.
markshannon
committed
011edc7
View commit details
Copy full SHA for 011edc7
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL