[Python-Dev] Hard-to-find problem with set().test_c_api() (original) (raw)
Guido van Rossum guido at python.org
Thu May 10 19:20:53 CEST 2007
- Previous message: [Python-Dev] Hard-to-find problem with set().test_c_api()
- Next message: [Python-Dev] Strange behaviour with PyEval_EvalCode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Never mind, I found it via bisection of the offending function, and fixed it: Committed revision 55227.
--Guido
On 5/10/07, Guido van Rossum <guido at python.org> wrote:
Could anyone help me debug the following? This is in a debug build of the trunk. I've been banging my head against the wrong wall for too long to "see" the issue here... :-(
$ ./python -S -c "set('abc').testcapi()" [6872 refs] Fatal Python error: ../Objects/stringobject.c:4971 object at 0xb7f66ca0 has negative ref count -606348326 Aborted
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Hard-to-find problem with set().test_c_api()
- Next message: [Python-Dev] Strange behaviour with PyEval_EvalCode
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]