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 gregory.p.smith
Recipients gregory.p.smith, rupole
Date 2008-07-19.20:51:29
SpamBayes Score 0.084397085
Marked as misclassified No
Message-id <1216500692.9.0.45012123787.issue3120@psf.upfronthosting.co.za>
In-reply-to
Content
i believe this patch will fix it.  but i don't have a windows build
environment setup yet to even try it.

Exposing pointers to data structures as a number to Python is very gross
to begin with.  It'd be safer to define a tiny type to wrap them in.

Review at:  http://codereview.appspot.com/2608
History
Date User Action Args
2008-07-19 20:51:33gregory.p.smithsetspambayes_score: 0.0843971 -> 0.084397085
recipients: + gregory.p.smith, rupole
2008-07-19 20:51:32gregory.p.smithsetspambayes_score: 0.0843971 -> 0.0843971
messageid: <1216500692.9.0.45012123787.issue3120@psf.upfronthosting.co.za>
2008-07-19 20:51:32gregory.p.smithlinkissue3120 messages
2008-07-19 20:51:31gregory.p.smithcreate