azure-functions-python-library icon indicating copy to clipboard operation
azure-functions-python-library copied to clipboard

Fixing small memory leak

Open hallvictoria opened this issue 8 months ago • 0 comments

Address https://github.com/Azure/azure-functions-python-worker/issues/1500.

Changes instances where argument type is set to {} to instead have a default value of None and initialized to {} later in the method

hallvictoria avatar Jun 03 '24 18:06 hallvictoria