[New-bugs-announce] [issue45455] Fill func.__doc__ lazily

Inada Naoki report at bugs.python.org
Tue Oct 12 22:49:58 EDT 2021


New submission from Inada Naoki <songofacandy at gmail.com>:

Move setting `func.__doc__` from PyFunction_New() to __doc__ descriptor, for faster function creation.

This issue is spin-off of bpo-36521.

----------
components: Interpreter Core
messages: 403786
nosy: methane
priority: normal
severity: normal
status: open
title: Fill func.__doc__ lazily
versions: Python 3.11

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


More information about the New-bugs-announce mailing list