This one makes a shared object file cython1.so, which we could later import in our python 3 project:
gcc -shared -pthread -fPIC -fwrapv -O2 -Wall -fno-strict-aliasing $(python3-config --includes) -o /home/alex/python_cython/cython1.so /home/alex/python_cython/cython1.c