Skip to content
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

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

Merged
merged 5 commits into from Feb 15, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Feb 15, 2021

@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Feb 15, 2021

@vstinner Would you mind reviewing this?

(cc. @gpshead )

Include/object.h Outdated Show resolved Hide resolved
Include/object.h Outdated Show resolved Hide resolved
Include/object.h Outdated Show resolved Hide resolved
Erlend Egeberg Aasland and others added 3 commits Feb 15, 2021
Co-authored-by: Victor Stinner <vstinner@python.org>
- Improve naming: Use 'type' iso. 'tp'
- Remove PyAPI_FUNC def
- Remove unneeded parens
@erlend-aasland erlend-aasland requested a review from vstinner Feb 15, 2021
@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Feb 15, 2021

CI is done; PTAL @vstinner

@vstinner vstinner merged commit 4bb2a1e into python:master Feb 15, 2021
3 checks passed
@erlend-aasland erlend-aasland deleted the make-pyobject-typecheck-inline branch Feb 15, 2021
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
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.

None yet

4 participants