pikapython/test/python/issue/issue_keyword_mem_leak.py

8 lines
123 B
Python

def test(headers=None, data=None):
print("in test")
header = {"a": "test"}
test(headers=header, data={"b": "test"})