cpython/Include
Jeremy Hylton 910d7d46dc Remove much dead code from ceval.c
The descr changes moved the dispatch for calling objects from
call_object() in ceval.c to PyObject_Call() in abstract.c.
call_object() and the many functions it used in ceval.c were no longer
used, but were not removed.

Rename meth_call() as PyCFunction_Call() so that it can be called by
the CALL_FUNCTION opcode in ceval.c.

Also, fix error message that referred to PyEval_EvalCodeEx() by its
old name eval_code2().  (I'll probably refer to it by its old name,
too.)
2001-08-12 21:52:24 +00:00
..
abstract.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
bitset.h
bufferobject.h
cellobject.h
ceval.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
classobject.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
cobject.h
codecs.h
compile.h Refactor future feature handling 2001-08-10 21:38:04 +00:00
complexobject.h
cStringIO.h
descrobject.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
dictobject.h Add PyDict_Merge(a, b, override): 2001-08-10 20:28:28 +00:00
errcode.h
eval.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
fileobject.h
floatobject.h
frameobject.h PyFrameObject: rename f_stackbottom to f_stacktop, since it points to 2001-06-23 05:26:56 +00:00
funcobject.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
graminit.h Merging the gen-branch into the main line, at Guido's direction. Yay! 2001-06-18 22:08:13 +00:00
grammar.h
import.h
intobject.h
intrcheck.h
iterobject.h
listobject.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
longintrepr.h
longobject.h Two new private longobject API functions, 2001-06-11 21:23:58 +00:00
marshal.h
metagrammar.h
methodobject.h Remove much dead code from ceval.c 2001-08-12 21:52:24 +00:00
modsupport.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
moduleobject.h
node.h
object.h Add new flags for PyType_Ready(): READY to explicitly indicate the 2001-08-10 17:37:02 +00:00
objimpl.h Removed duplicate definnitions of PyObject_AS_GC and PyObject_FROM_GC (occurred only if GC was off). 2001-08-03 13:03:24 +00:00
opcode.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
osdefs.h
parsetok.h Ugly. A pile of new xxxFlags() functions, to communicate to the parser 2001-07-16 05:37:24 +00:00
patchlevel.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
pgenheaders.h Repair more now-obsolete references to config.h. 2001-07-26 21:34:59 +00:00
py_curses.h
pydebug.h Fix typo in comment. 2001-07-23 16:50:15 +00:00
pyerrors.h Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and 2001-07-31 18:05:33 +00:00
pyfpe.h
pygetopt.h
pymactoolbox.h Split macglue.c into two: a new mactoolboxglue.c (in ./Python) 2001-08-08 13:17:31 +00:00
pymem.h Repair more now-obsolete references to config.h. 2001-07-26 21:34:59 +00:00
pyport.h Remove 6-year old hack to worm around a bug in "NextSpec/Sparc 3.3 2001-08-08 18:24:45 +00:00
pystate.h Add a low-level API to access interpreters, for David Beazley. 2001-07-19 12:19:27 +00:00
Python.h Merge of descr-branch back into trunk. 2001-08-02 04:15:00 +00:00
pythonrun.h Refactor future feature handling 2001-08-10 21:38:04 +00:00
pythread.h
rangeobject.h Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed 2001-07-09 12:30:54 +00:00
sliceobject.h
stringobject.h SF bug 433228: repr(list) woes when len(list) big. 2001-06-16 05:11:17 +00:00
structmember.h
symtable.h Remove st_nested_scopes from struct symtable, 2001-08-11 21:51:24 +00:00
sysmodule.h
token.h Implement PEP 238 in its (almost) full glory. 2001-08-08 05:00:18 +00:00
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h SF patch #438013 Remove 2-byte Py_UCS2 assumptions 2001-08-09 22:21:55 +00:00