0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 23:47:29 +01:00
cpython/Include
Guido van Rossum ed18fdc9fc * accessobject.c (ownercheck): allow a base class access to protected
objects of its derived classes; allow anything that has an attribute
  named "__privileged__" access to anything.
* object.[ch]: added hasattr() -- test whether getattr() will succeed.
1993-07-11 19:55:34 +00:00
..
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 * Changed all copyright messages to include 1993. 1993-03-29 10:43:31 +00:00
mappingobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
mymalloc.h
myselect.h
node.h
object.h * accessobject.c (ownercheck): allow a base class access to protected 1993-07-11 19:55:34 +00:00
objimpl.h
opcode.h
osdefs.h
parsetok.h
pgenheaders.h
pyerrors.h
pythonrun.h
pythread.h
stringobject.h
structmember.h
sysmodule.h
thread.h
token.h
traceback.h
tupleobject.h