FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-42990: Further refactoring of PyEval_ functions. by markshannon · Pull Request #24368 · 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
bpo-42990: Further refactoring of PyEval_ functions.
- #24368
#24368
Merged
markshannon
merged 11 commits into
python:master
python/cpython:master
from
markshannon:eval-refactor
markshannon/cpython:eval-refactor
Copy head branch name to clipboard
Feb 1, 2021
Conversation
Commits
11
(11)
Checks
Files changed
Merged
bpo-42990: Further refactoring of PyEval_ functions.
#24368
markshannon
merged 11 commits into
python:master
python/cpython:master
from
markshannon:eval-refactor
markshannon/cpython:eval-refactor
Copy head branch name to clipboard
Commits
Commits on Jan 29, 2021
Further refactoring of PyEval_EvalCode and friends. Break into make-frame, and eval-frame parts.
markshannon
committed
d2526ef
View commit details
Copy full SHA for d2526ef
Browse repository at this point
Simplify function vector call using new _PyEval_Vector.
markshannon
committed
b6b6dcf
View commit details
Copy full SHA for b6b6dcf
Browse repository at this point
Remove unused internal functions: _PyEval_EvalCodeWithName and _PyEval_EvalCode.
markshannon
committed
d05e768
View commit details
Copy full SHA for d05e768
Browse repository at this point
Don't use legacy function PyEval_EvalCodeEx.
markshannon
committed
86ed35c
View commit details
Copy full SHA for 86ed35c
Browse repository at this point
Further simplifications.
markshannon
committed
0eb824a
View commit details
Copy full SHA for 0eb824a
Browse repository at this point
Fix up after rebase.
markshannon
committed
0c425bb
View commit details
Copy full SHA for 0c425bb
Browse repository at this point
Remove locals from frame descriptor. Make _PyEval_Vector parameters more like other vector calls.
markshannon
committed
d2150e4
View commit details
Copy full SHA for d2150e4
Browse repository at this point
Manually inline one use static function.
markshannon
committed
4c16e21
View commit details
Copy full SHA for 4c16e21
Browse repository at this point
Commits on Jan 30, 2021
Add news
markshannon
committed
12df805
View commit details
Copy full SHA for 12df805
Browse repository at this point
Fix compiler warning.
markshannon
committed
be72b61
View commit details
Copy full SHA for be72b61
Browse repository at this point
Fix formatting in news item.
markshannon
committed
0af68d1
View commit details
Copy full SHA for 0af68d1
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL