Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename shim template file
  • Loading branch information
JukkaL committed Jul 30, 2025
commit ce4252a69a45a513070b781bcb5fb8a63d2efa59
2 changes: 1 addition & 1 deletion mypyc/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def generate_c_extension_shim(

if IS_FREE_THREADED:
# We use multi-phase init in free-threaded builds to enable free threading.
shim_name = "module_shim_multiphase.tmpl"
shim_name = "module_shim_no_gil_multiphase.tmpl"
else:
shim_name = "module_shim.tmpl"

Expand Down