This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ZackerySpytz
Recipients ZackerySpytz
Date 2019-06-17.09:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560765079.9.0.997846608931.issue37316@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-06-17 09:51:19ZackerySpytzsetrecipients: + ZackerySpytz
2019-06-17 09:51:19ZackerySpytzsetmessageid: <1560765079.9.0.997846608931.issue37316@roundup.psfhosted.org>
2019-06-17 09:51:19ZackerySpytzlinkissue37316 messages
2019-06-17 09:51:19ZackerySpytzcreate