New submission from Zackery Spytz <zsp...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37316>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to