spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.21k stars 1.59k forks source link

Why does the repeat F5 run get stuck when I set “remove all variables before execution”? #16138

Open A-Pai opened 3 years ago

A-Pai commented 3 years ago

Why does the F5 run get stuck when I set “remove all variables before execution”? image I have to click the “remove all variables ” button in the console image the program is simple: x=100 print('x=',x) print('200 + 200 + 300=',200 + 200 + 300)

My version is: image

jrast commented 3 years ago

I can confirm a similar behaviour. The runfile functions seems to freeze / block without running the file if the Remove all variables before execution option is checked.

Spyder Version Info:

Dependencies:

# Mandatory:
atomicwrites >=1.2.0                         :  1.4.0 (OK)
chardet >=2.0.0                              :  4.0.0 (OK)
cloudpickle >=0.5.0                          :  1.6.0 (OK)
cookiecutter >=1.6.0                         :  1.7.3 (OK)
diff_match_patch >=20181111                  :  20200713 (OK)
intervaltree >=3.0.2                         :  3.1.0 (OK)
IPython >=7.6.0                              :  7.25.0 (OK)
jedi >=0.17.2;<0.19.0                        :  0.17.2 (OK)
jsonschema >=3.2.0                           :  3.2.0 (OK)
keyring >=17.0.0                             :  23.0.1 (OK)
nbconvert >=4.0                              :  6.1.0 (OK)
numpydoc >=0.6.0                             :  1.1.0 (OK)
paramiko >=2.4.0                             :  2.7.2 (OK)
parso >=0.7.0;<0.9.0                         :  0.7.0 (OK)
pexpect >=4.4.0                              :  4.8.0 (OK)
pickleshare >=0.4                            :  0.7.5 (OK)
psutil >=5.3                                 :  5.8.0 (OK)
pygments >=2.0                               :  2.9.0 (OK)
pylint >=2.5.0                               :  2.9.6 (OK)
pyls_spyder >=0.4.0                          :  0.4.0 (OK)
pylsp >=1.2.0;<1.3.0                         :  1.2.0 (OK)
pylsp_black >=1.0.0                          :  None (OK)
qdarkstyle =3.0.2                            :  3.0.2 (OK)
qstylizer >=0.1.10                           :  0.2.0 (OK)
qtawesome >=1.0.2                            :  1.0.3 (OK)
qtconsole >=5.1.0                            :  5.1.1 (OK)
qtpy >=1.5.0                                 :  1.9.0 (OK)
rtree >=0.9.7                                :  0.9.7 (OK)
setuptools >=49.6.0                          :  57.4.0 (OK)
sphinx >=0.6.6                               :  4.1.2 (OK)
spyder_kernels >=2.1.0;<2.2.0                :  2.1.0 (OK)
textdistance >=4.2.0                         :  4.2.1 (OK)
three_merge >=0.1.1                          :  0.1.1 (OK)
watchdog >=0.10.3                            :  2.1.3 (OK)
zmq >=17                                     :  22.1.0 (OK)

# Optional:
cython >=0.21                                :  None (OK)
matplotlib >=2.0.0                           :  3.4.2 (OK)
numpy >=1.7                                  :  1.21.1 (OK)
pandas >=1.1.1                               :  1.3.1 (OK)
scipy >=0.17.0                               :  1.7.0 (OK)
sympy >=0.7.3                                :  None (OK)

# Spyder plugins:
spyder.plugins.completion.plugin 5.1.0       :  5.1.0 (OK)
spyder.plugins.outlineexplorer.plugin 5.1.0  :  5.1.0 (OK)
spyder.plugins.projects.plugin 5.1.0         :  5.1.0 (OK)
spyder.plugins.variableexplorer.plugin 5.1.0 :  5.1.0 (OK)
A-Pai commented 3 years ago

What's the trouble?What should I do?

dalthviz commented 3 years ago

Hi @A-Pai and @jrast for the feedback, I'm not being able to reproduce this. Could you guys submit a GIF or video to understand better what you refer to the freeze/block? Here a preview of the behavior I'm seeing on my side:

removevars

