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 Charles Machalow
Recipients Charles Machalow, amaury.forgeotdarc, belopolsky, eryksun, meador.inge, mleroy003, ztane
Date 2017-11-18.02:59:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510973968.32.0.213398074469.issue29753@psf.upfronthosting.co.za>
In-reply-to
Content
All of Python is implicitly cross platform. If something isn't actually cross platform, it should be mentioned explicitly in the documentation. For example see the mmap documentation, it explicitly say on Unix it does X, on Windows it does Y. We should be as explicit as possible for ctypes to say on Windows we expect packing like X (GCC) and on Linux we expect packing like Y (VC++).
History
Date User Action Args
2017-11-18 02:59:28Charles Machalowsetrecipients: + Charles Machalow, amaury.forgeotdarc, belopolsky, meador.inge, eryksun, ztane, mleroy003
2017-11-18 02:59:28Charles Machalowsetmessageid: <1510973968.32.0.213398074469.issue29753@psf.upfronthosting.co.za>
2017-11-18 02:59:28Charles Machalowlinkissue29753 messages
2017-11-18 02:59:27Charles Machalowcreate