pikapython/test/python/issue/issue_keyword_mem_leak.py
2022-12-10 16:30:43 +08:00

8 lines
92 B
Python

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