URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d47f174f9e518bdb2742e96fb01d045764415c7c
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d47f174 by Guy Harris (guy@xxxxxxxxxxxx):
Copy over change from Samba repository:
commit 9e07f3a13b41be1f019887581b2a2bd049039a3d
Author: Andrew Bartlett <abartlet@xxxxxxxxx>
Date: Tue Feb 16 14:06:28 2016 +1300
pidl: Fix our python reference handling
The new talloc.BaseObject allow us to hold a talloc context per
python object (there may be many referring to the same C object)
and the talloc context that the actual object pointer is under.
Another advantage is that talloc.BaseObject(), has less of
an ABI surface.
Signed-off-by: Andrew Bartlett <abartlet@xxxxxxxxx>
Reviewed-by: Garming Sam <garming@xxxxxxxxxxxxxxx>
Shouldn't affect us, but it makes diffing cleaner.
Change-Id: If4a7d9d3f5eb0acf9f94b10af870a0e01fa52b5c
Reviewed-on: https://code.wireshark.org/review/16737
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from bd0280e Pick up changes from the Samba repository:
adds d47f174 Copy over change from Samba repository:
Summary of changes:
tools/pidl/lib/Parse/Pidl/Samba4/Python.pm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)