[docs] [issue34830] functools.partial is weak referncable

Julien Palard report at bugs.python.org
Fri Sep 28 05:20:44 EDT 2018


New submission from Julien Palard <julien+python at palard.fr>:

According to the doc:

    :class:`partial` objects are like :class:`function` objects in that they are callable, weak referencable, and can have attributes.

I don't understand why "weak" here, and it's the only occurence of "weak referencable" in the documentation.

I don't see an object in Python being referencable but NOT weak referencable, do I miss something obvious here?

----------
assignee: docs at python
components: Documentation
messages: 326617
nosy: docs at python, mdk
priority: normal
severity: normal
status: open
title: functools.partial is weak referncable
type: enhancement
versions: Python 3.7

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


More information about the docs mailing list