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 jabt
Recipients
Date 2007-01-31.16:20:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On HP-UX 11.23 with the native compiler (cc: HP C/aC++ B3910B A.06.12 [Aug 17 2006]), I get dozens of these warnings:

/soft/python/python-2.5/Python-2.5/Modules/_ctypes/_ctypes.c", line 2885: warning #4232-D: conversion from "PyObject *" to a more strictly aligned type "CDataObject *" may cause misaligned access
  		ob = (CDataObject *)GenericCData_new(type, args, kwds);

It does not seem to be very serious.
History
Date User Action Args
2008-01-20 09:59:12adminlinkissue1649011 messages
2008-01-20 09:59:12admincreate