Message 358268 - Python tracker

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.

Content
On 11.12.19 14:13, Petr Viktorin wrote:
> 
> Petr Viktorin <encukou@gmail.com> added the comment:
> 
> lookup_maybe_method should not return a borrowed reference. It increfs its return value.

At second sight, this seems to be true. No idea why I
was so convinced. Need to sleep and look again..