0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Include
Guido van Rossum 81daa32c15 Access checks now work, at least for instance data (not for methods
yet).  The class is now passed to eval_code and stored in the current
frame.  It is also stored in instance method objects.  An "unbound"
instance method is now returned when a function is retrieved through
"classname.funcname", which when called passes the class to eval_code.
1993-05-20 14:24:46 +00:00
..
accessobject.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
allobjects.h
assert.h
bitset.h
bltinmodule.h
ceval.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
cgensupport.h
classobject.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
compile.h
dictobject.h
errcode.h
errors.h
eval.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
fileobject.h
floatobject.h
frameobject.h Access checks now work, at least for instance data (not for methods 1993-05-20 14:24:46 +00:00
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
stringobject.h
structmember.h
sysmodule.h
thread.h
token.h
traceback.h
tupleobject.h