A-Pai commented 3 years ago

Hi @A-Pai and @jrast for the feedback, I'm not being able to reproduce this. Could you guys submit a GIF or video to understand better what you refer to the freeze/block? Here a preview of the behavior I'm seeing on my side:

removevars

This is what happened to me:

https://user-images.githubusercontent.com/5112397/128197223-b68cf37e-d39c-4000-ac20-adf0fa30eff2.mp4

dalthviz commented 3 years ago

Thanks for the video @A-Pai ! Something strange is happening there indeed. Did you install Spyder with pip?

A-Pai commented 3 years ago

Thanks for the video @A-Pai ! Something strange is happening there indeed. Did you install Spyder with pip?

yes,I upgrade it by pip,conda cannot upgrade it

dalthviz commented 3 years ago

If you mixed conda and pip packages maybe that's the source of the problem. If you use conda, could you create a new env and install there Spyder version 5.0.5 and test again if the code execution gets stuck? (version 5.0.5 in the latest correct version, we yanked Spyder 5.1.0 and we are working in doing the fixes of problems we found there to release version 5.1.1). Let us know :)

A-Pai commented 3 years ago

If you mixed conda and pip packages maybe that's the source of the problem. If you use conda, could you create a new env and install there Spyder version 5.0.5 and test again if the code execution gets stuck? (version 5.0.5 in the latest correct version, we yanked Spyder 5.1.0 and we are working in doing the fixes of problems we found there to release version 5.1.1). Let us know :)

I reinstalled anaconda(Anaconda3-2021.05-Windows-x86_64),then: 1.conda update conda 2.conda update anaconda 3.conda update spyder when I start spyder,it appear: image in fact,I found out I had it by "conda list" image

what is wrong?

jrast commented 3 years ago

I updated to version 5.1.1 today (using pip install -U spyder) and it seems like the problem persists.

jrast commented 3 years ago

I also downloaded the Spyder Installer for Windows and tried to replicate the issue. Seems like it's working in the installer version. So I compared the installed dependencies:

# Package differences            Pip Install       Spyder Installer
intervaltree >=3.0.2          :  3.1.0 (OK)        None (OK)
IPython >=7.6.0               :  7.25.0 (OK)       7.26.0 (OK)
jedi >=0.17.2;<0.19.0         :  0.17.2 (OK)       0.18.0 (OK)
parso >=0.7.0;<0.9.0          :  0.7.0 (OK)        0.8.2 (OK)
qstylizer >=0.1.10            :  0.2.0 (OK)        0.2.1 (OK)
zmq >=17                      :  22.1.0 (OK)       22.2.0 (OK)

cython >=0.21                 :  None (OK)         0.29.24 (OK)
numpy >=1.7                   :  1.21.1 (OK)       1.19.3 (OK)
scipy >=0.17.0                :  1.7.0 (OK)        1.7.1 (OK)

I tried to update the ones which i expected to provoke the bug:

pip install -U "IPython==7.26.0" "zmq==22.2.0" "jedi==0.18.0" spyder

This did not solve the problem, but it possibly gave a hint about an issue as jedi 0.18.0 is not compatible with python-language-server, so I uninstalled the packages related to the language server and "updated" spyder:

pip uninstall python-language-server python-lsp-server pyls-spyder
pip install -U spyder

This installed pyls-spyder-0.4.0 and python-lsp-server-1.2.1 and now the bug seems to be solved. So maybe there is an issue if python-language-server and python-lsp-server is installed at the same time?

A-Pai commented 3 years ago

I have to use spyder4.2.5 which came with Anaconda3-2021.05 why did not the latest anaconda update the spyder? It could be a performance issue

dalthviz commented 3 years ago

Thank you for the feedback @jrast and @A-Pai !

@jrast did you were having the same behavior as @A-Pai shows in his video when executing? In the other hand, there were issues regarding the LSP in the previous yanked release (5.1.0) so I think that's the case (the old packages used for the LSP are incompatible with the new ones and also with the updated done to use Jedi 0.18) pinging @ccordoba12 just in case.

