-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() #23441
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-42423: Accept single base class in PyType_FromModuleAndSpec() #23441
Conversation
When you're done making the requested changes, leave the comment: |
Doc/whatsnew/3.10.rst
Outdated
* The :c:func:`PyType_FromModuleAndSpec` and :c:func:`PyType_FromModuleAndSpec` | ||
functions now accept ``NULL`` as the ``tp_doc`` slot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't change the other entry.
I have made the requested changes; please review again. |
Thanks for making the requested changes! @tiran: please review the changes made to this pull request. |
|
Thank you! |
https://bugs.python.org/issue42423