FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45383: Inherit MetaClass from bases in FromSpec API by seberg · Pull Request #28748 · 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-45383: Inherit MetaClass from bases in FromSpec API
- #28748
#28748
Merged
encukou
merged 19 commits into
python:main
python/cpython:main
from
seberg:fromspec-metatype-inheritance
seberg/cpython:fromspec-metatype-inheritance
Copy head branch name to clipboard
Jun 9, 2022
Conversation
Commits
19
(19)
Checks
Files changed
Merged
bpo-45383: Inherit MetaClass from bases in FromSpec API
#28748
encukou
merged 19 commits into
python:main
python/cpython:main
from
seberg:fromspec-metatype-inheritance
seberg/cpython:fromspec-metatype-inheritance
Copy head branch name to clipboard
Commits
Commits on Oct 5, 2021
BUG: Inherit MetaClass from bases in FromSpec API
Show description for 67c8a97
seberg
committed
67c8a97
View commit details
Copy full SHA for 67c8a97
Browse repository at this point
📜🤖 Added by blurb_it.
blurb-it[bot]
authored
2012aaa
View commit details
Copy full SHA for 2012aaa
Browse repository at this point
Commits on Oct 20, 2021
MAINT: Address review comments
Show description for 881ba13
seberg
committed
881ba13
View commit details
Copy full SHA for 881ba13
Browse repository at this point
Commits on May 27, 2022
Merge in the main branch
encukou
committed
6fd1926
View commit details
Copy full SHA for 6fd1926
Browse repository at this point
Disallow non-type metaclasses
encukou
committed
aad7456
View commit details
Copy full SHA for aad7456
Browse repository at this point
Use custom metaclasses for the tests, rather than stuff from ctypes
encukou
committed
aba4208
View commit details
Copy full SHA for aba4208
Browse repository at this point
Make PyType_FromMetaclass refcounting easier to follow
Show description for 4eb003a
encukou
committed
4eb003a
View commit details
Copy full SHA for 4eb003a
Browse repository at this point
Adjust documentation
encukou
committed
1ae7969
View commit details
Copy full SHA for 1ae7969
Browse repository at this point
Commits on May 31, 2022
Fix type warning
encukou
committed
6001a33
View commit details
Copy full SHA for 6001a33
Browse repository at this point
Remove unused includes from _testcapimodule.c
encukou
committed
1ad0eca
View commit details
Copy full SHA for 1ad0eca
Browse repository at this point
Use an explicit role in the News entry
encukou
committed
ea69819
View commit details
Copy full SHA for ea69819
Browse repository at this point
Test that __subclasses__ is updated properly
encukou
committed
cb1527f
View commit details
Copy full SHA for cb1527f
Browse repository at this point
Document caveats, suggest that PyType_From* is not for user-provided classes
encukou
committed
f86d2b5
View commit details
Copy full SHA for f86d2b5
Browse repository at this point
Remove unused variable
encukou
committed
93c65e8
View commit details
Copy full SHA for 93c65e8
Browse repository at this point
Move bases calculation before the allocation
encukou
committed
d881750
View commit details
Copy full SHA for d881750
Browse repository at this point
Commits on Jun 1, 2022
Fix compiler warning for Py_NewRef result
encukou
committed
a7af972
View commit details
Copy full SHA for a7af972
Browse repository at this point
Commits on Jun 9, 2022
Use PyErr_Occurred rather than a variable
encukou
committed
2f47be3
View commit details
Copy full SHA for 2f47be3
Browse repository at this point
Use PEP 7 style
encukou
committed
ef6bcce
View commit details
Copy full SHA for ef6bcce
Browse repository at this point
Replace duplicate Py_TPFLAGS_BASETYPE check with an assert
encukou
committed
6b31880
View commit details
Copy full SHA for 6b31880
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL