New submission from Julien Palard <julien+pyt...@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@python
components: Documentation
messages: 326617
nosy: docs@python, mdk
priority: normal
severity: normal
status: open
title: functools.partial is weak referncable
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to