[issue25463] 2.7.10 glibc double free detected

2015-10-22 Thread William D Colburn
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 Cython-0.23.4

[issue25463] 2.7.10 glibc double free detected

2015-10-22 Thread William D Colburn
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 RHEL6.6. Linux

[issue16783] sqlite3 accepts strings it cannot (by default) return

2012-12-30 Thread William D. Colburn
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 valid

[issue16783] sqlite3 accepts strings it cannot (by default) return

2012-12-28 Thread William D. Colburn
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 error

[issue16783] sqlite3 accepts strings it cannot return

2012-12-25 Thread William D. Colburn
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 a \xa0