python: avoid careless calls to unref functions

This commit is contained in:
adbenitez
2022-06-10 23:13:29 -04:00
parent e280ca9db8
commit f5ef650b4d
7 changed files with 36 additions and 20 deletions

View File

@@ -7,6 +7,7 @@
### Fixes
- set a default error if NDN does not provide an error
- python: avoid exceptions when messages/contacts/chats are compared with `None`
- python: avoid careless calls to unref functions
### API-Changes
- python: added `Message.get_status_updates()` #3416