@A-Pai I think the latest version with fixes in conda is not yet released, if you want to try the new Spyder version I suggest for you to create a new env and there install Spyder 5.0.5 with the conda-forge channel to see if the error persists (You can do it by running something like conda create -n spyder5 -c conda-forge spyder=5.0.5)

jrast commented 3 years ago

Yes, I had the same and very simmilar issues as show by @A-Pai. And it seems like the issue is not fixed with the steps shown above. Some scripts now run as expected, others still block / behave as show in the video.

dalthviz commented 3 years ago

@jrast do you have an example script/code that you can share with us that shows this behavior consistently? That could help us a lot in order to understand where could be the issue. Also, do you have any other preference set that differs from the defaults (something else besides the remove variable before running)? Let us know!

jrast commented 3 years ago

This is a sample script:

# This does not work:
x = 10
print(x)

# This works
print(10)

I started spyder with SPYDER_DEBUG=3 enable to get some logging output which might gives additional hints. The log starts somewhere in the process where the console was restarted. Then a few executions (of the script shown above) worked as expected, but suddenly I needed to press the "Remove Variables" button to actually get the script executed.

2021-08-05 17:49:58,360 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 585 removed
2021-08-05 17:49:58,361 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2021-08-05 17:49:58,362 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 586 Got response from lsp
2021-08-05 17:49:58,362 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 586 removed
2021-08-05 17:49:58,363 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2021-08-05 17:49:58,370 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 587 Got response from lsp
2021-08-05 17:49:58,370 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 587 removed
2021-08-05 17:49:58,371 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2021-08-05 17:49:58,372 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 588 Got response from lsp
2021-08-05 17:49:58,372 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 588 removed
2021-08-05 17:49:58,373 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2021-08-05 17:49:58,373 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 589 Got response from lsp
2021-08-05 17:49:58,374 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 589 removed
2021-08-05 17:49:58,374 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2021-08-05 17:49:58,375 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 590 Got response from lsp
2021-08-05 17:49:58,376 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 590 removed
2021-08-05 17:49:58,377 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2021-08-05 17:49:58,381 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 591 Got response from lsp
2021-08-05 17:49:58,381 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 591 removed
2021-08-05 17:49:58,385 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2021-08-05 17:49:58,443 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (287): 127.0.0.1:46624
2021-08-05 17:49:58,533 [DEBUG] [traitlets] -> Received history reply with 499 entries
2021-08-05 17:49:58,554 [DEBUG] [spyder.plugins.ipythonconsole.comms.kernelcomm] -> Dropping interrupt because comm is disconnected: {'call_name': 'set_namespace_view_settings', 'call_id': '66363e33275d45a6850da6ab71e6050a', 'settings': {'interrupt': True, 'blocking': False, 'timeout': None, 'display_error': False, 'send_reply': False}}
2021-08-05 17:49:58,557 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 0, 'user_expressions': {}, 'payload': []}
2021-08-05 17:49:58,582 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_24', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 566393, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_24', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_7', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 554325, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_comm_port', 'call_id': '7b7c67a1c02341a3b2495544b5e80f8c', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:49:58,582 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:54731
2021-08-05 17:49:58,589 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_25', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 567387, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_25', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_7', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 554325, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_pickle_protocol', 'call_id': '6d7612590f6945fb9cf8a03b26a3c4a7', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:49:58,590 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_30', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 569385, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_30', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_9', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 556320, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '34dadbf5fe9948d0ba058c0f6044b042', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:49:58,591 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_33', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 570384, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_33', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_10', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 557319, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'a80f6cd196814509b245c13c4e02730b', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:49:59,431 [DEBUG] [traitlets] -> Kernel is taking too long to finish, terminating
2021-08-05 17:50:00,490 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (288): 127.0.0.1:46624
2021-08-05 17:50:00,771 [DEBUG] [spyder.plugins.editor.plugin] -> Perform request textDocument/cursorEvent for: D:\Python\untitled0.py
2021-08-05 17:50:00,777 [DEBUG] [spyder.plugins.completion.providers.snippets.actor] -> Perform request textDocument/cursorEvent with id 592
2021-08-05 17:50:00,777 [DEBUG] [spyder.plugins.completion.providers.fallback.actor] -> Perform request textDocument/cursorEvent with id 592
2021-08-05 17:50:02,545 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (289): 127.0.0.1:46624
2021-08-05 17:50:04,597 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (290): 127.0.0.1:46624
2021-08-05 17:50:06,656 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (291): 127.0.0.1:46624
2021-08-05 17:50:08,704 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (292): 127.0.0.1:46624
2021-08-05 17:50:10,761 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (293): 127.0.0.1:46624
2021-08-05 17:50:11,330 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_38', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 305384, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_38', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_12', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 49, 58, 574623, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '3d42eb13fbb140c6b8caf512e458066f', 'call_name': 'is_special_kernel_valid'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:11,395 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 0, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:11,397 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_44', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 396337, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_44', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_14', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 298403, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'ea4795eb83844d52962dfb3a1de42f6d', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:11,400 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_47', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 397340, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_47', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_15', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 300399, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '383d9aed2da14ec582fc576134296426', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:11,405 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 1}
2021-08-05 17:50:11,462 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_53', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 461173, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_53', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_17', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 306382, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': '12f41c519e3942ffab21e514eaedda39', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:11,489 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:50:11,503 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 1, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:11,540 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_58', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 537967, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_58', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_21', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 534974, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '011390cca267434abc6a46220a153429', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:11,557 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_60', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 540965, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_60', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_21', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 534974, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '35141bf4b8f3449e9edc6ee3105385d5', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:11,559 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_61', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 545914, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_61', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_21', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 11, 534974, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '2629e997aaba43ce8c983e8691cc903a', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:12,813 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (294): 127.0.0.1:46624
2021-08-05 17:50:14,869 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (295): 127.0.0.1:46624
2021-08-05 17:50:16,911 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (296): 127.0.0.1:46624
2021-08-05 17:50:18,966 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (297): 127.0.0.1:46624
2021-08-05 17:50:21,021 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (298): 127.0.0.1:46624
2021-08-05 17:50:21,420 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 1, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:21,422 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_66', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 421874, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_66', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_23', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 331035, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '231ef80ecc4e425ca98f07063dd75616', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:21,425 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_69', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 422872, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_69', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_24', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 331035, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '4c40392bfbb44b3a8863d102fd50d28d', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:21,430 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 2}
2021-08-05 17:50:21,486 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_75', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 485745, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_75', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_26', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 333030, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': 'c6063e7ada7346abb7a7ccb01e8111d2', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:21,516 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:50:21,533 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 2, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:21,591 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_80', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 584700, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_80', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_30', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 579641, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '56cd6316b4034e42b0ad8380f8034d9c', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:21,608 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_82', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 591655, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_82', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_30', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 579641, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '03b1e0331ec64a879f0b09f11f19fc87', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:21,611 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_83', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 592661, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_83', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_30', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 21, 579641, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '6132731221ff401fba312e5b4ced439e', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:23,056 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (299): 127.0.0.1:46624
2021-08-05 17:50:25,102 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (300): 127.0.0.1:46624
2021-08-05 17:50:27,167 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (301): 127.0.0.1:46624
2021-08-05 17:50:29,216 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (302): 127.0.0.1:46624
2021-08-05 17:50:31,250 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (303): 127.0.0.1:46624
2021-08-05 17:50:31,710 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 2, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:31,712 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_88', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 711903, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_88', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_32', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 621794, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '3605d63a265f44b4ab1e2dbc7498f61e', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:31,717 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_91', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 713863, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_91', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_33', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 622790, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '63967e62a3054752ace064e9848e92a7', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:31,720 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 3}
2021-08-05 17:50:31,777 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_97', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 776700, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_97', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_35', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 623789, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': 'ffdebaf63e484c3d885d16e7c51bc628', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:31,788 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:50:31,804 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 3, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:31,839 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_102', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 837757, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_102', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_39', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 834733, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '5b7d6426ae4b42fbbd7c6bcd654cf779', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:31,851 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_104', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 839751, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_104', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_39', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 834733, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'd862372e8f81442fa524eca909601531', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:50:31,852 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_105', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 840715, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_105', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_39', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 31, 834733, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'a940b7f26e60466985fb6544d874c383', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:33,298 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (304): 127.0.0.1:46624
2021-08-05 17:50:35,329 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (305): 127.0.0.1:46624
2021-08-05 17:50:37,378 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (306): 127.0.0.1:46624
2021-08-05 17:50:39,426 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (307): 127.0.0.1:46624
2021-08-05 17:50:41,465 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (308): 127.0.0.1:46624
2021-08-05 17:50:42,036 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 3, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:42,039 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_110', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 36560, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_110', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_41', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 41, 934510, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '257b95eb7e494f60ac6349660d6b4fab', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:42,041 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_113', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 38554, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_113', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_42', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 41, 934510, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'c7013ec28e744e42b7ac7cdbbd2eb927', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:42,047 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 4}
2021-08-05 17:50:42,102 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_119', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 101385, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_119', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_44', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 41, 936504, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': '6088478822524f3d83f4e90b6f963b11', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:42,117 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:50:42,132 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 4, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:42,180 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_124', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 174280, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_124', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_48', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 168301, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '9413231ec38b4c62b0ab719f2673bc82', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:42,188 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_126', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 180221, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_126', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_48', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 168301, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '2ab3d7f8885d4abe99422961ffc3bb4c', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:50:42,190 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_127', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 181218, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_127', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_48', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 42, 168301, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'f8ea5f81232647b4ac06054cdf07d330', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:50:43,505 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (309): 127.0.0.1:46624
2021-08-05 17:50:45,558 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (310): 127.0.0.1:46624
2021-08-05 17:50:47,606 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (311): 127.0.0.1:46624
2021-08-05 17:50:49,636 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (312): 127.0.0.1:46624
2021-08-05 17:50:51,688 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (313): 127.0.0.1:46624
2021-08-05 17:50:52,334 [DEBUG] [spyder.plugins.editor.utils.autosave] -> Autosave triggered
2021-08-05 17:50:53,739 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (314): 127.0.0.1:46624
2021-08-05 17:50:54,205 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 4, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:54,207 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_132', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 205020, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_132', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_50', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 117363, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '373d2a8f44fa454db9a099bdc917f6b8', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:50:54,211 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_135', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 207013, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_135', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_51', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 117363, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '3360c27f9d6a4408b2b00440bab45c5c', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:54,214 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 5}
2021-08-05 17:50:54,269 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_141', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 268846, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_141', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_53', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 120503, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': 'a702521830a446c2b709e3b9ae2683fc', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:54,286 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:50:54,300 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 5, 'user_expressions': {}, 'payload': []}
2021-08-05 17:50:54,353 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_146', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 342206, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_146', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_57', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 336115, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '2399ff459aaa4a249b8c907bfe464596', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:50:54,364 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_148', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 348289, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_148', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_57', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 336115, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '2f027e2fe6cf417297d12c8eb4762e6e', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:50:54,365 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_149', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 350280, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_149', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_57', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 50, 54, 336115, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '029a185c82434b689c79fd5cf4bb16bc', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:50:55,792 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (315): 127.0.0.1:46624
2021-08-05 17:50:57,851 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (316): 127.0.0.1:46624
2021-08-05 17:50:59,901 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (317): 127.0.0.1:46624
2021-08-05 17:51:01,948 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (318): 127.0.0.1:46624
2021-08-05 17:51:04,004 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (319): 127.0.0.1:46624
2021-08-05 17:51:04,451 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 5, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:04,452 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_154', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 451709, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_154', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_59', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 364851, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'ba1790a53f594de2aa3af413e6be5d00', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:04,459 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_157', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 453709, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_157', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_60', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 364851, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'b4f128f692e24550866f53d5e176e414', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:04,460 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 6}
2021-08-05 17:51:04,518 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_163', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 516534, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_163', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_62', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 366845, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': '35839676d3d6452bbbc5f3925a126a4e', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:04,546 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:51:04,560 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 6, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:04,609 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_168', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 601493, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_168', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_66', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 593572, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'a931d2626407492385aec91090630588', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:04,623 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_170', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 607521, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_170', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_66', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 593572, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'd1db35f5036a4a1f98ed52b4310177e2', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:04,627 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_171', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 608502, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_171', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_66', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 4, 593572, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '02b14890573d47efa8b2a60adaf7ead5', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:51:06,046 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (320): 127.0.0.1:46624
2021-08-05 17:51:06,696 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 6, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:06,699 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_176', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 696345, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_176', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_68', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 606026, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '4e3dcb031415426a931d085832786254', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:51:06,700 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_179', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 698340, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_179', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_69', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 606026, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'efdbf3694a3e41f7a499dd735128145b', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:06,706 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 7}
2021-08-05 17:51:06,762 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_185', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 761171, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_185', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_71', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 608021, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': '69b0073624ec49c8ab3e5c218156c9d1', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:06,787 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:51:06,803 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 7, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:06,838 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_190', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 836788, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_190', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_75', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 834793, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'd504fe2756614716891a3327a5ef916b', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:06,848 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_192', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 838782, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_192', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_75', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 834793, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '966135aebc4c4b52a4aeb0233694d945', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9288>]})
2021-08-05 17:51:06,850 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_193', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 839779, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_193', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_75', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 6, 834793, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '62eb032b60024bdc85092832997f90d2', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:08,101 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (321): 127.0.0.1:46624
2021-08-05 17:51:09,061 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 7, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:09,063 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_198', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 62322, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_198', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_77', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 8, 964647, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '2caa9aed8fde431e8467ee3c43ae66a9', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:09,068 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_201', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 64283, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_201', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_78', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 8, 965645, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'd430751badd14c7fa3a719d5a87bb1e8', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:09,071 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 8}
2021-08-05 17:51:09,127 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_207', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 126150, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_207', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_80', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 8, 967639, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': '5c663499ea4f47ed959321c5773a3223', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:09,141 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:51:09,156 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 8, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:09,192 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_212', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 189366, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_212', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_84', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 186379, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '93ebeabe877a469587cbf62ded836274', 'call_name': 'get_cwd'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9048>]})
2021-08-05 17:51:09,210 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_214', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 191371, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_214', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_84', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 186379, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '5c4f0d513d9444b6802bd9fe03061cd9', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B9408>]})
2021-08-05 17:51:09,212 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_215', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 192363, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_215', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_84', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 9, 186379, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'bdbb9551439b49e890d805d228b7f4ab', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:10,127 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (322): 127.0.0.1:46624
2021-08-05 17:51:10,902 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 8, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:10,904 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_220', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 10, 902077, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_220', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_86', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 10, 807817, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'f5e1623f0c9445918849672c49aeda32', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:10,909 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_223', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 10, 905105, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_223', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_87', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 10, 809812, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '7b9ece9b58a24f62bd8506d78741e94e', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:12,186 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (323): 127.0.0.1:46624
2021-08-05 17:51:14,227 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (324): 127.0.0.1:46624

