[Patches] [Patch #101651] Gracefully detect usage of old extension module

noreply@sourceforge.net noreply@sourceforge.net
Mon, 25 Sep 2000 19:16:38 -0700


Patch #101651 has been updated. 

Project: 
Category: Windows
Status: Postponed
Summary: Gracefully detect usage of old extension module

Follow-Ups:

Date: 2000-Sep-25 12:49
By: loewis

Comment:
Also see commentary inside the patch.
-------------------------------------------------------

Date: 2000-Sep-25 16:46
By: tim_one

Comment:
Assigned to MarkH.  Mark, if you've got the bandwidth to think about this immediately, and like it, say so within the next couple of hours and I'll sneak it into 2.0b2.  Else Postpone it.
-------------------------------------------------------

Date: 2000-Sep-25 19:16
By: mhammond

Comment:
My theoretical objection to this is that it may be possible for a single process to have both Python 1.5 and Python 2.0 embedded - eg, a Web server.

The issue is "does the extension I just loaded reference Python15.dll", rather than simply "is python15.dll used by anyone in this process"

Like I said, mainly theoretical, but there is no reason I can think of why this would not work today for people, so we can only assume it is!

Marked as postponed.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101651&group_id=5470