[issue22579] Posix module init function name should not be compiler-dependent

STINNER Victor report at bugs.python.org
Fri Oct 10 00:14:23 CEST 2014


STINNER Victor added the comment:

Ok, I pushed the change:
---
changeset:   92900:c7adad17f663
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Oct 10 00:09:47 2014 +0200
files:       Modules/posixmodule.c

Closes #22579: Fix posixmodule.c to support any C compiler on Windows
---

Oh, I forgot to mention that Jeffrey Armstrong wrote it, sorry :-(

I created the issue #22592 "Drop support of Borland C compiler". See also the issue #22591 for MS-DOS.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22579>
_______________________________________


More information about the Python-bugs-list mailing list