add placeholder for Cython compilation

This commit is contained in:
Florian Förster 2025-11-20 14:42:38 +01:00
parent 08fec71a88
commit 2608715bfe
4 changed files with 4499 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if DEBUG:
linetrace_opt = True linetrace_opt = True
ext_modules = cythonize( ext_modules = cythonize(
[""], # !! add Cython modules here ["src/polluck_blockchain/placeholder.py"],
compiler_directives={ compiler_directives={
"language_level": 3, "language_level": 3,
"boundscheck": False, "boundscheck": False,

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
"""placeholder module for compilation"""