-
Tim Peters yazdı
pyport.h: typedef a new Py_intptr_t type. DELICATE ASSUMPTION: That HAVE_UINTPTR_T implies intptr_t is available as well as uintptr_t. If that turns out not to be true, things must get uglier (C99 wants both, so I think it's an assumption we're *likely* to get away with). thread_nt.h, PyThread_start_new_thread: MS _beginthread is documented as returning unsigned long; no idea why uintptr_t was being used. Others: Always use Py_[u]intptr_t, never [u]intptr_t directly.
79248aa1
Adı |
Son kayıt (commit)
|
Son güncelleme |
---|---|---|
.. | ||
example_nt | ||
os2vacpp | ||
WinMain.c | ||
_winreg.c | ||
config.c | ||
dl_nt.c | ||
dllbase_nt.txt | ||
frozen_dllmain.c | ||
getpathp.c | ||
import_nt.c | ||
msvcrtmodule.c | ||
py.ico | ||
pyc.ico | ||
pycon.ico | ||
pyconfig.h | ||
python.mk | ||
python_exe.rc | ||
python_nt.rc | ||
readme.txt | ||
testpy.py | ||
w9xpopen.c | ||
winsound.c |