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 r.david.murray
Recipients BreamoreBoy, gpolo, gps, meador.inge, pitrou, r.david.murray
Date 2010-12-17.17:24:29
SpamBayes Score 2.9510308e-09
Marked as misclassified No
Message-id <1292606671.59.0.916897427511.issue4188@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that the patch fixes the recursion problem if threading._VERBOSE is set to true, but the test Antoine mentioned hangs when the test suite is run.

_VERBOSE is an internal, undocumented facility, so perhaps the priority on this isn't really "high".

On the other hand, Antoine's patch takes things from non-functional to at least partially functional, so perhaps it is worth applying as is, pending someone figuring out where the test hang is coming from.

I looked in to this briefly, but I have no clue how to trigger this in a unit test, since it seems to happen when regrtest imports logging which imports threading, and appears to my threading-ignorant eyes to be tied to conditions that only exist at initial module import.
History
Date User Action Args
2010-12-17 17:24:31r.david.murraysetrecipients: + r.david.murray, pitrou, gps, gpolo, meador.inge, BreamoreBoy
2010-12-17 17:24:31r.david.murraysetmessageid: <1292606671.59.0.916897427511.issue4188@psf.upfronthosting.co.za>
2010-12-17 17:24:29r.david.murraylinkissue4188 messages
2010-12-17 17:24:29r.david.murraycreate