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 Carlo_Bramini
Recipients Carlo_Bramini, loewis, rpetrov
Date 2010-11-29.01:02:21
SpamBayes Score 3.3220905e-07
Marked as misclassified No
Message-id <1290992546.34.0.801701471114.issue10560@psf.upfronthosting.co.za>
In-reply-to
Content
I modified the patch by using Py_LL() as suggested in a previous comment.

I just would like to say that these fixes are not required to compiling under MSVC5: I was able to compile all the sources as they were, even without changes and this is a great thing.
I have just noticed, from some strange warning messages, that few things required to be fixed, now reduced to correct __STDC__ syntax to some functions (declaring in that manner is wrong anyways, since it's C89) and fix a constant with the right modifier.
History
Date User Action Args
2010-11-29 01:02:27Carlo_Braminisetrecipients: + Carlo_Bramini, loewis, rpetrov
2010-11-29 01:02:26Carlo_Braminisetmessageid: <1290992546.34.0.801701471114.issue10560@psf.upfronthosting.co.za>
2010-11-29 01:02:22Carlo_Braminilinkissue10560 messages
2010-11-29 01:02:21Carlo_Braminicreate