blob: 775aff418306a3c158a91204960cdf414d9e45f9 [file] [log] [blame]
Wenzel Jakob5f218b32016-01-17 22:36:39 +01001Allocating parent.
2Allocating child.
3Releasing child.
4<example.Parent object at 0x10eb726c0>
5Releasing parent.
6
7Allocating parent.
8Allocating child.
9Releasing child.
10<example.Parent object at 0x10eb726c0>
11Releasing parent.
12
13Allocating parent.
14Allocating child.
15<example.Parent object at 0x10eb726c0>
16Releasing parent.
17Releasing child.
18
19Allocating parent.
20Allocating child.
21<example.Parent object at 0x10eb726c0>
22Releasing parent.
23Releasing child.
24
Glen Walkerf45bb582016-08-16 17:50:43 +120025Allocating parent.
26<example.Parent object at 0x10eb726c0>
27Releasing parent.
28
29Allocating parent.
30<example.Parent object at 0x10eb726c0>
31Releasing parent.
32
Wenzel Jakob5f218b32016-01-17 22:36:39 +010033Terminating..