{{ message }}
bpo-17045: Improve C-API doc for PyTypeObject.#7413
Merged
ericsnowcurrently merged 43 commits intoJun 14, 2018
Merged
Conversation
8 hidden conversations
Load more…
Member
|
I'm not sure about usefulness of Default: notes. If the slot is inherited, then the default is the parent's value. It looks to me that Inheritane: notes cover this, and Default: notes don't add new information. |
Sorry, something went wrong.
Member
Author
|
If I recall correctly, there are a few slots with defaults. Would it be better to omit the "default" section in the rest of the cases? FWIW, I added the "default" section because the defaults aren't always clear. |
Sorry, something went wrong.
34 hidden items
Load more…
722cc7f to
3b7c312
Compare
June 7, 2018 00:25
Member
Author
|
Ah, I need to run "make suspicious". :/ |
Sorry, something went wrong.
vadmium
reviewed
Jun 9, 2018
Member
Author
|
I've addressed all review comments. |
Sorry, something went wrong.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.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.
This is a quick port to git of a patch I wrote for the issue several years ago. I'm sure I have it mostly okay, but haven't had time yet to check it closely.
https://bugs.python.org/issue17045