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 theller
Recipients ocean-city, theller
Date 2008-08-20.18:31:00
SpamBayes Score 0.0027108286
Marked as misclassified No
Message-id <1219257064.58.0.306046048566.issue3612@psf.upfronthosting.co.za>
In-reply-to
Content
I think this is too fancy.  I would prefer to spell the definitions out
like this:

  LPDWORD = PDWORD = POINTER(DWORD)
  LPCSTR = LPSTR = c_wchar_p

We could avoid the giant __all__ list when we 'import ctypes as _ctypes'
and write (for example):

  DWORD = _ctypes.c_ulong
History
Date User Action Args
2008-08-20 18:31:04thellersetrecipients: + theller, ocean-city
2008-08-20 18:31:04thellersetmessageid: <1219257064.58.0.306046048566.issue3612@psf.upfronthosting.co.za>
2008-08-20 18:31:00thellerlinkissue3612 messages
2008-08-20 18:31:00thellercreate