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 arigo
Recipients arigo
Date 2008-02-15.14:24:56
SpamBayes Score 0.040105935
Marked as misclassified No
Message-id <1203085504.98.0.560350426708.issue2123@psf.upfronthosting.co.za>
In-reply-to
Content
It's hard to tell for sure, given the lack of precise definition, but I
believe that the attached piece of code "should" work.  What it does is
make p1 point to c_long(20).  So ctypes should probably keep the
c_long(20) alive as long as p1 is alive (and not further modified). 
This test shows that the c_long(20) gets freed instead, making the
p1.contents reference garbage.
History
Date User Action Args
2008-02-15 14:25:05arigosetspambayes_score: 0.0401059 -> 0.040105935
recipients: + arigo
2008-02-15 14:25:05arigosetspambayes_score: 0.0401059 -> 0.0401059
messageid: <1203085504.98.0.560350426708.issue2123@psf.upfronthosting.co.za>
2008-02-15 14:24:58arigolinkissue2123 messages
2008-02-15 14:24:57arigocreate