Fix: bt2: replace bt2.CreationError instances with bt2._MemoryError
authorSimon Marchi <simon.marchi@efficios.com>
Sun, 11 Aug 2019 02:31:41 +0000 (22:31 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:21 +0000 (11:58 -0400)
commit6b5d5e961a965f8018e73b3da30d696e756e520a
tree4d00b0dd26e0f1532ce1806d3e740e69aa2b0cc0
parent94e72386dd8c0269f889ab41eb68c34bef8e60c2
Fix: bt2: replace bt2.CreationError instances with bt2._MemoryError

Commit

    4acc866e8298 ("bt2: rename CreationError to MemoryError, handle it in and out of Python bindings")

removed bt2.CreationError in favor of bt2.MemoryError (now
bt2._MemoryError).  However, some usages of bt2.CreationError were
introduced afterwards, probably by patches that were in the pipeline.
Replace them with bt2._MemoryError.

Change-Id: Id3cb6542e507b1e41c165ca61df21069d72fb44f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1867
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/component.py
src/bindings/python/bt2/bt2/interrupter.py
src/bindings/python/bt2/bt2/message_iterator.py
This page took 0.024818 seconds and 4 git commands to generate.