[issue13867] misleading comment in weakrefobject.h

2013-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 39e5ab118602 by Georg Brandl in branch '2.7': Closes #13867: remove untrue comment about PyWeakref_Check(). http://hg.python.org/cpython/rev/39e5ab118602 -- ___ Python tracker

[issue13867] misleading comment in weakrefobject.h

2013-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1cd2fca12abf by Georg Brandl in branch '3.3': Closes #13867: remove untrue comment about PyWeakref_Check(). http://hg.python.org/cpython/rev/1cd2fca12abf -- ___ Python tracker

[issue13867] misleading comment in weakrefobject.h

2013-10-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1800107873c0 by Georg Brandl in branch 'default': Closes #13867: remove untrue comment about PyWeakref_Check(). http://hg.python.org/cpython/rev/1800107873c0 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: op

[issue13867] misleading comment in weakrefobject.h

2012-01-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ha, good catch. The macro could be fixed, or the comment simply be dropped. -- versions: +Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___

[issue13867] misleading comment in weakrefobject.h

2012-01-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- components: +Library (Lib) -Documentation, Extension Modules nosy: +fdrake, pitrou ___ Python tracker ___ _

[issue13867] misleading comment in weakrefobject.h

2012-01-25 Thread Jim Jewett
New submission from Jim Jewett : http://hg.python.org/cpython/file/fec45282dc28/Include/weakrefobject.h#l54 The comment makes sense -- but doesn't appear to be true, so perhaps it is the macro that should change. /* This macro calls PyWeakref_CheckRef() last since that can involve a func