[issue14933] Misleading documentation about weakrefs

2012-05-28 Thread Antoine Pitrou
New submission from Antoine Pitrou : In http://docs.python.org/dev/extending/newtypes.html?highlight=pyobject_clearweakrefs#weak-reference-support, you can read: “The only further addition is that the destructor needs to call the weak reference manager to clear any weak references. This shoul

[issue14933] Misleading documentation about weakrefs

2012-06-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 69177ff1a643 by Antoine Pitrou in branch '3.2': Issue #14933: fix misleading doc about weakref support in extension types. http://hg.python.org/cpython/rev/69177ff1a643 New changeset b17c8005e08a by Antoine Pitrou in branch 'default': Issue #14933:

[issue14933] Misleading documentation about weakrefs

2012-06-15 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ ___ P