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 loewis, theller
Date 2008-06-13.07:54:52
SpamBayes Score 0.0424813
Marked as misclassified No
Message-id <1213343694.16.0.290726791228.issue3102@psf.upfronthosting.co.za>
In-reply-to
Content
ctypes defines a number of global symbols which aren't
namespace-prefixed, such as AllocFunctionCallback, FreeClosure, GetType,
IsSimpleSubType, MallocClosure, _AddTraceback, _CallProc,
alloc_format_string, conversion_mode_encoding, conversion_mode_errors,
get_error_object, getentry, module_methods (there are more, but the
other ones can be understood as being unambiguously prefixed, such as
with CData, CField, StgDict).

It would be good if these symbols either are changed to static, or get a
proper Py/_Py prefix.
History
Date User Action Args
2008-06-13 07:54:54loewissetspambayes_score: 0.0424813 -> 0.0424813
recipients: + loewis, theller
2008-06-13 07:54:54loewissetspambayes_score: 0.0424813 -> 0.0424813
messageid: <1213343694.16.0.290726791228.issue3102@psf.upfronthosting.co.za>
2008-06-13 07:54:53loewislinkissue3102 messages
2008-06-13 07:54:52loewiscreate