Message7413

Author adorsk
Recipients adorsk
Date 2012-08-18.17:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345309558.4.0.533559276824.issue1960@psf.upfronthosting.co.za>
In-reply-to
Content
The 'sys' module appears to be missing the 'getrefcount' method.

==== Example ====

=== code ===
import sys
a = [1,2,3]
sys.getrefcount(a)

=== result ===

AttributeError: '<reflected field public org.python.core.PyObject o' object has no attribute 'getrefcount'
History
Date User Action Args
2012-08-18 17:05:58adorsksetrecipients: + adorsk
2012-08-18 17:05:58adorsksetmessageid: <1345309558.4.0.533559276824.issue1960@psf.upfronthosting.co.za>
2012-08-18 17:05:58adorsklinkissue1960 messages
2012-08-18 17:05:57adorskcreate