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 loewis
Recipients amaury.forgeotdarc, loewis, schuppenies
Date 2008-06-26.08:42:55
SpamBayes Score 0.0021790317
Marked as misclassified No
Message-id <1214469777.27.0.607042888929.issue3147@psf.upfronthosting.co.za>
In-reply-to
Content
I can't quite follow your layout of a longint; in debug mode, I think it is
- 2P (next/prev)
- ssize_t (refcnt)
- P (type)
- ssize_t (size)
- digits

Notice that a ssize_t is 64 bits on Win64, so there shouldn't be any
longs in the structure on Win64.
History
Date User Action Args
2008-06-26 08:42:57loewissetspambayes_score: 0.00217903 -> 0.0021790317
recipients: + loewis, amaury.forgeotdarc, schuppenies
2008-06-26 08:42:57loewissetspambayes_score: 0.00217903 -> 0.00217903
messageid: <1214469777.27.0.607042888929.issue3147@psf.upfronthosting.co.za>
2008-06-26 08:42:56loewislinkissue3147 messages
2008-06-26 08:42:55loewiscreate