79213006

Date: 2024-11-21 21:47:30
Score: 1
Natty:
Report link

Your extension module should be named _hello (notice the leading "_").

pyproject.toml:

# ...

[tool.setuptools]
ext-modules = [
  { name = "_hello", sources = ["src/hc/hello.c", "src/hc/hello.i"] }
]

Check:

Reasons:
  • Blacklisted phrase (1): How to solve
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: CristiFati