mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
26 lines
462 B
Plaintext
26 lines
462 B
Plaintext
Allocating parent.
|
|
Allocating child.
|
|
Releasing child.
|
|
<example.Parent object at 0x10eb726c0>
|
|
Releasing parent.
|
|
|
|
Allocating parent.
|
|
Allocating child.
|
|
Releasing child.
|
|
<example.Parent object at 0x10eb726c0>
|
|
Releasing parent.
|
|
|
|
Allocating parent.
|
|
Allocating child.
|
|
<example.Parent object at 0x10eb726c0>
|
|
Releasing parent.
|
|
Releasing child.
|
|
|
|
Allocating parent.
|
|
Allocating child.
|
|
<example.Parent object at 0x10eb726c0>
|
|
Releasing parent.
|
|
Releasing child.
|
|
|
|
Terminating..
|