[issue37316] mmap.mmap() passes the wrong variable to PySys_Audit()

Zackery Spytz report at bugs.python.org
Mon Jun 17 05:51:19 EDT 2019


New submission from Zackery Spytz <zspytz at gmail.com>:

new_mmap_object() should pass the fd variable to PySys_Audit(), not fileno.

Also, there's a missing call to va_end() in PySys_Audit() itself.

----------
components: Extension Modules
messages: 345834
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: mmap.mmap() passes the wrong variable to PySys_Audit()
type: behavior
versions: Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37316>
_______________________________________


More information about the Python-bugs-list mailing list