Staging
v0.5.1
https://github.com/python/cpython
Revision 45545f79c94460dbfe18b22116f6294468dd09c9 authored by Antoine Pitrou on 12 January 2011, 20:46:37 UTC, committed by Antoine Pitrou on 12 January 2011, 20:46:37 UTC
one reference to a huge object even when an exception is raised.
1 parent b3d89a4
Raw File
Tip revision: 45545f79c94460dbfe18b22116f6294468dd09c9 authored by Antoine Pitrou on 12 January 2011, 20:46:37 UTC
Fix the expected memory use of utf-8 encoding. Also, release the
Tip revision: 45545f7
.hgignore
.gdb_history
.purify
.svn/
Makefile$
Makefile.pre$
TAGS$
autom4te.cache$
build/
buildno$
config.cache
config.log
config.status
config.status.lineno
db_home
platform$
pyconfig.h$
python$
python.exe$
reflog.txt$
tags$
Lib/plat-mac/errors.rsrc.df.rsrc
Doc/tools/sphinx/
Doc/tools/docutils/
Doc/tools/jinja/
Doc/tools/jinja2/
Doc/tools/pygments/
Misc/python.pc
Modules/Setup$
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix$
Parser/pgen$
Parser/pgen.stamp$
^core
^python-gdb.py
^pybuilddir.txt

syntax: glob
libpython*.a
*.o
*.pyc
*.pyo
*.pyd
*.cover
*.orig
*.rej
*~
Lib/lib2to3/*.pickle
Lib/test/data/*
PCbuild/*.exe
PCbuild/*.dll
PCbuild/*.pdb
PCbuild/*.lib
PCbuild/*.exp
PCbuild/*.o
PCbuild/*.ncb
PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
back to top