]> granicus.if.org Git - python/commit
Windows mmap should (as the docs probably <wink> say) create a mapping
authorTim Peters <tim.peters@gmail.com>
Wed, 10 Jan 2001 05:42:18 +0000 (05:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 10 Jan 2001 05:42:18 +0000 (05:42 +0000)
commit0d9f9dcf67c4c044f27cbbc7d3852951869dee53
treec63e9c32f4d051bca3a42574b8aa2b5de487eaa4
parentfe338ca540b899ded7d26943f4a4d53fe1217155
Windows mmap should (as the docs probably <wink> say) create a mapping
without a name when the optional tagname arg isn't specified.  Was
actually creating a mapping with an empty string as the name.
Modules/mmapmodule.c