mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-25 01:27:45 +00:00
Fix rebasing problems in example-python-types
This commit is contained in:
@@ -135,11 +135,10 @@ __name__(example.ExamplePythonTypes) = ExamplePythonTypes
|
||||
__module__(example.ExamplePythonTypes) = example
|
||||
__name__(example.ExamplePythonTypes.get_set) = get_set
|
||||
__module__(example.ExamplePythonTypes.get_set) = example
|
||||
Instances not destroyed: 1
|
||||
### ExamplePythonTypes @ 0x1045b80 destroyed
|
||||
Instances not destroyed: 0
|
||||
Destructing ExamplePythonTypes
|
||||
foo
|
||||
bar
|
||||
baz
|
||||
boo
|
||||
Instances not destroyed: 1
|
||||
### ExamplePythonTypes @ 0x1045b80 destroyed
|
||||
Instances not destroyed: 0
|
||||
|
||||
Reference in New Issue
Block a user