]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Expose the script filename in the Python module environment 'mod_env'
authorGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 16 Oct 2023 13:47:18 +0000 (15:47 +0200)
committerGeorge Thessalonikefs <yorgos@nlnetlabs.nl>
Mon, 16 Oct 2023 13:47:18 +0000 (15:47 +0200)
commit63a5280f8f56b71ac73b3df50bf2e393626c0b20
tree2d6739e5cbc2ddc5634ef632374b3686babf09d4
parent07149f576a223431b6d831798cfbe40910931afc
- Expose the script filename in the Python module environment 'mod_env'
  instead of the config_file structure which includes the linked list
  of scripts in a multi Python module setup; fixes #79.
12 files changed:
doc/Changelog
pythonmod/doc/examples/example0-1.py
pythonmod/doc/examples/example0.rst
pythonmod/doc/modules/config.rst
pythonmod/doc/modules/env.rst
pythonmod/examples/edns.py
pythonmod/examples/inplace_callbacks.py
pythonmod/examples/log.py
pythonmod/interface.i
pythonmod/pythonmod.c
pythonmod/ubmodule-msg.py
pythonmod/ubmodule-tst.py