X Tutup
Skip to content

bpo-46417: Use _PyType_CAST() in Modules directory#30767

Closed
vstinner wants to merge 1 commit intopython:mainfrom
vstinner:type_cast_modules
Closed

bpo-46417: Use _PyType_CAST() in Modules directory#30767
vstinner wants to merge 1 commit intopython:mainfrom
vstinner:type_cast_modules

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 21, 2022

Cleanup also other casts to the "PyTypeObject*" type.

https://bugs.python.org/issue46417

Cleanup also other casts to the "PyTypeObject*" type.
@vstinner vstinner changed the title po-46417: Use _PyType_CAST() in Modules directory bpo-46417: Use _PyType_CAST() in Modules directory Jan 21, 2022
@vstinner
Copy link
Member Author

I'm not sure that this change brings any value, I prefer to abandon it.

@vstinner vstinner closed this Jan 22, 2022
@vstinner vstinner deleted the type_cast_modules branch January 22, 2022 00:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup