Static libstdcxx and python (#139)

Support python + static libstdc++
This commit is contained in:
Jonathan R. Madsen
2022-08-28 03:56:13 -05:00
committed by GitHub
parent 0dd8f52292
commit a1dcd1bc4b
11 changed files with 127 additions and 57 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class Region:
_count = Region._counter
self._active = False
if _count != self._count:
raise LogicError(
raise RuntimeError(
f"{self._label} was not popped in the order it was pushed. Current stack number: {_count}, expected stack number: {self._count}"
)
_libuser.pop_region(self._label)