Azure / azure-functions-python-library

Azure Functions Python SDK
MIT License
147 stars 61 forks source link

fix: small memory leak #223

Closed hallvictoria closed 2 days ago

hallvictoria commented 1 month ago

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