There was an error while loading. Please reload this page.
1 parent 66528d6 commit 4d09177Copy full SHA for 4d09177
1 file changed
mypyc/common.py
@@ -31,7 +31,6 @@
31
GENERATOR_ATTRIBUTE_PREFIX: Final = "__mypyc_generator_attribute__"
32
CPYFUNCTION_NAME = "__cpyfunction__"
33
34
-<<<<<<< HEAD
35
36
def module_import_state_name(module_name: str) -> str:
37
return f"{IMPORT_STATE_PREFIX}{exported_name(module_name)}"
@@ -52,10 +51,9 @@ def module_init_name(module_name: str) -> str:
52
51
def module_exec_name(module_name: str) -> str:
53
return f"CPyExec_{exported_name(module_name)}"
54
55
-=======
+
56
# Omits the prefix added to user attribute fields, so it cannot collide with one.
57
RUNNING_FIELD: Final = "mypyc_running"
58
->>>>>>> master
59
60
# Max short int we accept as a literal is based on 32-bit platforms,
61
# so that we can just always emit the same code.
0 commit comments