FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-132775: Add _PyCode_VerifyStateless() by ericsnowcurrently · Pull Request #133221 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
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
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-132775: Add _PyCode_VerifyStateless()
- #133221
#133221
Merged
ericsnowcurrently
merged 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:add-pycode-verify-stateless
ericsnowcurrently/cpython:add-pycode-verify-stateless
Copy head branch name to clipboard
May 5, 2025
Conversation
Commits
12
(12)
Checks
Files changed
Merged
gh-132775: Add _PyCode_VerifyStateless()
#133221
ericsnowcurrently
merged 12 commits into
python:main
python/cpython:main
from
ericsnowcurrently:add-pycode-verify-stateless
ericsnowcurrently/cpython:add-pycode-verify-stateless
Copy head branch name to clipboard
Commits
Commits on Apr 30, 2025
Add _PyCode_CheckPureFunction().
ericsnowcurrently
committed
0b2ebdd
View commit details
Copy full SHA for 0b2ebdd
Browse repository at this point
Add _PyCode_VerifyStateless().
ericsnowcurrently
committed
a27039c
View commit details
Copy full SHA for a27039c
Browse repository at this point
Clarify what "stateless" means.
ericsnowcurrently
committed
e15d418
View commit details
Copy full SHA for e15d418
Browse repository at this point
Add tests.
ericsnowcurrently
committed
2d79875
View commit details
Copy full SHA for 2d79875
Browse repository at this point
Add _PyFunction_VerifyStateless().
ericsnowcurrently
committed
8089a33
View commit details
Copy full SHA for 8089a33
Browse repository at this point
Commits on May 1, 2025
Adjust a comment.
ericsnowcurrently
committed
1b67971
View commit details
Copy full SHA for 1b67971
Browse repository at this point
Do not return NULL from infallible functions.
ericsnowcurrently
committed
a489e13
View commit details
Copy full SHA for a489e13
Browse repository at this point
Commits on May 2, 2025
Fix the case where a function only raises.
ericsnowcurrently
committed
2a1ae0e
View commit details
Copy full SHA for 2a1ae0e
Browse repository at this point
Detect globals even if there were no builtins used.
ericsnowcurrently
committed
51ff183
View commit details
Copy full SHA for 51ff183
Browse repository at this point
Commits on May 5, 2025
Fix a pointer indirection.
ericsnowcurrently
committed
4be26bb
View commit details
Copy full SHA for 4be26bb
Browse repository at this point
Merge branch 'main' into add-pycode-verify-stateless
ericsnowcurrently
committed
d45c0e0
View commit details
Copy full SHA for d45c0e0
Browse repository at this point
Fix a compiler warning.
ericsnowcurrently
committed
7bdfcac
View commit details
Copy full SHA for 7bdfcac
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL