Prudvi Mangadu added the comment:

Workaround is replace the below 2 lines with "result ={D_IP:[] for D_IP in 
input}"

==========================
result = {}
result = result.fromkeys(input,[])  >>>> Issue with this line
==========================

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29552>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to