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

Skip to content

Commit deaf97b

Browse files
committed
Remove outdated comment
1 parent 6cb3fd9 commit deaf97b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/monoclr/clrmod.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ PyNet_Args *PyNet_Init()
101101
*/
102102
mono_config_parse(NULL);
103103

104-
/* I can't use this call to run the main_thread_handler. The function
105-
* runs it in another thread but *this* thread holds the Python
106-
* import lock -> DEAD LOCK.
107-
*
108-
* mono_runtime_exec_managed_code(pn_args->domain, main_thread_handler,
109-
* pn_args);
110-
*/
111-
112104
main_thread_handler(pn_args);
113105

114106
if (pn_args->error != NULL)

0 commit comments

Comments
 (0)