[Python-Dev] cpython: Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.

Georg Brandl g.brandl at gmx.net
Wed Apr 13 20:21:45 CEST 2011


On 12.04.2011 23:05, nadeem.vawda wrote:
> http://hg.python.org/cpython/rev/0010cc5f22d4
> changeset:   69275:0010cc5f22d4
> user:        Nadeem Vawda <nadeem.vawda at gmail.com>
> date:        Tue Apr 12 23:02:42 2011 +0200
> summary:
>   Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor.
> 
> files:
>   Lib/test/test_bz2.py |  36 +++++++++++++++++++++++++++++++-
>   Modules/_bz2module.c |  33 +++++++++++++++++++++--------
>   2 files changed, 59 insertions(+), 10 deletions(-)
> 
> 
> diff --git a/Lib/test/test_bz2.py b/Lib/test/test_bz2.py
> --- a/Lib/test/test_bz2.py
> +++ b/Lib/test/test_bz2.py

Hi,

for reviewing and "hg log" purposes it would be good to include a bit
more information in the commit message, like where the safety issue
was and what its potential implications were.

(Of course that is different if there is an issue on the tracker
to refer to; usually the issue is explained clearly in the issue.)

Georg



More information about the Python-Dev mailing list