unbound/pythonmod
Torbjörn Lönnemark 9af8080f2b Fix python module len() implementations
They were all missing the 'self.' prefix when accessing the 'obj'
instance variable, causing the following exception when attempting to
call len() on (for example) a ReplyInfo_RRSet:

  File "/usr/lib/python3.7/site-packages/unboundmodule.py", line 377, in __len__
    def __len__(self): return obj.rrset_count
NameError: name 'obj' is not defined
2020-07-22 03:13:00 +02:00
..
doc - Update python documentation for init_standard(). 2019-04-11 15:03:04 +00:00
examples - Fix python examples/calc.py for eval, reported by X41 D-Sec. 2019-11-20 15:07:09 +01:00
interface.i Fix python module len() implementations 2020-07-22 03:13:00 +02:00
LICENSE python contribution from Zdenek Vasicek and Marek Vavrusa (BSD licensed). 2009-03-25 14:47:47 +00:00
Makefile source IP from python and doxygen fixes. 2009-09-03 14:51:38 +00:00
pythonmod_utils.c fixup pythonmod. 2017-01-19 11:51:47 +00:00
pythonmod_utils.h - Fix warnings in pythonmod changes. 2015-01-07 09:29:59 +00:00
pythonmod.c - Fix python dict reference and double free in config. 2019-06-18 17:25:08 +02:00
pythonmod.h - Add patch from Jan Vcelak for pythonmod, 2018-11-20 12:24:40 +00:00
test-calc.conf Python work. 2009-03-26 09:31:28 +00:00
test-dict.conf Python work. 2009-03-26 09:31:28 +00:00
test-edns.conf - Added generic EDNS code for registering known EDNS option codes, 2016-12-06 13:42:51 +00:00
test-inplace_callbacks.conf - Fix pythonmod for cb changes. 2017-04-07 17:07:16 +00:00
test-log.conf Python work. 2009-03-26 09:31:28 +00:00
test-resgen.conf Python work. 2009-03-26 09:31:28 +00:00
test-resip.conf source IP from python and doxygen fixes. 2009-09-03 14:51:38 +00:00
test-resmod.conf Python work. 2009-03-26 09:31:28 +00:00
ubmodule-msg.py python work 2009-03-26 15:47:45 +00:00
ubmodule-tst.py python work 2009-03-26 15:47:45 +00:00