Raise an exception on bad buffer allocations 09/1209/1 python-0.13.5
authorTommy Carpenter <tc677g@att.com>
Wed, 23 Oct 2019 11:58:43 +0000 (07:58 -0400)
committerTommy Carpenter <tc677g@att.com>
Wed, 23 Oct 2019 11:58:58 +0000 (07:58 -0400)
commit67bbe087d505cd179e1c5bb9ef6be2c60b2e7d5a
tree044c6a87bff1630abd12185ffb51deaff247ffa5
parentab4019f2cdf80f10323e70199d38817d19b7482b
Raise an exception on bad buffer allocations

Change-Id: Iddf9d17b9ce2b2b4f6b3fa52d0cfe617dd3a8c13
Signed-off-by: Tommy Carpenter <tc677g@att.com>
src/bindings/rmr-python/docs/Changelog.rst
src/bindings/rmr-python/rmr/exceptions.py [new file with mode: 0644]
src/bindings/rmr-python/rmr/rmr.py
src/bindings/rmr-python/setup.py
src/bindings/rmr-python/tests/test_rmr.py