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 loewis
Recipients
Date 2005-08-07.21:49:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Doesn't this cause backwards compatibility problems with
extension modules which fail to declare their entry point
with PyMODINIT_FUNC? Such modules would stop working when
recompiled with the patch, right?

Also, shouldn't the -fvisibility argument only be used if
the __attribute__ syntax is supported?
History
Date User Action Args
2007-08-23 15:42:51adminlinkissue1192789 messages
2007-08-23 15:42:51admincreate