[issue1488906] endless loop in PyCFunction_Fini()

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Marked as fixed downstream, so closing. -- resolution: -> out of date status: pending -> closed ___ Python tracker ___ ___

[issue1488906] endless loop in PyCFunction_Fini()

2009-03-20 Thread Daniel Diniz
Daniel Diniz added the comment: Linked bug is closed as 'fixed by update': they were not able to reproduce this on 2.5. I'll close this unless someone opposes. -- nosy: +ajaksu2 priority: normal -> low status: open -> pending type: -> behavior versions: +Python 2.6 -Python 2.4 ___