0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Include
Guido van Rossum f0958064f9 Remove redundant references to thread stuff -- long, long ago, there
was some locking code in this file that needed it...
1997-03-14 04:25:22 +00:00
..
abstract.h A few comment alignment and clarifications. 1997-03-04 18:31:47 +00:00
accessobject.h
allobjects.h Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:53:12 +00:00
assert.h
bitset.h
bltinmodule.h
ceval.h
cgensupport.h
classobject.h Remove redundant references to thread stuff -- long, long ago, there 1997-03-14 04:25:22 +00:00
cobject.h Added PyCObject_Import. 1997-01-22 20:48:48 +00:00
compile.h Add co_firstlineno and co_lnotab, for the line number table generated 1997-01-24 03:41:09 +00:00
complexobject.h
config.h
cStringIO.h
dictobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h New lay-out of frame object, for fewer mallocs. 1997-01-20 04:16:40 +00:00
funcobject.h
graminit.h
grammar.h
import.h
intobject.h
intrcheck.h
listobject.h
longintrepr.h
longobject.h
Makefile
mappingobject.h
marshal.h
metagrammar.h
methodobject.h
modsupport.h Added PyArg_ParseTupleAndKeywords() prototype. 1997-02-14 16:36:35 +00:00
moduleobject.h
mymalloc.h
mymath.h
myproto.h
myselect.h
mytime.h
node.h
object.h
objimpl.h
opcode.h
osdefs.h djgpp support. 1997-02-14 16:36:08 +00:00
parsetok.h
patchlevel.h Bump version to 1.5a1. 1997-01-22 03:46:13 +00:00
pgenheaders.h
pydebug.h Add global Py_OptimizeFlag. 1997-03-03 19:13:54 +00:00
pyerrors.h Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:53:12 +00:00
pyfpe.h Change PyFPE_END_PROTECT to PyFPE_END_PROTECT(v). v should be the 1997-03-14 04:23:42 +00:00
Python.h
pythonrun.h Added decl for Py_FdIsInteractive. 1997-02-14 19:51:34 +00:00
pythread.h Add Macros defining new names for all external symbols. 1997-03-14 04:24:08 +00:00
rangeobject.h
rename1.h
rename2.h Changes for Lee Busby's SIGFPE patch set. 1997-02-14 22:53:12 +00:00
sliceobject.h
stringobject.h
structmember.h
sysmodule.h
thread.h Add Macros defining new names for all external symbols. 1997-03-14 04:24:08 +00:00
token.h
traceback.h
tupleobject.h