mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Also, add a missing call to va_end() in PySys_Audit().
This commit is contained in:
parent
08970cb03c
commit
08286d52b2
5 changed files with 13 additions and 1 deletions
|
@ -74,6 +74,9 @@ class AuditTest(unittest.TestCase):
|
|||
def test_cantrace(self):
|
||||
self.do_test("test_cantrace")
|
||||
|
||||
def test_mmap(self):
|
||||
self.do_test("test_mmap")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue