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 doko
Recipients doko, loewis, theller
Date 2009-03-28.21:48:45
SpamBayes Score 0.0048341816
Marked as misclassified No
Message-id <1238276927.83.0.00720963083399.issue3102@psf.upfronthosting.co.za>
In-reply-to
Content
These are the symbols on the trunk (20090328). There are *very* general
names as well. How should this be resolved? Introduce macros for the old
names, or just rename these?

module_methods probably could be static.

  AllocFunctionCallback
  ArrayType_Type
  Array_Type
  CData_AtAddress
  CData_FromBaseObj
  CData_Type
  CData_get
  CData_set
  CField_FromDesc
  CField_Type
  CFuncPtrType_Type
  CFuncPtr_Type
  CThunk_Type
  CreateArrayType
  Extend_Error_Info
  FreeClosure
  GetType
  IsSimpleSubType
  MallocClosure
  PointerType_Type
  Pointer_Type
  _pagesize
  _pointer_type_cache
  alloc_format_string
  conversion_mode_encoding
  conversion_mode_errors
  get_error_object
  getentry
  init_callbacks_in_module
  module_methods
  new_CArgObject

Note there's a patch to get rid of FreeClosure:
http://cvs.fedoraproject.org/viewvc/devel/python/python-2.6-ctypes-noexecmem.patch?view=markup
History
Date User Action Args
2009-03-28 21:48:48dokosetrecipients: + doko, loewis, theller
2009-03-28 21:48:47dokosetmessageid: <1238276927.83.0.00720963083399.issue3102@psf.upfronthosting.co.za>
2009-03-28 21:48:46dokolinkissue3102 messages
2009-03-28 21:48:45dokocreate