[New-bugs-announce] [issue37249] Missing declaration of _PyObject_GetMethod

Jeroen Demeyer report at bugs.python.org
Wed Jun 12 08:54:43 EDT 2019


New submission from Jeroen Demeyer <J.Demeyer at UGent.be>:

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.

----------
components: Interpreter Core
messages: 345336
nosy: jdemeyer
priority: normal
severity: normal
status: open
title: Missing declaration of _PyObject_GetMethod
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37249>
_______________________________________


More information about the New-bugs-announce mailing list