]> granicus.if.org Git - python/commit
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
authorSteve Dower <steve.dower@python.org>
Fri, 21 Jun 2019 16:45:13 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 16:45:13 +0000 (09:45 -0700)
commit6c7947713a40851e123493ca0fe8f2791d7ed2a6
tree33bfc42be84918ab82bf48c2bb884e0867842182
parent43615485f1222cd9a94421a96cb7110bb52e1b8b
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