[Python-Dev] Modules of plat-* directories (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Mon Oct 17 23:27:09 CEST 2011


On Mon, 17 Oct 2011 02:04:38 +0200 Victor Stinner <victor.stinner at haypocalc.com> wrote:

Le lundi 17 octobre 2011 01:16:36, Victor Stinner a écrit : > For example, IN.INTMAX is 2147483647, whereas it should > be 9223372036854775807 on my 64-bit Linux.

Oops, wrong example: INTMAX is also 2147483647 on 64 bits. I mean IN.LONGMAX. IN.LONGMAX is always 9223372036854775807 on Linux, on 32 and 64 bits systems.

Given the issues you are mentioning, and given they were never reported in years before, it seems unlikely anybody is using these files.

+1 to remove them, as they don't seem documented either.

Regards

Antoine.



More information about the Python-Dev mailing list