← 返回首页
bpo-43181: Make PyObject_TypeCheck a static inline function by erlend-aasland · Pull Request #24533 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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 Show resolved Hide resolved
Comment thread Misc/NEWS.d/next/Core and Builtins/2021-02-11-11-37-14.bpo-43181.ydv33S.rst Outdated Show resolved Hide resolved
Comment thread Include/object.h Outdated Show resolved Hide resolved
Comment thread Include/object.h Outdated Show resolved Hide resolved
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
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 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

Footer

© 2026 GitHub, Inc.