0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Modules
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
..
expat
_codecsmodule.c
_curses_panel.c
_cursesmodule.c
_hotshot.c
_localemodule.c
_sre.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
_ssl.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
_testcapimodule.c
_tkinter.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
_weakref.c
.cvsignore
addrinfo.h
almodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
ar_beos
arraymodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
audioop.c
binascii.c
bsddbmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
ccpython.cc
cdmodule.c
cgen.py
cgensupport.c
cgensupport.h
clmodule.c
cmathmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
config.c.in
cPickle.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
cryptmodule.c
cStringIO.c
cstubs
dbmmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
dlmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
errnomodule.c
fcntlmodule.c
flmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
fmmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
fpectlmodule.c
fpetestmodule.c
gcmodule.c
gdbmmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
glmodule.c
grpmodule.c
imageop.c
imgfile.c
ld_so_aix
ld_so_beos
license.terms
linuxaudiodev.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
main.c
makesetup
makexp_aix
mathmodule.c
md5.h
md5c.c
md5module.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
mmapmodule.c
mpzmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
nismodule.c
operator.c
parsermodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
pcre-int.h
pcre.h
pcremodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
posixmodule.c
puremodule.c
pwdmodule.c
pyexpat.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
pypcre.c
python.c
readline.c
regexmodule.c
regexpr.c
regexpr.h
resource.c
rgbimgmodule.c
rotormodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
selectmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
Setup.config.in
Setup.dist
sgimodule.c
shamodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
signalmodule.c
socketmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
socketmodule.h
sre_constants.h
sre.h
stropmodule.c
structmodule.c
sunaudiodev.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
svmodule.c
symtablemodule.c
syslogmodule.c
tclNotify.c
termios.c
testcapi_long.h
threadmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
timemodule.c
timing.h
timingmodule.c
tkappinit.c
unicodedata_db.h
unicodedata.c
unicodename_db.h
xreadlinesmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
xxmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
xxsubtype.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00
yuv.h
yuvconvert.c
zlibmodule.c staticforward bites the dust. 2002-07-17 16:30:39 +00:00