--- Script not executing until "Remove variables" buttom pressed

2021-08-05 17:51:49,491 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (325): 127.0.0.1:46624
2021-08-05 17:51:49,517 [DEBUG] [traitlets] -> execute_input: {'code': "runfile('D:/Python/untitled0.py', wdir='D:/Python')", 'execution_count': 9}
2021-08-05 17:51:49,573 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_229', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 49, 571768, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_229', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_89', 'msg_type': 'execute_request', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 10, 816791, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': 'get_file_code', 'call_id': 'f18ee854552f46c2b1d19dcefbe860da', 'settings': {'blocking': True, 'timeout': None, 'send_reply': True}, 'comm_port': 54731, 'pickle_highest_protocol': 4}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:49,587 [DEBUG] [traitlets] -> stream: {'name': 'stdout', 'text': '10\n10\n'}
2021-08-05 17:51:49,604 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 9, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:49,696 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 9, 'user_expressions': {}, 'payload': []}
2021-08-05 17:51:49,698 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_240', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 49, 696529, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_240', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_92', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 49, 513919, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '9c63c32ab88d40a7aa05a90d32ba460a', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
2021-08-05 17:51:49,700 [DEBUG] [traitlets] -> handle_msg[c89ad9f6f60411ebb8e25c80b6dfc978]({'header': {'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_243', 'msg_type': 'comm_msg', 'username': 'username', 'session': '7ff7907c-eed6252ce21cffdb5341ce9f', 'date': datetime.datetime(2021, 8, 5, 15, 51, 49, 698523, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '7ff7907c-eed6252ce21cffdb5341ce9f_243', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '9518ec6d-7a974ff5c3a331da040b2451_93', 'msg_type': 'comm_msg', 'username': 'username', 'session': '9518ec6d-7a974ff5c3a331da040b2451', 'date': datetime.datetime(2021, 8, 5, 15, 51, 49, 514920, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'f12851c931d04675a48674ecb9098a28', 'call_name': 'get_var_properties'}, 'pickle_protocol': 4, 'python_version': '3.7.7 (tags/v3.7.7:d7c567b08f, Mar 10 2020, 10:41:24) [MSC v.1900 64 bit (AMD64)]'}, 'comm_id': 'c89ad9f6f60411ebb8e25c80b6dfc978'}, 'buffers': [<memory at 0x000001CD1F0B91C8>]})
dalthviz commented 3 years ago

