]> git.ipfire.org Git - thirdparty/unbound.git/commit
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c 427/head
authorVictor Stinner <vstinner@python.org>
Tue, 16 Feb 2021 10:11:06 +0000 (11:11 +0100)
committerVictor Stinner <vstinner@python.org>
Tue, 16 Feb 2021 10:27:52 +0000 (11:27 +0100)
commit92d01d82658ffc3992e4468472d3c8c080f8b16c
tree5dfd4a874846f8de886e4975c0d1a57e2dad3b69
parent5943c6f2e3165eb8ac3ed90a0639884885379fb0
Fix #426: Replace _Py_fopen() with fopen() in pythonmod.c

The private _Py_fopen() function has been removed in Python 3.10.

Fix build on Python 3.10.
doc/Changelog
pythonmod/pythonmod.c