aboutsummaryrefslogtreecommitdiff
path: root/py/pystack.c
AgeCommit message (Expand)Author
2021-07-15py: Introduce and use mp_raise_type_arg helper.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-02-19py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.Damien George
2017-12-11py: Introduce a Python stack for scoped allocation.Damien George