This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jdemeyer
Recipients jdemeyer
Date 2019-06-12.12:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560344083.09.0.0843105430865.issue37249@roundup.psfhosted.org>
In-reply-to
Content
The function _PyObject_GetMethod is internal and private, but it should still be declared properly. Currently, it is "manually" declared in two .c files where it's used.
History
Date User Action Args
2019-06-12 12:54:43jdemeyersetrecipients: + jdemeyer
2019-06-12 12:54:43jdemeyersetmessageid: <1560344083.09.0.0843105430865.issue37249@roundup.psfhosted.org>
2019-06-12 12:54:43jdemeyerlinkissue37249 messages
2019-06-12 12:54:43jdemeyercreate