]> granicus.if.org Git - python/commit
Address the following problem on DOS and Win 3.1, reported by Jim
authorGuido van Rossum <guido@python.org>
Fri, 16 May 1997 16:21:38 +0000 (16:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 May 1997 16:21:38 +0000 (16:21 +0000)
commit1a747f894a37e43c9e7422120d190b2779188dbd
treedd576ba241961196520938f85ee7572faa7f1744
parent29168ce1ed5e5fbc11343fc6d8472679281c2396
Address the following problem on DOS and Win 3.1, reported by Jim
Ahlstrom:

Arraymodule.c has static functions H_getitem and h_getitem, and a
few others which differ only in case.  These are a problem on
Windows 3.1, since a case-sensitive link causes Winsock to fail
(hey, it's not my fault).  Please convert H_etc to HH_etc etc.
Modules/arraymodule.c