[issue8328] longobject.c: silence warnings (Visual Studio)

2010-04-07 Thread Stefan Krah
Stefan Krah added the comment: Committed in trunk (r79885), py3k (r79886) and release31-maint (r79891). Thanks for the review! -- stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue8328] longobject.c: silence warnings (Visual Studio)

2010-04-06 Thread Mark Dickinson
Mark Dickinson added the comment: These all look fine to me. Please apply! -- assignee: -> skrah resolution: -> accepted ___ Python tracker ___ ___

[issue8328] longobject.c: silence warnings (Visual Studio)

2010-04-06 Thread Stefan Krah
Changes by Stefan Krah : Added file: http://bugs.python.org/file16787/longobject_vs_warnings_trunk.patch ___ Python tracker ___ ___ Python-bugs

[issue8328] longobject.c: silence warnings (Visual Studio)

2010-04-06 Thread Stefan Krah
New submission from Stefan Krah : Mark, are you ok with silencing these conversion warnings? -- components: Build files: longobject_vs_warnings_py3k.patch keywords: patch messages: 102482 nosy: mark.dickinson, skrah severity: normal status: open title: longobject.c: silence warnings (Vis