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 pitrou
Recipients loewis, pitrou
Date 2010-09-06.12:55:40
SpamBayes Score 5.349076e-06
Marked as misclassified No
Message-id <1283777742.83.0.840213462008.issue9784@psf.upfronthosting.co.za>
In-reply-to
Content
I'm posting this in case it is a sign of a problem. Apparently some variable named "hf" is an INT_PTR used as an int (according to Visual Studio), but "hf" doesn't seem to be defined or declared in _msi.c at all.

12>..\PC\_msi.c(66) : warning C4244: 'function' : conversion from 'INT_PTR' to 'int', possible loss of data
12>..\PC\_msi.c(74) : warning C4244: 'function' : conversion from 'INT_PTR' to 'int', possible loss of data
12>..\PC\_msi.c(82) : warning C4244: 'function' : conversion from 'INT_PTR' to 'int', possible loss of data
12>..\PC\_msi.c(90) : warning C4244: 'function' : conversion from 'INT_PTR' to 'int', possible loss of data
History
Date User Action Args
2010-09-06 12:55:42pitrousetrecipients: + pitrou, loewis
2010-09-06 12:55:42pitrousetmessageid: <1283777742.83.0.840213462008.issue9784@psf.upfronthosting.co.za>
2010-09-06 12:55:41pitroulinkissue9784 messages
2010-09-06 12:55:40pitroucreate