[New-bugs-announce] [issue28270] [MinGW] Can't compile Modules/posixmodule.c by MinGW - several macro are missed

Vitaly Murashev report at bugs.python.org
Sun Sep 25 07:50:21 EDT 2016


New submission from Vitaly Murashev:

'posixmodule.c' is written pretty well, but some important MinGW realated macro are missed.
And as a result an attempt to complile Modules/posixmodule.c by MinGW fails.

So suggested patch (for 3.5.2 and 2.7.12)
just turns on missed MinGW related macro

----------
components: Build
files: posixmodule.c.3.5.mingw.patch
keywords: patch
messages: 277367
nosy: vmurashev
priority: normal
severity: normal
status: open
title: [MinGW] Can't compile Modules/posixmodule.c by MinGW - several macro are missed
type: compile error
Added file: http://bugs.python.org/file44811/posixmodule.c.3.5.mingw.patch

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


More information about the New-bugs-announce mailing list