[Python-checkins] r45925 - in python/trunk: Lib/tempfile.py Lib/test/test_os.py Misc/NEWS Modules/posixmodule.c
"Martin v. Löwis"
martin at v.loewis.de
Wed May 10 21:26:46 CEST 2006
M.-A. Lemburg wrote:
>> I don't know how this table was generated (although I doubt it was
>> generated that way);
>
> At the top of the file it says:
>
> /* doserrmap.h: auto-generated from winerror.h and errno.h using undoc'd
> _dosmaperr. */
>
> That's good enough for me.
Ah, I see.
> I tried to find a DLL that has the _dosmaperr API on my
> Windows XP box and couldn't find it. It's probably inlined
> in the C lib, so doesn't appear as symbol.
>
> There is such a function in the source code of the VC7 CRT
> (in a file called dosmap.c).
It's not inlined - it just isn't exported.
Regards,
Martin
More information about the Python-checkins
mailing list