Thanks for the log @jrast ! Will check if we can reproduce this in our side with this new info 👍🏼

CalculusAce commented 3 years ago

I wanted to report that I have been having an issue that is very likely connected to this one. I clean installed miniconda3 and installed spyder 5.0.5 from conda forge through conda. I am randomly getting hangs when runfile is running my code, as shown by the other users above. I also have remove all variables before execution checked as well.

I upgraded to 5.1.1 today and still have the same issue. It is extremely hard to predict when runfile will hang up to provide additional info for troubleshooting it. Even restarting the kernel has no impact on the behavior of it (after it occurs once). Sometimes the runfile will actually complete, but the variable explorer is completely empty. The memory scope seems to remain at a static number as well when the issue occurs. Closing Spyder completely and reopening it is the only fix I have found to work on occasion. I am not sure what the best course of action is, but I think this is currently a pretty serious issue that needs to be looked at. I really appreciate any assistance that could be provided on this issue.

CalculusAce commented 3 years ago

Update

I can confirm that the runfile issue I am having is related to having remove variables before execution checked. I am currently experiencing the issue after launching spyder and trying to run my code for the first time with the remove variables setting checked. If I turn that off and rerun the code, I can complete the run without issues. Additionally, I can recheck remove variables after getting the runfile to complete once and the behavior is as expected when I rerun the file.

