This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ixokai, nadeem.vawda, ned.deily, neologix, pitrou, python-dev, sdaoden, skrah, vstinner
Date 2011-05-04.12:00:36
SpamBayes Score 0.00087693933
Marked as misclassified No
Message-id <1304510437.54.0.278213493777.issue11277@psf.upfronthosting.co.za>
In-reply-to
Content
Reopen, test_zlib fails with Python 2.7 on Windows:

======================================================================
ERROR: test_big_buffer (test.test_zlib.ChecksumBigBufferTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\test\test_zlib.py", line 91, in test_big_buffer
    m = mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ)
WindowsError: [Error 87] The parameter is incorrect

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%202.7/builds/854/steps/test/logs/stdio
History
Date User Action Args
2011-05-04 12:00:37vstinnersetrecipients: + vstinner, ixokai, pitrou, nadeem.vawda, ned.deily, skrah, neologix, sdaoden, python-dev
2011-05-04 12:00:37vstinnersetmessageid: <1304510437.54.0.278213493777.issue11277@psf.upfronthosting.co.za>
2011-05-04 12:00:36vstinnerlinkissue11277 messages
2011-05-04 12:00:36vstinnercreate