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 pitrou
Recipients mark.dickinson, pitrou, rhettinger
Date 2009-02-08.17:56:23
SpamBayes Score 0.0002127517
Marked as misclassified No
Message-id <1234115785.01.0.0168805509799.issue5186@psf.upfronthosting.co.za>
In-reply-to
Content
The code path for SIZEOF_LONG < SIZEOF_VOID_P could probably also
benefit from this optimization by casting the pointer to a size_t (this
will effect 64-bit Windows, where long is 32 bits but pointers are 64 bits).

(unfortunately it seems the 64-bit Windows buildbot has disappeared)
History
Date User Action Args
2009-02-08 17:56:25pitrousetrecipients: + pitrou, rhettinger, mark.dickinson
2009-02-08 17:56:25pitrousetmessageid: <1234115785.01.0.0168805509799.issue5186@psf.upfronthosting.co.za>
2009-02-08 17:56:23pitroulinkissue5186 messages
2009-02-08 17:56:23pitroucreate