generated from dopt-python/py311-cython
add placeholder for Cython compilation
This commit is contained in:
@@ -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
@@ -0,0 +1 @@
|
|||||||
|
"""placeholder module for compilation"""
|
||||||
Reference in New Issue
Block a user