[Python-Dev] cpython: Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Wed Apr 13 01:43:15 CEST 2011
- Previous message: [Python-Dev] peps: Update PEP 399 to include comments from python-dev.
- Next message: [Python-Dev] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/testbz2.py | 36 +++++++++++++++++++++++++++++++- Modules/bz2module.c | 33 +++++++++++++++++++++-------- 2 files changed, 59 insertions(+), 10 deletions(-)
Can you add a Misc/NEWS entry?
Thank you
Antoine.
- Previous message: [Python-Dev] peps: Update PEP 399 to include comments from python-dev.
- Next message: [Python-Dev] cpython (3.1): Fix Issue11703 - urllib2.geturl() does not return correct url when the original
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]