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 ronaldoussoren
Recipients ned.deily, orsenthil, ronaldoussoren
Date 2010-04-18.19:31:24
SpamBayes Score 0.004556064
Marked as misclassified No
Message-id <1271619087.72.0.430768536229.issue8095@psf.upfronthosting.co.za>
In-reply-to
Content
Ned: I've attached a new patch, could you please test this one on an 10.3 box?

It turns out that testing if a weaklinked variable is defined should be done by testing the address of the variable, not its value.

I've tested this new approach with a symbol that is defined on 10.6 but not 10.5, but cannot test on 10.3.
History
Date User Action Args
2010-04-18 19:31:27ronaldoussorensetrecipients: + ronaldoussoren, orsenthil, ned.deily
2010-04-18 19:31:27ronaldoussorensetmessageid: <1271619087.72.0.430768536229.issue8095@psf.upfronthosting.co.za>
2010-04-18 19:31:25ronaldoussorenlinkissue8095 messages
2010-04-18 19:31:25ronaldoussorencreate