[Python-Dev] weak refs in descriptors (http://bugs.python.org/issue17950) (original) (raw)
Terry Jan Reedy tjreedy at udel.edu
Mon May 13 19:21:17 CEST 2013
- Previous message: [Python-Dev] weak refs in descriptors (http://bugs.python.org/issue17950)
- Next message: [Python-Dev] weak refs in descriptors (http://bugs.python.org/issue17950)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 5/13/2013 9:20 AM, Maciej Fijalkowski wrote:
The strong reference there is a feature. Descriptors keep the class alive if somehow the class disappears and the descriptor itself does
Is this feature stated or implied in the reference manual? 3.3.2.1. Implementing Descriptors 3.3.2.2. Invoking Descriptors ??? or is it an implementation detail that people have come to rely on?
- Previous message: [Python-Dev] weak refs in descriptors (http://bugs.python.org/issue17950)
- Next message: [Python-Dev] weak refs in descriptors (http://bugs.python.org/issue17950)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]