[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:

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[issue13867] misleading comment in weakrefobject.h

2012-01-27 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- components: +Library (Lib) -Documentation, Extension Modules nosy: +fdrake, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13867 ___

[issue13867] misleading comment in weakrefobject.h

2012-01-27 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org http://bugs.python.org/issue13867

[issue13867] misleading comment in weakrefobject.h

2012-01-25 Thread Jim Jewett
New submission from Jim Jewett jimjjew...@gmail.com: 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