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 mhammond
Recipients amaury.forgeotdarc, loewis, mhammond, wrohdewald
Date 2011-04-02.06:52:30
SpamBayes Score 6.812521e-06
Marked as misclassified No
Message-id <1301727151.28.0.539224220325.issue11717@psf.upfronthosting.co.za>
In-reply-to
Content
As Tim Roberts says on the python-win32 list:

> Actually, on closer examination, it may be a bit difficult to sell this.  The Microsoft compilers do not define this symbol at all.  The SDK defines SSIZE_T (as a long).  Nothing defines ssize_t. 

http://code.activestate.com/lists/python-win32/11231/ for the full post.

So yeah, the conclusion is that we shouldn't define such symbols incase someone else does too.  So conceptually I'm +1 on that patch (I'm yet to try it and probably will not get a chance for a week or 2)
History
Date User Action Args
2011-04-02 06:52:31mhammondsetrecipients: + mhammond, loewis, amaury.forgeotdarc, wrohdewald
2011-04-02 06:52:31mhammondsetmessageid: <1301727151.28.0.539224220325.issue11717@psf.upfronthosting.co.za>
2011-04-02 06:52:30mhammondlinkissue11717 messages
2011-04-02 06:52:30mhammondcreate