When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report:
| File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys
| return dict(self).keys()
| File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys
| return dict(self).keys()
| File "/build/1st/glance-17.0.0/glance/domain/__init__.py", line 316, in keys
| return dict(self).keys()
| RecursionError: maximum recursion depth exceeded while calling a Python object
Hi,
When running unit tests under Python 3.7 when building the Rocky Debian package in Sid, I get a never ending recursion. Please see the Debian bug report:
https:/ /bugs.debian. org/911947
Basically, it's this:
| File "/build/ 1st/glance- 17.0.0/ glance/ domain/ __init_ _.py", line 316, in keys 1st/glance- 17.0.0/ glance/ domain/ __init_ _.py", line 316, in keys 1st/glance- 17.0.0/ glance/ domain/ __init_ _.py", line 316, in keys
| return dict(self).keys()
| File "/build/
| return dict(self).keys()
| File "/build/
| return dict(self).keys()
| RecursionError: maximum recursion depth exceeded while calling a Python object