Skip to content

bpo-39542: Convert PyType_Check() to static inline function#18364

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:type_check_inline
Feb 5, 2020
Merged

bpo-39542: Convert PyType_Check() to static inline function#18364
vstinner merged 1 commit intopython:masterfrom
vstinner:type_check_inline

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Feb 5, 2020

Convert PyType_HasFeature(), PyType_Check() and PyType_CheckExact()
macros to static inline functions.

https://bugs.python.org/issue39542

Convert PyType_HasFeature(), PyType_Check() and PyType_CheckExact()
macros to static inline functions.
@vstinner vstinner merged commit 509dd90 into python:master Feb 5, 2020
@vstinner vstinner deleted the type_check_inline branch February 5, 2020 13:24
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.

3 participants