FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-43181: Make PyObject_TypeCheck a static inline function by erlend-aasland · Pull Request #24533 · python/cpython · GitHub

/ cpython Public

bpo-43181: Make PyObject_TypeCheck a static inline function - #24533

Merged
vstinner merged 5 commits into
python:masterfrom
erlend-aasland:make-pyobject-typecheck-inline
Feb 15, 2021
Merged

bpo-43181: Make PyObject_TypeCheck a static inline function#24533
vstinner merged 5 commits into
python:masterfrom
erlend-aasland:make-pyobject-typecheck-inline

Conversation

erlend-aasland commented Feb 15, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor Author

@vstinner Would you mind reviewing this?

(cc. @gpshead )

Comment thread Include/object.h Outdated
Comment thread Include/object.h Outdated
Comment thread Include/object.h Outdated
Erlend Egeberg Aasland and others added 3 commits February 15, 2021 12:25
Co-authored-by: Victor Stinner <vstinner@python.org>
- Improve naming: Use 'type' iso. 'tp'
- Remove PyAPI_FUNC def
- Remove unneeded parens

Copy link
Copy Markdown
Contributor Author

CI is done; PTAL @vstinner

vstinner merged commit 4bb2a1e into python:master Feb 15, 2021
erlend-aasland deleted the make-pyobject-typecheck-inline branch February 15, 2021 16:22
erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request Feb 17, 2021
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL