PY-21264 Use send_process_created_message() in the original piece of code where it was extracted from

This commit is contained in:
Alexander Koshevoy
2016-11-10 14:25:04 +03:00
parent 55caef8ae6
commit 41064a3696
@@ -469,10 +469,7 @@ def create_fork(original_name):
_on_forked_process()
else:
if is_new_python_process:
from _pydevd_bundle.pydevd_comm import get_global_debugger
debugger = get_global_debugger()
if debugger is not None:
debugger.send_process_created_message()
send_process_created_message()
return child_process
return new_fork