0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Include
Jeremy Hylton 938ace69a0 staticforward bites the dust.
The staticforward define was needed to support certain broken C
compilers (notably SCO ODT 3.0, perhaps early AIX as well) botched the
static keyword when it was used with a forward declaration of a static
initialized structure.  Standard C allows the forward declaration with
static, and we've decided to stop catering to broken C compilers.  (In
fact, we expect that the compilers are all fixed eight years later.)

I'm leaving staticforward and statichere defined in object.h as
static.  This is only for backwards compatibility with C extensions
that might still use it.

XXX I haven't updated the documentation.
2002-07-17 16:30:39 +00:00
..
abstract.h Patch #552433: Special-case tuples. Avoid sub-type checking for lists. 2002-05-08 08:44:21 +00:00
bitset.h
boolobject.h Patch #551008: DL_IMPORT PyBool_FromLong. 2002-05-02 20:23:27 +00:00
bufferobject.h
cellobject.h
ceval.h
classobject.h
cobject.h
codecs.h
compile.h Removed more hair in support of future-generator stmts. 2002-04-12 01:20:10 +00:00
complexobject.h
cStringIO.h Removed old Digital Creations copyright/license notices (with 2002-04-04 17:52:50 +00:00
descrobject.h Patch #536908: Add missing #include guards/extern "C". 2002-03-30 08:57:12 +00:00
dictobject.h Get rid of USE_CACHE_ALIGNED. It has no function anymore. 2002-04-11 20:41:18 +00:00
enumobject.h - New builtin function enumerate(x), from PEP 279. Example: 2002-04-26 19:40:56 +00:00
errcode.h
eval.h
fileobject.h Add missing \ to macro definition only used when universal newlines 2002-05-24 15:24:38 +00:00
floatobject.h
frameobject.h SF patch # 580411, move frame macros from frameobject.h into ceval.c 2002-07-14 00:27:26 +00:00
funcobject.h
graminit.h Disambiguate the grammar for backtick. 2002-05-24 15:47:06 +00:00
grammar.h
import.h
intobject.h Add the 'bool' type and its values 'False' and 'True', as described in 2002-04-03 22:41:51 +00:00
intrcheck.h
iterobject.h Patch #536908: Add missing #include guards/extern "C". 2002-03-30 08:57:12 +00:00
listobject.h
longintrepr.h For clarity, change _longobject to build directly from PyObject_VAR_HEAD 2002-03-02 04:33:09 +00:00
longobject.h HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 2002-07-12 05:01:20 +00:00
marshal.h
metagrammar.h
methodobject.h Introduce two new flag bits that can be set in a PyMethodDef method 2002-03-28 05:33:33 +00:00
modsupport.h
moduleobject.h
node.h
object.h staticforward bites the dust. 2002-07-17 16:30:39 +00:00
objimpl.h Removed WITH_CYCLE_GC #ifdef-ery. Holes: 2002-07-07 03:59:34 +00:00
opcode.h The opcode FOR_LOOP no longer exists. 2002-06-13 17:59:51 +00:00
osdefs.h
parsetok.h Fix SF Bug 564931: compile() traceback must include filename. 2002-07-09 09:23:27 +00:00
patchlevel.h
pgenheaders.h Moving pymalloc along. 2002-04-22 02:33:27 +00:00
py_curses.h
pydebug.h The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added 2002-07-09 02:57:01 +00:00
pyerrors.h As discussed on python-dev, add a mechanism to indicate features 2002-05-29 15:54:55 +00:00
pyfpe.h
pygetopt.h
pymactoolbox.h
pymem.h Moving pymalloc along. 2002-04-28 04:11:46 +00:00
pyport.h Stop trying to cater to platforms with a broken HUGE_VAL definition. It 2002-07-03 03:31:20 +00:00
pystate.h
Python.h HAVE_LIMITS_H -- raise #error if not defined; limits.h is std C 2002-07-12 05:01:20 +00:00
pythonrun.h Fix SF Bug 564931: compile() traceback must include filename. 2002-07-09 09:23:27 +00:00
pythread.h
rangeobject.h
sliceobject.h This is my nearly two year old patch 2002-06-11 10:55:12 +00:00
stringobject.h - A new type object, 'string', is added. This is a common base type 2002-05-24 19:01:59 +00:00
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h [Bug #528914] PyTraceBack_Store/Fetch were deleted in 1997, but their 2002-03-19 16:02:35 +00:00
tupleobject.h
ucnhash.h
unicodeobject.h Fix for bug [ 561796 ] string.find causes lazy error 2002-05-29 11:33:13 +00:00
weakrefobject.h