Staging
v0.8.1
https://github.com/python/cpython
Revision 9bd9cd3fb996e580733d452d61aa59af01a84d93 authored by Ronald Oussoren on 22 August 2012, 12:40:35 UTC, committed by Ronald Oussoren on 22 August 2012, 12:40:35 UTC
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL
character at the end of the mbstowcs result.

(merge with 3.2)
2 parent s 6f69fb1 + eb61f8b
History
Tip revision: 9bd9cd3fb996e580733d452d61aa59af01a84d93 authored by Ronald Oussoren on 22 August 2012, 12:40:35 UTC
Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on Mac OS X.
Tip revision: 9bd9cd3
File Mode Size
Python.asdl -rw-r--r-- 4.5 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 10.9 KB
asdl_c.py -rwxr-xr-x 40.8 KB
bitset.c -rw-r--r-- 1.0 KB
firstsets.c -rw-r--r-- 2.8 KB
grammar.c -rw-r--r-- 6.7 KB
grammar1.c -rw-r--r-- 1.2 KB
listnode.c -rw-r--r-- 1.2 KB
metagrammar.c -rw-r--r-- 2.4 KB
myreadline.c -rw-r--r-- 5.8 KB
node.c -rw-r--r-- 4.4 KB
parser.c -rw-r--r-- 11.7 KB
parser.h -rw-r--r-- 1.0 KB
parsetok.c -rw-r--r-- 9.2 KB
parsetok_pgen.c -rw-r--r-- 35 bytes
pgen.c -rw-r--r-- 17.4 KB
pgenmain.c -rw-r--r-- 3.8 KB
printgrammar.c -rw-r--r-- 2.9 KB
spark.py -rw-r--r-- 26.5 KB
tokenizer.c -rw-r--r-- 48.3 KB
tokenizer.h -rw-r--r-- 3.3 KB
tokenizer_pgen.c -rw-r--r-- 36 bytes

back to top