Port to Python 3.
[catacomb-python] / pyke / mapping.c
2019-11-25 Mark WoodingPort to Python 3.
2019-11-25 Mark Wooding*.[ch]: Some preparatory reformatting for the Python...
2019-11-25 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2019-11-25 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2019-11-25 Mark Woodingpyke/mapping.c: Introduce macro for unconstifying commo...
2019-11-25 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2019-11-25 Mark Wooding*.c: Use Python `METH_NOARGS' methods where applicable.
2019-11-25 Mark Wooding*.c: Make all of the type-definition tables read-only.
2019-11-25 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...