miniscript
miniscript copied to clipboard
`json.toJSON` can't handle circular structure, which may result in memory leak
]import "json"
]a = []
]a.push a
]json.toJSON a
// never stop and memory leaks
Should it raise in this case?