]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix for Python 3.9, no longer use deprecated functions of
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 9 Feb 2021 09:38:55 +0000 (10:38 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Tue, 9 Feb 2021 09:38:55 +0000 (10:38 +0100)
commite0d426ebb10653a78bf5c4053198f6ac19bfcd3e
tree386390be10177ca431f0c94d271183c4b47f350b
parent450155bfa03a1e82020ff8af5ab08788ce404daa
- Fix for Python 3.9, no longer use deprecated functions of
  PyEval_CallObject (now PyObject_Call), PyEval_InitThreads (now
  none), PyParser_SimpleParseFile (now Py_CompileString).
doc/Changelog
libunbound/python/libunbound.i
pythonmod/pythonmod.c