Go to file
Dan Voiculeasa 8a4b7be55e py3: nfv wrap dict.items() in list()
In python2 dict.items() returns a list, while in python3 it returns an
iterator. Modifying a dict while iterating over it(insert, delete)
produces a runtime error.

Wrap dict.items() in list() with 2 exceptions:
 - the dict is local scoped and no modification while iterating is done
 - access is atomic (e.g. using locks)

Story: 2008454
Task: 42727
Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com>
Change-Id: I3fe93c49b360f86d6a962bbbce2bf30c2555e459
(cherry picked from commit d20aad6935)
2021-07-26 13:12:40 -04:00
2021-07-26 13:12:40 -04:00
2018-09-25 14:01:33 -07:00
2019-04-19 19:52:26 +00:00
2021-05-21 18:01:45 -05:00
2018-05-31 07:36:51 -07:00
2018-07-10 10:18:28 -05:00

nfv

StarlingX NFVI Orchestration

Description
StarlingX NFVI Orchestration
Readme 41 MiB
Languages
Python 83.4%
JavaScript 7%
C++ 6.5%
Shell 1.5%
Handlebars 0.9%
Other 0.7%