Files
Nim/lib/system
ringabout b7eefc31d8 implements quirky for functions (#24700)
ref https://github.com/nim-lang/Nim/pull/24686

With this PR

```nim
import std/streams

proc foo() =
  var name = newStringStream("2r2")
  raise newException(ValueError, "sh")

try:
  foo()
except:
 discard

echo 123
```
this example no longer leaks

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
(cherry picked from commit 510ac84518)
2025-02-18 17:51:21 +01:00
..
2025-01-22 06:39:41 +01:00
2022-12-16 08:01:15 +01:00
2024-04-18 10:30:26 +02:00
2020-05-12 15:46:24 +02:00
2022-12-16 08:01:15 +01:00
2022-12-16 08:01:15 +01:00
2022-12-26 13:20:05 +01:00
2020-01-30 10:54:50 +01:00