We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ddc58c + a4d9e85 commit db7727fCopy full SHA for db7727f
rabbitmq_amqp_python_client/entities.py
@@ -327,8 +327,7 @@ def _filter_application_properties(
327
) -> None:
328
app_prop = {}
329
if application_properties is not None:
330
- for key, value in application_properties.items():
331
- app_prop[key] = value
+ app_prop = application_properties.copy()
332
333
if len(app_prop) > 0:
334
self._filter_set[symbol(AMQP_APPLICATION_PROPERTIES_FILTER)] = (
0 commit comments