)]}'
{"ceilometer/tests/unit/fakes.py":[{"author":{"_account_id":13177,"name":"Emma Foley","email":"efoley@redhat.com","username":"emma-l-foley"},"change_message_id":"9a1f121cda94b9147ca6f6d62dec44ce813b9862","unresolved":true,"context_lines":[{"line_number":317,"context_line":"        :raises: :class:`~openstack.exceptions.SDKException` if something goes"},{"line_number":318,"context_line":"            wrong during the OpenStack API call."},{"line_number":319,"context_line":"        \"\"\""},{"line_number":320,"context_line":"        result \u003d self._projects"},{"line_number":321,"context_line":""},{"line_number":322,"context_line":"        if not domain_id and not name_or_id and not filters:"},{"line_number":323,"context_line":"            return result"}],"source_content_type":"text/x-python","patch_set":3,"id":"f09fc92a_ecd1ad94","line":320,"updated":"2026-04-14 11:36:52.000000000","message":"I think using list(_self._project) here is better than updating line 323, since it prevents the same issue happening during a later modification.","commit_id":"dcb1477aef7db9beb2e1dee2c574c3c6e32478f4"},{"author":{"_account_id":13177,"name":"Emma Foley","email":"efoley@redhat.com","username":"emma-l-foley"},"change_message_id":"4f32c9dc7d9c5c7f5e170a3dea1c8d9a98967970","unresolved":true,"context_lines":[{"line_number":319,"context_line":"        \"\"\""},{"line_number":320,"context_line":"        result \u003d self._projects"},{"line_number":321,"context_line":""},{"line_number":322,"context_line":"        if not domain_id and not name_or_id and not filters:"},{"line_number":323,"context_line":"            return result"},{"line_number":324,"context_line":""},{"line_number":325,"context_line":"        # Filter by domain_id"},{"line_number":326,"context_line":"        if domain_id:"}],"source_content_type":"text/x-python","patch_set":3,"id":"7edeb08c_de6f7dcc","line":323,"range":{"start_line":322,"start_character":1,"end_line":323,"end_character":25},"updated":"2026-04-13 18:57:55.000000000","message":"This should either be removed or replaced with `return list(result)`, otherwise, self._projects gets returned, and can be mutated during the test.","commit_id":"dcb1477aef7db9beb2e1dee2c574c3c6e32478f4"}]}
