mirror of
https://github.com/python/cpython.git
synced 2024-11-24 17:47:13 +01:00
b376a4ad18
* posixmodule.c: don't prototype getcwd() -- it's not portable... * mappingobject.c: double-check validity of last_name_char in dict{lookup,insert,remove}. * arraymodule.c: need memmove only for non-STDC Suns. * Makefile: comment out HTML_LIBS and XT_USE by default * pythonmain.c: don't prototype getopt() -- it's not standardized * socketmodule.c: cast flags arg to {get,set}sockopt() and addrbuf arg to recvfrom() to (ANY*). * pythonrun.c (initsigs): fix prototype, make it static * intobject.c (LONG_BIT): only #define it if not already defined * classobject.[ch]: remove all references to unused instance_convert() * mappingobject.c (getmappingsize): Don't return NULL in int function. |
||
---|---|---|
.. | ||
accessobject.h | ||
allobjects.h | ||
assert.h | ||
bitset.h | ||
bltinmodule.h | ||
ceval.h | ||
cgensupport.h | ||
classobject.h | ||
compile.h | ||
dictobject.h | ||
errcode.h | ||
errors.h | ||
eval.h | ||
fileobject.h | ||
floatobject.h | ||
frameobject.h | ||
funcobject.h | ||
graminit.h | ||
grammar.h | ||
import.h | ||
intobject.h | ||
intrcheck.h | ||
listobject.h | ||
longintrepr.h | ||
longobject.h | ||
mappingobject.h | ||
marshal.h | ||
metagrammar.h | ||
methodobject.h | ||
modsupport.h | ||
moduleobject.h | ||
mymalloc.h | ||
myselect.h | ||
node.h | ||
object.h | ||
objimpl.h | ||
opcode.h | ||
osdefs.h | ||
parsetok.h | ||
pgenheaders.h | ||
pyerrors.h | ||
pythonrun.h | ||
pythread.h | ||
rangeobject.h | ||
rename1.h | ||
stringobject.h | ||
structmember.h | ||
sysmodule.h | ||
thread.h | ||
token.h | ||
traceback.h | ||
tupleobject.h |