This python code has not GC ref leak, but process memory is leaking very fast
```
from pykd import *
heap = module('ntdll').type('_HEAP')
while True:
fields = heap.fields()
```
```
from pykd import *
heap = module('ntdll').type('_HEAP')
while True:
fields = heap.fields()
```