cpython/Include
Skip Montanaro d581d7792b replace thread state objects' ticker and checkinterval fields with two
globals, _Py_Ticker and _Py_CheckInterval.  This also implements Jeremy's
shortcut in Py_AddPendingCall that zeroes out _Py_Ticker.  This allows the
test in the main loop to only test a single value.

The gory details are at

    http://python.org/sf/602191
2002-09-03 20:10:45 +00:00
..
Python.h
abstract.h
bitset.h
boolobject.h
bufferobject.h
cStringIO.h Remove function definition from cStringIO.h. 2002-08-05 18:20:01 +00:00
cellobject.h
ceval.h replace thread state objects' ticker and checkinterval fields with two 2002-09-03 20:10:45 +00:00
classobject.h
cobject.h
codecs.h
compile.h
complexobject.h
descrobject.h Make PyDescr_IsData() a macro. It's too simple to be a function. 2002-08-19 18:45:37 +00:00
dictobject.h
enumobject.h
errcode.h
eval.h
fileobject.h
floatobject.h
frameobject.h
funcobject.h
graminit.h
grammar.h
import.h
intobject.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
intrcheck.h
iterobject.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
listobject.h
longintrepr.h
longobject.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
marshal.h
metagrammar.h
methodobject.h
modsupport.h
moduleobject.h
node.h
object.h A modest speedup of object deallocation. call_finalizer() did rather 2002-08-08 20:55:20 +00:00
objimpl.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h
pgenheaders.h
py_curses.h
pydebug.h
pyerrors.h Removed bogus PyUnicodeTranslateError_GetEncoding, as 2002-09-02 16:41:55 +00:00
pyfpe.h Some patches to Lee Busby's fpectl mods that accidentally didn't make it 1997-10-20 23:50:01 +00:00
pygetopt.h
pymactoolbox.h
pymem.h
pyport.h
pystate.h replace thread state objects' ticker and checkinterval fields with two 2002-09-03 20:10:45 +00:00
pythonrun.h
pythread.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
rangeobject.h
sliceobject.h
stringobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h Excise DL_EXPORT from Include. 2002-08-12 07:21:58 +00:00
traceback.h
tupleobject.h
ucnhash.h
unicodeobject.h
weakrefobject.h