Python allows to return more than one result using commas as separating value.
When developing a CPython extension written in C language, is it possible to obtain the same result? How?
I'm developing a CPython extension that replaces an existing Python code to do some tests on performance and I will prefer to have the same interface to not change the existing code base.
I'm using Python 3.6.