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 tim.peters
Recipients
Date 2006-08-04.21:10:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Sorry, but it still doesn't really matter what any version
of the C standard says here:  the /conceptual/ extension of
the PyObject struct by all Python object structs is the
source of the problem, and is ubiquitous both within the
core and throughout countless 3rd-party extension modules. 
This isn't realistically fixable before Python 3000.  In the
meantime, use of the platform equivalent to gcc's
-fno-strict-aliasing option is necessary.
History
Date User Action Args
2007-08-23 14:37:59adminlinkissue1433886 messages
2007-08-23 14:37:59admincreate