Staging
v0.5.1
https://github.com/python/cpython
Revision db1752660157323a7c88a507a754726898eb1b97 authored by Michael W. Hudson on 08 March 2002, 13:39:25 UTC, committed by Michael W. Hudson on 08 March 2002, 13:39:25 UTC
    revision 1.20 of test_mmap.py

SF bug 515943:  searching for data with \0 in mmap.
mmap_find_method():  this obtained the string to find via s#, but it
ignored its length, acting as if it were \0-terminated instead.

Someone please run on Linux too (the extended test_mmap works on Windows).

Bugfix candidate.
1 parent b74a962
History
Tip revision: db1752660157323a7c88a507a754726898eb1b97 authored by Michael W. Hudson on 08 March 2002, 13:39:25 UTC
backport tim_one's checkin of
Tip revision: db17526

ReadMe

back to top