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 amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-08-28.12:05:13
SpamBayes Score 1.5139038e-05
Marked as misclassified No
Message-id <1219925131.75.0.219789096089.issue3667@psf.upfronthosting.co.za>
In-reply-to
Content
The fix is actually simple: _PyImport_FindExtension() used to return a
borrowed reference, the "strong" reference being stored in the
PyImport_GetModuleDict() dictionary. All paths should behave the same.

See attached patch.

(for unit tests, run for example
    regrtest.py -R:: test_site
)
History
Date User Action Args
2008-08-28 12:05:31amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2008-08-28 12:05:31amaury.forgeotdarcsetmessageid: <1219925131.75.0.219789096089.issue3667@psf.upfronthosting.co.za>
2008-08-28 12:05:14amaury.forgeotdarclinkissue3667 messages
2008-08-28 12:05:13amaury.forgeotdarccreate