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, christian.heimes, loewis
Date 2008-11-21.10:57:31
SpamBayes Score 3.973069e-06
Marked as misclassified No
Message-id <1227265054.73.0.783313089939.issue4373@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that on Windows (and cygwin) you cannot unlink a .pyd
that is currently loaded in memory.

I tried to use ctypes and call FreeLibrary. Now the .pyd can be removed,
but the interpreter crashes when it comes to free the module on shutdown.
I'm afraid that until python has a real support for dlclose() on dynamic
loaded module, the best is to skip this test during the refleak hunt.
History
Date User Action Args
2008-11-21 10:57:34amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, christian.heimes
2008-11-21 10:57:34amaury.forgeotdarcsetmessageid: <1227265054.73.0.783313089939.issue4373@psf.upfronthosting.co.za>
2008-11-21 10:57:32amaury.forgeotdarclinkissue4373 messages
2008-11-21 10:57:32amaury.forgeotdarccreate