getdns-python-bindings icon indicating copy to clipboard operation
getdns-python-bindings copied to clipboard

Python bindings for getdns

Results 9 getdns-python-bindings issues
Sort by recently updated
recently updated
newest added

Hello, While testing async mode with python binding (**_async-get-ip.py_**), it clearly becomes apparent that the script does not scale well. For 100 domains, some requests fall in timeout. For 500...

~~~ $ pip install getdns Collecting getdns Downloading getdns-v1.0.0b1.tar.gz (31 kB) Using legacy setup.py install for getdns, since package 'wheel' is not installed. Installing collected packages: getdns Running setup.py install...

Some structures allocated by the binding are not being freed/dereffed correctly. A simple testcase: import resource import getdns resolver = getdns.Context() for i in range(10000): extensions = {"return_both_v4_and_v6": getdns.EXTENSION_TRUE} res...

Hello, After spending a several hours debugging, rewriting and implementing a few ideas, I think I can safely conclude that the asynchronous functionality is not scaling. When items are added...

Hi, I noticed a few random crashes of the Python interpreter while using the GetDNS Python bindings. I've been able to reproduce the problem in Python 2.7 and 3.5 but...

It seems that DNSSEC lookups of CNAME records that are digitally signed are turning the value BOGUS. Consider this example program, which performs a RRTYPE_A and then an RRTYPE_CNAME lookup...

i was just looking at the tags on https://github.com/getdnsapi/getdns-python-bindings, and i see that most of the release tags look like v0.3.1 (with the leading "v"). however, 0.2.0 and 0.2.1 are...