New submission from William D. Colburn:
This seems to be just like issue6010, which is closed as "not as bug" which is
simple irresponsible on the part of Python.
The problem is that I can store data into sqlite3 which cannot be retrieved.
The data I encountered was a string with
William D. Colburn added the comment:
I'm ranting against an improper bug closure and bad behavior from the
python sqlite3. Treating invalid data as sometimes valid and sometime
as invalid is a problem. Problems with a Python module are not
anuser-error, they are an implementation
William D. Colburn added the comment:
What it should do is be consistent (predictable) in it's handling of
input and output. If it accepts unicode and outputs unicode, then it
should accept unicode and output unicode, not accept garbage and then
barf. Valid data should be consistantly
New submission from William D Colburn:
Linking cython against the static libpython in a python install compiled with
shared libraries causes a glibc error that a double free or corruption was
found while importing site. I don't think it is cython's fault.
Happens on RHEL
William D Colburn added the comment:
I don't see the shell script attached anywhere.
I'll just paste it here!
-cut here-
PYDEST=`pwd`
wget https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tgz
wget http://cython.org/release/Cython-0.23.4.tar.gz
rm -rf Python-2.7.10 Cyt
William D Colburn added the comment:
I tried the test with Python 2.7.11, and it still crashes.
--
Added file: http://bugs.python.org/file41454/debug.sh
___
Python tracker
<http://bugs.python.org/issue25
William D Colburn added the comment:
wcolburn@anotheruvula$ strace doublefree 2>&1
| grep site.py
open("/home/anotheruvula/python/debug/pybug/lib/python2.7/site.py", O_RDONLY) =
3
open("/home/anotheruvula/python/debug/pybug/lib/python2.7/site.pyc", O_RDON