]> granicus.if.org Git - python/commit
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
authorZackery Spytz <zspytz@gmail.com>
Fri, 21 Jun 2019 15:31:59 +0000 (09:31 -0600)
committerSteve Dower <steve.dower@python.org>
Fri, 21 Jun 2019 15:31:59 +0000 (08:31 -0700)
commit08286d52b29de604a4b187bf1f0d4209e39c926c
tree36af2d00c327f0482135deac89d724481ce2ee76
parent08970cb03c61f62f4f69e7769d0075fa66bb86aa
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)

Also, add a missing call to va_end() in PySys_Audit().
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Core and Builtins/2019-06-17-03-53-16.bpo-37316.LytDX_.rst [new file with mode: 0644]
Modules/mmapmodule.c
Python/sysmodule.c