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 skip.montanaro
Recipients
Date 2002-07-31.15:54:29
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

Here's a cut at the mods to Modules/*.c and Include/*.h that Mark 
requested.  Potential issues:

* cPickle.c and cStringIO.c had some #ifndef DL_* stuff.  That probably 
needs to be checked.

* There's a DL_EXPORT in Modules/python.c.  The straightforward 
replacement didn't work, so I left it alone.  (It clearly doesn't fall into 
Mark's description of "mindless editing".  I tried to keep my mind turned 
off during this exercise. ;-)

Skip
History
Date User Action Args
2007-08-23 15:13:34adminlinkissue566100 messages
2007-08-23 15:13:34admincreate