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 herron
Recipients
Date 2003-04-18.18:57:24
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=395736

I copied all the (8) sre files from  the 2.3 branch to the 
release22-maint branch and compiled and ran the test.  It 
worked flawlessly with the single exception that module init 
functions are declared as type 
  DL_EXPORT(void) -- in 2.2 
and as type 
  PyMODINIT_FUNC -- in 2.3 
 
If there are no considerations other than getting the tests to run 
successfully, then I'll declare success and produce a patch and 
submit it. OK? 
 
 
History
Date User Action Args
2007-08-23 15:22:12adminlinkissue720991 messages
2007-08-23 15:22:12admincreate