FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-89546: Clean up PyType_FromMetaclass by encukou · Pull Request #93686 · 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-89546: Clean up PyType_FromMetaclass
- #93686
#93686
Merged
miss-islington
merged 19 commits into
python:main
python/cpython:main
from
encukou:PyType_From-cleanup
encukou/cpython:PyType_From-cleanup
Copy head branch name to clipboard
Jun 14, 2022
Conversation
Commits
19
(19)
Checks
Files changed
Merged
gh-89546: Clean up PyType_FromMetaclass
#93686
miss-islington
merged 19 commits into
python:main
python/cpython:main
from
encukou:PyType_From-cleanup
encukou/cpython:PyType_From-cleanup
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2022
Raise invalid slot exceptions early
encukou
committed
d43d5ca
View commit details
Copy full SHA for d43d5ca
Browse repository at this point
Switch to `switch` for the slots
encukou
committed
5145034
View commit details
Copy full SHA for 5145034
Browse repository at this point
Allocate & copy the docstring early
encukou
committed
87b28aa
View commit details
Copy full SHA for 87b28aa
Browse repository at this point
Prepare the type names early
encukou
committed
9fb6b11
View commit details
Copy full SHA for 9fb6b11
Browse repository at this point
Move offset setting to before PyType_Ready
encukou
committed
7fd0c6d
View commit details
Copy full SHA for 7fd0c6d
Browse repository at this point
Add comment on preparing special slots
encukou
committed
06fe302
View commit details
Copy full SHA for 06fe302
Browse repository at this point
Comment that we don't want to call Python code while a type is half-built
encukou
committed
8bb54f8
View commit details
Copy full SHA for 8bb54f8
Browse repository at this point
Add comment on the function's refcounting strategy
encukou
committed
6c25cfc
View commit details
Copy full SHA for 6c25cfc
Browse repository at this point
Check that base & offsets fit in the basicsize
encukou
committed
7edb478
View commit details
Copy full SHA for 7edb478
Browse repository at this point
Add blurb for the new check
encukou
committed
2075958
View commit details
Copy full SHA for 2075958
Browse repository at this point
Move variable declarations out of `switch` cases
encukou
committed
763ea2d
View commit details
Copy full SHA for 763ea2d
Browse repository at this point
Fix ReST syntax (*sigh*)
encukou
committed
5ca1502
View commit details
Copy full SHA for 5ca1502
Browse repository at this point
Commits on Jun 13, 2022
Downcast to int to avoid a warning
encukou
committed
5b18552
View commit details
Copy full SHA for 5b18552
Browse repository at this point
Reflow check_basicsize_includes_size_and_offsets to conform to style guide
encukou
committed
34edc2a
View commit details
Copy full SHA for 34edc2a
Browse repository at this point
Reword error messages to say "offset is out of bounds"
encukou
committed
e45f77f
View commit details
Copy full SHA for e45f77f
Browse repository at this point
Move modname down to improve scoping
encukou
committed
9713fb4
View commit details
Copy full SHA for 9713fb4
Browse repository at this point
Move variables to smaller scopes
encukou
committed
a997413
View commit details
Copy full SHA for a997413
Browse repository at this point
Merge main branch to resolve conflicts
encukou
committed
b197bb5
View commit details
Copy full SHA for b197bb5
Browse repository at this point
Commits on Jun 14, 2022
One more PEP 7 nit!
Show description for f53d86c
encukou
and
erlend-aasland
authored
f53d86c
View commit details
Copy full SHA for f53d86c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL