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

Antoine Pitrou solipsis at pitrou.net
Wed Apr 13 01:43:15 CEST 2011


On Tue, 12 Apr 2011 23:05:40 +0200
nadeem.vawda <python-checkins at python.org> 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(-)

Can you add a Misc/NEWS entry?

Thank you

Antoine.




More information about the Python-Dev mailing list