This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Karemir, christian.heimes, gvanrossum
Date 2007-11-21.08:19:54
SpamBayes Score 0.07896424
Marked as misclassified No
Message-id <1195633195.36.0.77199461737.issue1306@psf.upfronthosting.co.za>
In-reply-to
Content
I've added some debugging code to _Py_ForgetReference and now I'm
getting this:

$ ./reinit_test
round 1
[23832 refs]
round 2
[24558 refs]
round 3
* ob
object  : <refcnt 0 at 0x821d728>
type    : str
refcount: 0
address : 0x821d728
* op->_ob_prev->_ob_next
object  : <refcnt 0 at 0x821d728>
type    : str
refcount: 0
address : 0x821d728
* op->_ob_next->_ob_prev
object  : buffer(b'')
type    : buffer
refcount: 1
address : 0x826c8c8
* refchain
object  : <refcnt 0 at 0x81a1500>
type    : NULL
refcount: 0
address : 0x81a1500
Fatal Python error: UNREF invalid object
Aborted
Files
File name Uploaded
py3k_reinit2.patch christian.heimes, 2007-11-21.08:19:54
History
Date User Action Args
2007-11-21 08:19:55christian.heimessetspambayes_score: 0.0789642 -> 0.07896424
recipients: + christian.heimes, gvanrossum, Karemir
2007-11-21 08:19:55christian.heimessetspambayes_score: 0.0789642 -> 0.0789642
messageid: <1195633195.36.0.77199461737.issue1306@psf.upfronthosting.co.za>
2007-11-21 08:19:55christian.heimeslinkissue1306 messages
2007-11-21 08:19:54christian.heimescreate