homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jim.Jewett
Recipients Jim.Jewett, docs@python
Date 2012年01月25日.23:01:15
SpamBayes Score 2.1092324e-05
Marked as misclassified No
Message-id <1327532476.25.0.872465463087.issue13867@psf.upfronthosting.co.za>
In-reply-to
Content
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
 function call; this makes it more likely that the function call
 will be avoided. */
#define PyWeakref_Check(op) \
 (PyWeakref_CheckRef(op) || PyWeakref_CheckProxy(op))
History
Date User Action Args
2012年01月25日 23:01:16Jim.Jewettsetrecipients: + Jim.Jewett, docs@python
2012年01月25日 23:01:16Jim.Jewettsetmessageid: <1327532476.25.0.872465463087.issue13867@psf.upfronthosting.co.za>
2012年01月25日 23:01:15Jim.Jewettlinkissue13867 messages
2012年01月25日 23:01:15Jim.Jewettcreate

AltStyle によって変換されたページ (->オリジナル) /