79212439

Date: 2024-11-21 18:10:27
Score: 2
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Сергей Тележкин