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 rb
Recipients amaury.forgeotdarc, doko, jankratochvil, mgorven, movement, rb, schmir, terry.reedy, thijs, yonas
Date 2010-08-05.02:18:00
SpamBayes Score 0.00011759798
Marked as misclassified No
Message-id <1280974683.27.0.499652585008.issue4434@psf.upfronthosting.co.za>
In-reply-to
Content
Original reporter here.

lib-dynload is part of Python's dynamic loading mechanism. Perhaps somewhere like Python/dynload_dl.c is the relevant code?

Lib seemed like the right place to put the bug at the time, since it was the stdlib module files that were missing dependency declarations. Although perhaps Extension Modules would have been better?

In any case, I've just tried to reproduce the bug with 2.7 (on Debian Squeeze pulling version 2.7-2 of python2.7 and python2.7-dev from experimental), and failed (both 32- and 64-bit).

So it seems that this bug has been fixed at some point since 2.5.
History
Date User Action Args
2010-08-05 02:18:03rbsetrecipients: + rb, terry.reedy, doko, amaury.forgeotdarc, movement, schmir, thijs, yonas, mgorven, jankratochvil
2010-08-05 02:18:03rbsetmessageid: <1280974683.27.0.499652585008.issue4434@psf.upfronthosting.co.za>
2010-08-05 02:18:01rblinkissue4434 messages
2010-08-05 02:18:00rbcreate