audk/AppPkg/Applications/Python/Python-2.7.2/Objects
Daryl McDaniel de08c53b0f AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy.
Explicitly initialize variables before any potential use.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Jaben Carsey <Jaben.carsey@intel.com>
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>


git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15819 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-18 23:00:50 +00:00
..
stringlib AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
abstract.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
boolobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
bufferobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
bytearrayobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
bytes_methods.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
capsule.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
cellobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
classobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
cobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
codeobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
complexobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
descrobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
dictnotes.txt AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
dictobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
enumobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
exceptions.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
fileobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
floatobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
frameobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
funcobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
genobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
intobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
iterobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
listobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
listsort.txt AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
lnotab_notes.txt AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
longobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
memoryobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
methodobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
moduleobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
object.c AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. 2014-08-18 23:00:50 +00:00
obmalloc.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
rangeobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
setobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
sliceobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
stringobject.c AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. 2014-08-18 23:00:50 +00:00
structseq.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
tupleobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
typeobject.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
unicodectype.c AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
unicodeobject.c AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. 2014-08-18 23:00:50 +00:00
unicodetype_db.h AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. 2012-04-16 22:12:42 +00:00
weakrefobject.c AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. 2014-08-18 23:00:50 +00:00