dalthviz commented 3 years ago

Thank you for the info @CalculusAce so seems like this is definetly related with the setting handling and thank you for telling us about the workaround you found :+1:

ali-hdvr commented 3 years ago

it started happening when I updated Spyder from version 4.x to 5.0.5. happens both on windows and Linux. even on freshly installed windows. reverting spyder back to 4.x did not solve the issue. and still happening in 4.x now got spyder from anaconda's conda-forge channel

ccordoba12 commented 3 years ago

Hey guys, do you have a Matplotlib backend other than Inline set in Preferences? That could be the cause of this problem.

ccordoba12 commented 3 years ago

I can reproduce this issue by setting the Automatic or Tkinter backends.

jrast commented 3 years ago

Sorry, cant check at the moment, but most likely its set to automatic, and certainly not to inline.

Carlos Cordoba @.***> schrieb am Do., 16. Sept. 2021, 18:24:

I can reproduce this issue by setting the Automatic or Tkinter backends.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/spyder-ide/spyder/issues/16138#issuecomment-921001707, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDXQOKUUGYFFK53UINKE3UCID4XANCNFSM5BPZ4FSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

ZhongfuJi1987 commented 5 months ago

I can also meet this issue that consoles hangs with "remove variables checked" by spyder 5.5.1, Is this issued fixed in next version?

A-Pai commented 5 months ago

您的邮件我已收到  I have received your email                        李刚  LI,Gang