-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
bpo-45383: Inherit MetaClass from bases in FromSpec API #28748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
67c8a97
BUG: Inherit MetaClass from bases in FromSpec API
seberg 2012aaa
📜🤖 Added by blurb_it.
blurb-it[bot] 881ba13
MAINT: Address review comments
seberg 6fd1926
Merge in the main branch
encukou aad7456
Disallow non-type metaclasses
encukou aba4208
Use custom metaclasses for the tests, rather than stuff from ctypes
encukou 4eb003a
Make PyType_FromMetaclass refcounting easier to follow
encukou 1ae7969
Adjust documentation
encukou 6001a33
Fix type warning
encukou 1ad0eca
Remove unused includes from _testcapimodule.c
encukou ea69819
Use an explicit role in the News entry
encukou cb1527f
Test that __subclasses__ is updated properly
encukou f86d2b5
Document caveats, suggest that PyType_From* is not for user-provided …
encukou 93c65e8
Remove unused variable
encukou d881750
Move bases calculation before the allocation
encukou a7af972
Fix compiler warning for Py_NewRef result
encukou 2f47be3
Use PyErr_Occurred rather than a variable
encukou ef6bcce
Use PEP 7 style
encukou 6b31880
Replace duplicate Py_TPFLAGS_BASETYPE check with an assert
encukou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next
Next commit
BUG: Inherit MetaClass from bases in FromSpec API
This checks the bases of of a type created using the FromSpec API to inherit the bases metaclasses. The MetaClasses alloc function will be called as is done in `tp_new` for classes created in Python.
- Loading branch information
commit 67c8a97affcb9dbb12f44fdb7767e756b82ea34b
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.