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 akrpic77
Recipients akrpic77
Date 2010-01-15.13:14:17
SpamBayes Score 0.06062797
Marked as misclassified No
Message-id <1263561260.15.0.13041437234.issue7706@psf.upfronthosting.co.za>
In-reply-to
Content
Patch provides consistency with include guards already present in core.
This issue is somehow next step to #1495999 and #1492356.
These headers are missing from MSVC when targeting MS Windows CE .

HAVE_PROCESS_H already used in:
Modules/posixmodule.c, Python/thread_nt.h

HAVE_SYS_TYPES_H already used in:
Modules/io/_iomodule.c, Objects/fileobject.c, ...

HAVE_SIGNAL_H already in:
Modules/posixmodule.c

HAVE_ERRNO_H already in:
Include/Python.h, Python/ceval.c, ...
DONT_HAVE_ERRNO_H is not used anywhere

HAVE_FCNTL_H already in:
Modules/posixmodule.c, Modules/socketmodule.c
History
Date User Action Args
2010-01-15 13:14:20akrpic77setrecipients: + akrpic77
2010-01-15 13:14:20akrpic77setmessageid: <1263561260.15.0.13041437234.issue7706@psf.upfronthosting.co.za>
2010-01-15 13:14:18akrpic77linkissue7706 messages
2010-01-15 13:14:18akrpic77create