]> granicus.if.org Git - python/commit
Silence VS 2010 warning on loss of precision (_int64 -> _int32).
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 15 May 2012 12:06:21 +0000 (14:06 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 15 May 2012 12:06:21 +0000 (14:06 +0200)
commitd1b7f3993a57bd95c9a307768d01782237e973e7
treee9379e1ea3bbd2271654320d9bb8f7c73ec12dd7
parentb05c0738d81299dab0bd9f0cc4bae21bc2f80045
Silence VS 2010 warning on loss of precision (_int64 -> _int32).
This is safe because the actual value is already range-checked.
Modules/_lzmamodule.c