pydevd-pycharm 222.2270.35__tar.gz → 241.15989.57__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pydevd-pycharm might be problematic. Click here for more details.

Files changed (355) hide show
  1. {pydevd-pycharm-222.2270.35/pydevd_pycharm.egg-info → pydevd-pycharm-241.15989.57}/PKG-INFO +4 -1
  2. pydevd-pycharm-241.15989.57/VERSION +1 -0
  3. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_calltip_util.py +13 -5
  4. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_utils.py +12 -4
  5. pydevd-pycharm-241.15989.57/_pydev_bundle/pydev_ipython_code_executor.py +97 -0
  6. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console.py +0 -2
  7. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_console_011.py +79 -15
  8. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_rich_output.py +9 -2
  9. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_log.py +1 -1
  10. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_monkey.py +30 -8
  11. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_monkey_qt.py +50 -22
  12. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_umd.py +1 -2
  13. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_additional_thread_info_regular.py +1 -1
  14. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_asyncio_provider.py +39 -0
  15. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_breakpoints.py +12 -3
  16. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_bytecode_utils.py +53 -0
  17. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_collect_try_except_info.py +6 -2
  18. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_comm.py +23 -13
  19. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_command_line_handling.py +1 -1
  20. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console.py +1 -1
  21. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_integration.py +28 -16
  22. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_output.py +17 -5
  23. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_constants.py +21 -0
  24. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_custom_frames.py +1 -1
  25. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython.c +50540 -0
  26. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_cython.pyx +289 -282
  27. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_312.c +50540 -0
  28. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_27_64.so +0 -0
  29. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +0 -0
  30. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so +0 -0
  31. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so +0 -0
  32. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +0 -0
  33. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +0 -0
  34. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +0 -0
  35. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so +0 -0
  36. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +0 -0
  37. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +0 -0
  38. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd +0 -0
  39. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +0 -0
  40. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd +0 -0
  41. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd +0 -0
  42. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd +0 -0
  43. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd +0 -0
  44. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +0 -0
  45. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +0 -0
  46. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +0 -0
  47. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +0 -0
  48. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd +0 -0
  49. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +0 -0
  50. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd +0 -0
  51. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +0 -0
  52. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_cython_wrapper.py +9 -0
  53. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_dont_trace_files.py +20 -1
  54. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_extension_api.py +1 -1
  55. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_frame.py +286 -278
  56. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_frame_type_handler.py +296 -0
  57. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_ipython_console_output.py +22 -0
  58. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing.py +570 -0
  59. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.c +19705 -0
  60. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd +0 -0
  61. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +0 -0
  62. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so +0 -0
  63. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx +576 -0
  64. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py +18 -0
  65. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_process_net_command.py +14 -7
  66. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_repr_utils.py +231 -0
  67. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_tables.py +79 -0
  68. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_thrift.py +54 -75
  69. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_trace_api.py +3 -3
  70. pydevd-pycharm-241.15989.57/_pydevd_bundle/pydevd_trace_dispatch.py +132 -0
  71. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_trace_dispatch_regular.py +2 -2
  72. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_utils.py +42 -42
  73. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_vars.py +44 -36
  74. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_xml.py +92 -96
  75. pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/__init__.py +47 -0
  76. pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py +84 -0
  77. pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py +61 -0
  78. pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py +89 -0
  79. pydevd-pycharm-241.15989.57/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py +16 -0
  80. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +10 -18
  81. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_eval_main.py +7 -1
  82. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c +16571 -0
  83. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c +16571 -0
  84. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +0 -0
  85. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +0 -0
  86. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +0 -0
  87. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +0 -0
  88. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so +0 -0
  89. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd +0 -0
  90. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd +0 -0
  91. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +0 -0
  92. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +0 -0
  93. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +0 -0
  94. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +0 -0
  95. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd +0 -0
  96. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd +0 -0
  97. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd +0 -0
  98. pydevd-pycharm-241.15989.57/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd +0 -0
  99. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_frame_tracing.py +2 -2
  100. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/pydevd_modify_bytecode.py +32 -8
  101. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/build_tools/build.py +75 -18
  102. pydevd-pycharm-241.15989.57/build_tools/build_binaries_osx.py +37 -0
  103. pydevd-pycharm-241.15989.57/build_tools/build_binaries_windows.py +64 -0
  104. pydevd-pycharm-241.15989.57/build_tools/build_common.py +78 -0
  105. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/build_tools/generate_code.py +17 -4
  106. pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/generate_import_error.py +35 -0
  107. pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/generation_utils.py +240 -0
  108. pydevd-pycharm-241.15989.57/build_tools/generate_debugger_import_errors/start_generation.py +65 -0
  109. pydevd-pycharm-241.15989.57/build_tools/msvccompiler_wrapper.py +37 -0
  110. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pycharm-readme.rst +10 -17
  111. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhook.py +35 -3
  112. pydevd-pycharm-241.15989.57/pydev_ipython/inputhookqt6.py +199 -0
  113. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/matplotlibtools.py +18 -2
  114. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt.py +5 -5
  115. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt_for_kernel.py +11 -2
  116. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/qt_loaders.py +20 -3
  117. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/version.py +8 -1
  118. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevconsole.py +67 -6
  119. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd.py +92 -37
  120. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_check.py +1 -1
  121. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/add_code_to_python_process.py +597 -0
  122. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach.dylib +0 -0
  123. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_amd64.dll +0 -0
  124. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_aarch64.so +0 -0
  125. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_amd64.so +0 -0
  126. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_linux_x86.so +0 -0
  127. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/attach_pydevd.py +11 -20
  128. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/attach_script.py +10 -5
  129. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/attach_x86.dll +0 -0
  130. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/common/python.h +187 -273
  131. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/compile_linux.sh +3 -0
  132. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/linux_and_mac/compile_linux_aarch64.sh +6 -0
  133. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +14 -0
  134. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll +0 -0
  135. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/run_code_on_dllmain_x86.dll +0 -0
  136. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/interactive.py +192 -231
  137. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/process.py +1 -1
  138. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/thread.py +2 -2
  139. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/dbghelp.py +1 -1
  140. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/attach.cpp +49 -126
  141. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/compile_windows.bat +39 -0
  142. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/inject_dll.cpp +134 -0
  143. pydevd-pycharm-241.15989.57/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp +78 -0
  144. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +1 -1
  145. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_file_utils.py +14 -8
  146. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_plugins/django_debug.py +3 -3
  147. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_plugins/jinja2_debug.py +4 -4
  148. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57/pydevd_pycharm.egg-info}/PKG-INFO +4 -1
  149. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/SOURCES.txt +39 -17
  150. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_tracing.py +17 -10
  151. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/setup.py +13 -10
  152. pydevd-pycharm-241.15989.57/setup_cython.py +225 -0
  153. pydevd-pycharm-222.2270.35/VERSION +0 -1
  154. pydevd-pycharm-222.2270.35/_pydev_bundle/pydev_ipython_code_executor.py +0 -76
  155. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_bytecode_utils.py +0 -311
  156. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_27_64.so +0 -0
  157. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +0 -0
  158. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +0 -0
  159. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +0 -0
  160. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +0 -0
  161. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so +0 -0
  162. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_27_32.pyd +0 -0
  163. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_27_64.pyd +0 -0
  164. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd +0 -0
  165. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd +0 -0
  166. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd +0 -0
  167. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd +0 -0
  168. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd +0 -0
  169. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd +0 -0
  170. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd +0 -0
  171. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd +0 -0
  172. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd +0 -0
  173. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd +0 -0
  174. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_tables.py +0 -57
  175. pydevd-pycharm-222.2270.35/_pydevd_bundle/pydevd_trace_dispatch.py +0 -74
  176. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win32.pyd +0 -0
  177. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp310-win_amd64.pyd +0 -0
  178. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win32.pyd +0 -0
  179. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp36-win_amd64.pyd +0 -0
  180. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win32.pyd +0 -0
  181. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp37-win_amd64.pyd +0 -0
  182. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win32.pyd +0 -0
  183. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd +0 -0
  184. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd +0 -0
  185. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd +0 -0
  186. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-310-darwin.so +0 -0
  187. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so +0 -0
  188. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so +0 -0
  189. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-38-darwin.so +0 -0
  190. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so +0 -0
  191. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +0 -0
  192. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +0 -0
  193. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +0 -0
  194. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +0 -0
  195. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so +0 -0
  196. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd +0 -0
  197. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd +0 -0
  198. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd +0 -0
  199. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd +0 -0
  200. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd +0 -0
  201. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd +0 -0
  202. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd +0 -0
  203. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd +0 -0
  204. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd +0 -0
  205. pydevd-pycharm-222.2270.35/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd +0 -0
  206. pydevd-pycharm-222.2270.35/build_tools/build_binaries_osx.py +0 -65
  207. pydevd-pycharm-222.2270.35/build_tools/build_binaries_windows.py +0 -92
  208. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/add_code_to_python_process.py +0 -656
  209. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_amd64.dll +0 -0
  210. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_linux_amd64.so +0 -0
  211. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_linux_x86.so +0 -0
  212. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_x86.dll +0 -0
  213. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_x86.dylib +0 -0
  214. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/attach_x86_64.dylib +0 -0
  215. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +0 -11
  216. pydevd-pycharm-222.2270.35/pydevd_attach_to_process/windows/compile_windows.bat +0 -17
  217. pydevd-pycharm-222.2270.35/setup_cython.py +0 -132
  218. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/LICENSE +0 -0
  219. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/MANIFEST.in +0 -0
  220. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/README.rst +0 -0
  221. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/__init__.py +0 -0
  222. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_completer.py +0 -0
  223. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_filesystem_encoding.py +0 -0
  224. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_getopt.py +0 -0
  225. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_imports_tipper.py +0 -0
  226. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_jy_imports_tipper.py +0 -0
  227. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_log.py +0 -0
  228. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/_pydev_tipper_common.py +0 -0
  229. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/fix_getpass.py +0 -0
  230. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_code_executor.py +0 -0
  231. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_commands.py +0 -0
  232. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_console_types.py +0 -0
  233. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_import_hook.py +0 -0
  234. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_imports.py +0 -0
  235. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_ipython_completer.py +0 -0
  236. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_is_thread_alive.py +0 -0
  237. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_localhost.py +0 -0
  238. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_override.py +0 -0
  239. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_stdin.py +0 -0
  240. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_bundle/pydev_versioncheck.py +0 -0
  241. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/__init__.py +0 -0
  242. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_BaseHTTPServer.py +0 -0
  243. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_SimpleXMLRPCServer.py +0 -0
  244. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_SocketServer.py +0 -0
  245. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_execfile.py +0 -0
  246. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_inspect.py +0 -0
  247. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_pkgutil_old.py +0 -0
  248. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_saved_modules.py +0 -0
  249. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_sys_patch.py +0 -0
  250. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_imps/_pydev_xmlrpclib.py +0 -0
  251. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/__init__.py +0 -0
  252. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles.py +0 -0
  253. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_coverage.py +0 -0
  254. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_nose.py +0 -0
  255. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_parallel.py +0 -0
  256. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_parallel_client.py +0 -0
  257. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_pytest2.py +0 -0
  258. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_unittest.py +0 -0
  259. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydev_runfiles/pydev_runfiles_xml_rpc.py +0 -0
  260. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/__init__.py +0 -0
  261. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevconsole_code_for_ironpython.py +0 -0
  262. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_additional_thread_info.py +0 -0
  263. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_breakpointhook.py +0 -0
  264. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_comm_constants.py +0 -0
  265. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_console_pytest.py +0 -0
  266. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_dont_trace.py +0 -0
  267. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_exec.py +0 -0
  268. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_exec2.py +0 -0
  269. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_extension_utils.py +0 -0
  270. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_frame_utils.py +0 -0
  271. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_import_class.py +0 -0
  272. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_io.py +0 -0
  273. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py +0 -0
  274. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_plugin_utils.py +0 -0
  275. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_referrers.py +0 -0
  276. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_reload.py +0 -0
  277. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_resolver.py +0 -0
  278. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_save_locals.py +0 -0
  279. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_signature.py +0 -0
  280. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_stackless.py +0 -0
  281. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_traceproperty.py +0 -0
  282. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_user_type_renderers.py +0 -0
  283. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_user_type_renderers_utils.py +0 -0
  284. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_bundle/pydevd_vm_type.py +0 -0
  285. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/_pydevd_frame_eval/__init__.py +0 -0
  286. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/build_tools/names_to_rename.py +0 -0
  287. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/build_tools/rename_pep8.py +0 -0
  288. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/merge_pydev_pycharm.txt +0 -0
  289. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pycharm-console.rst +0 -0
  290. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_app_engine_debug_startup.py +0 -0
  291. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/__init__.py +0 -0
  292. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookglut.py +0 -0
  293. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookgtk.py +0 -0
  294. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookgtk3.py +0 -0
  295. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookpyglet.py +0 -0
  296. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookqt4.py +0 -0
  297. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookqt5.py +0 -0
  298. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhooktk.py +0 -0
  299. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydev_ipython/inputhookwx.py +0 -0
  300. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/README.txt +0 -0
  301. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_always_live_program.py +0 -0
  302. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_test_attach_to_process.py +0 -0
  303. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/_test_attach_to_process_linux.py +0 -0
  304. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/attach.cpp +0 -0
  305. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py +0 -0
  306. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/__init__.py +0 -0
  307. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/breakpoint.py +0 -0
  308. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/compat.py +0 -0
  309. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/crash.py +0 -0
  310. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/debug.py +0 -0
  311. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/disasm.py +0 -0
  312. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/event.py +0 -0
  313. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/module.py +0 -0
  314. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/README +0 -0
  315. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/__init__.py +0 -0
  316. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_example.py +0 -0
  317. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_exchain.py +0 -0
  318. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_exploitable.py +0 -0
  319. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/plugins/do_symfix.py +0 -0
  320. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/registry.py +0 -0
  321. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/search.py +0 -0
  322. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/sql.py +0 -0
  323. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/system.py +0 -0
  324. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/textio.py +0 -0
  325. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/util.py +0 -0
  326. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/__init__.py +0 -0
  327. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/advapi32.py +0 -0
  328. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/context_amd64.py +0 -0
  329. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/context_i386.py +0 -0
  330. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/defines.py +0 -0
  331. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/gdi32.py +0 -0
  332. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/kernel32.py +0 -0
  333. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/ntdll.py +0 -0
  334. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/peb_teb.py +0 -0
  335. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/psapi.py +0 -0
  336. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/shell32.py +0 -0
  337. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/shlwapi.py +0 -0
  338. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/user32.py +0 -0
  339. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/version.py +0 -0
  340. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py +0 -0
  341. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/winappdbg/window.py +0 -0
  342. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/attach.h +0 -0
  343. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/stdafx.cpp +0 -0
  344. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/stdafx.h +0 -0
  345. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_attach_to_process/windows/targetver.h +0 -0
  346. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/__init__.py +0 -0
  347. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +0 -0
  348. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_plugins/__init__.py +0 -0
  349. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_plugins/extensions/__init__.py +0 -0
  350. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/dependency_links.txt +0 -0
  351. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/entry_points.txt +0 -0
  352. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/not-zip-safe +0 -0
  353. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.egg-info/top_level.txt +0 -0
  354. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/pydevd_pycharm.py +0 -0
  355. {pydevd-pycharm-222.2270.35 → pydevd-pycharm-241.15989.57}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.1
2
2
  Name: pydevd-pycharm
3
- Version: 222.2270.35
3
+ Version: 241.15989.57
4
4
  Summary: PyCharm Debugger (used in PyCharm and PyDev)
5
5
  Home-page: https://github.com/JetBrains/intellij-community
6
6
  Author: JetBrains, Fabio Zadrozny and others
@@ -69,4 +69,7 @@ Classifier: Programming Language :: Python :: 3.6
69
69
  Classifier: Programming Language :: Python :: 3.7
70
70
  Classifier: Programming Language :: Python :: 3.8
71
71
  Classifier: Programming Language :: Python :: 3.9
72
+ Classifier: Programming Language :: Python :: 3.10
73
+ Classifier: Programming Language :: Python :: 3.11
74
+ Classifier: Programming Language :: Python :: 3.12
72
75
  Classifier: Topic :: Software Development :: Debuggers
@@ -0,0 +1 @@
1
+ 241.15989.57
@@ -5,7 +5,7 @@ Author: Yuli Fitterman
5
5
  # noinspection PyBroadException
6
6
  import types
7
7
 
8
- from _pydevd_bundle.pydevd_constants import IS_JYTHON, IS_PY3K
8
+ from _pydevd_bundle.pydevd_constants import IS_JYTHON, IS_PY3K, IS_PY311_OR_GREATER
9
9
 
10
10
  try:
11
11
  import inspect
@@ -101,17 +101,25 @@ def get_description(obj):
101
101
  fn_class = None
102
102
  if callable(fob):
103
103
  try:
104
- if IS_PY3K:
105
- spec_info = inspect.getfullargspec(fob)
104
+ if IS_PY311_OR_GREATER:
105
+ spec_info = inspect.signature(fob)
106
+ argspec = str(spec_info)
106
107
  else:
107
- spec_info = inspect.getargspec(fob)
108
+ if IS_PY3K:
109
+ spec_info = inspect.getfullargspec(fob)
110
+ else:
111
+ spec_info = inspect.getargspec(fob)
112
+ argspec = inspect.formatargspec(*spec_info)
108
113
  except TypeError:
109
114
  if is_init_func:
110
115
  spec_info = getargspec_py2(obj)
111
116
  else:
112
117
  spec_info = getargspec_py2(fob)
118
+ argspec = inspect.formatargspec(*spec_info)
119
+ except ValueError:
120
+ # function/method defined in C for example str.count
121
+ argspec = None
113
122
 
114
- argspec = inspect.formatargspec(*spec_info)
115
123
  fn_name = getattr(fob, '__name__', None)
116
124
  if isinstance(obj, type) or type(obj).__name__ == 'classobj':
117
125
  fn_name = "__init__"
@@ -185,10 +185,10 @@ class BaseInterpreterInterface(BaseCodeExecutor):
185
185
  else:
186
186
  return True
187
187
 
188
- def getFrame(self):
188
+ def getFrame(self, group_type):
189
189
  try:
190
190
  hidden_ns = self.get_ipython_hidden_vars_dict()
191
- return pydevd_thrift.frame_vars_to_struct(self.get_namespace(), hidden_ns, self.user_type_renderers)
191
+ return pydevd_thrift.frame_vars_to_struct(self.get_namespace(), group_type, hidden_ns, self.user_type_renderers)
192
192
  except:
193
193
  traceback.print_exc()
194
194
  raise PythonUnhandledException(traceback.format_exc())
@@ -375,7 +375,7 @@ class BaseInterpreterInterface(BaseCodeExecutor):
375
375
 
376
376
  from _pydevd_bundle.pydevd_constants import set_thread_id
377
377
  from _pydev_bundle import pydev_localhost
378
- set_thread_id(threading.currentThread(), "console_main")
378
+ set_thread_id(threading.current_thread(), "console_main")
379
379
 
380
380
  self.orig_find_frame = pydevd_vars.find_frame
381
381
  pydevd_vars.find_frame = self._findFrame
@@ -412,9 +412,17 @@ class BaseInterpreterInterface(BaseCodeExecutor):
412
412
  traceback.print_exc()
413
413
  raise PythonUnhandledException(traceback.format_exc())
414
414
 
415
- def execTableCommand(self, command, command_type):
415
+ #
416
+ def execTableCommand(self, command, command_type, start_index, end_index):
416
417
  try:
418
+ try:
419
+ start_index = int(start_index)
420
+ end_index = int(end_index)
421
+ except ValueError:
422
+ start_index = None
423
+ end_index = None
417
424
  success, res = exec_table_command(command, command_type,
425
+ start_index, end_index,
418
426
  self.get_namespace(),
419
427
  self.get_namespace())
420
428
  if success:
@@ -0,0 +1,97 @@
1
+ import sys
2
+ import traceback
3
+
4
+ from _pydev_bundle.pydev_code_executor import BaseCodeExecutor
5
+ from _pydev_bundle.pydev_ipython_console_011 import get_pydev_ipython_frontend, PyDebuggerTerminalInteractiveShell, get_ipython_hidden_vars
6
+ from _pydevd_bundle.pydevd_constants import dict_iter_items
7
+ from IPython.core.interactiveshell import InteractiveShell
8
+
9
+
10
+ # Uncomment to force PyDev standard shell.
11
+ # raise ImportError()
12
+
13
+ # TODO reuse `CodeExecutor` in `InterpreterInterface` in pydev_ipython_console.py
14
+ #=======================================================================================================================
15
+ # IPythonCodeExecutor
16
+ #=======================================================================================================================
17
+ class IPythonCodeExecutor(BaseCodeExecutor):
18
+ '''
19
+ The methods in this class should be registered in the xml-rpc server.
20
+ '''
21
+
22
+ def __init__(self, show_banner=True, rpc_client=None):
23
+ super(IPythonCodeExecutor, self).__init__()
24
+
25
+ self.is_jupyter_debugger_shell = False
26
+ # checking if it's not a Jupyter Debug Session
27
+ ipython = self._get_ipython_or_none()
28
+ if ipython is None or not hasattr(ipython, 'debugger'):
29
+ self.interpreter = get_pydev_ipython_frontend(rpc_client)
30
+ else:
31
+ self.is_jupyter_debugger_shell = True
32
+ self.original_interactive_shell_instance = InteractiveShell._instance
33
+ self.interpreter = get_pydev_ipython_frontend(rpc_client, is_jupyter_debugger=True)
34
+ self._input_error_printed = False
35
+ self.notification_succeeded = False
36
+ self.notification_tries = 0
37
+ self.notification_max_tries = 3
38
+ self.show_banner = show_banner
39
+
40
+ def get_greeting_msg(self):
41
+ return self.interpreter.get_greeting_msg()
42
+
43
+ def do_add_exec(self, code_fragment):
44
+ self.notify_about_magic()
45
+ if code_fragment.text.rstrip().endswith('??'):
46
+ print('IPython-->')
47
+ try:
48
+ if self.is_jupyter_debugger_shell:
49
+ self.interpreter.ipython.execution_count = self.original_interactive_shell_instance.execution_count
50
+ InteractiveShell._instance = PyDebuggerTerminalInteractiveShell.new_instance
51
+ more, exception_occurred = self.interpreter.add_exec(code_fragment.text)
52
+ self.interpreter.ipython.execution_count += 1
53
+ self.original_interactive_shell_instance.execution_count = self.interpreter.ipython.execution_count
54
+ else:
55
+ more, exception_occurred = self.interpreter.add_exec(code_fragment.text)
56
+ finally:
57
+ if self.is_jupyter_debugger_shell:
58
+ InteractiveShell._instance = self.original_interactive_shell_instance
59
+ if code_fragment.text.rstrip().endswith('??'):
60
+ print('<--IPython')
61
+ return bool(more), exception_occurred
62
+
63
+ def get_namespace(self):
64
+ return self.interpreter.get_namespace()
65
+
66
+ def close(self):
67
+ sys.exit(0)
68
+
69
+ def notify_about_magic(self):
70
+ pass
71
+
72
+ def get_ipython_hidden_vars_dict(self):
73
+ if hasattr(self.interpreter, 'ipython'):
74
+ shell_ns_hidden_dict = get_ipython_hidden_vars(self.interpreter.ipython)
75
+ global_ns_hidden_dict = None
76
+ if self.is_jupyter_debugger_shell:
77
+ try:
78
+ ipython = self._get_ipython_or_none()
79
+ if ipython is not None:
80
+ global_ns_hidden_dict = get_ipython_hidden_vars(ipython)
81
+ except:
82
+ pass
83
+
84
+ if global_ns_hidden_dict is not None:
85
+ shell_ns_hidden_dict.update(global_ns_hidden_dict)
86
+
87
+ return shell_ns_hidden_dict
88
+
89
+ def _get_ipython_or_none(self):
90
+ ipython = None
91
+
92
+ try:
93
+ ipython = get_ipython()
94
+ except:
95
+ pass
96
+
97
+ return ipython
@@ -24,8 +24,6 @@ class IPythonInterpreterInterface(BaseInterpreterInterface):
24
24
  self.show_banner = show_banner
25
25
 
26
26
  def get_greeting_msg(self):
27
- if self.show_banner:
28
- self.interpreter.show_banner()
29
27
  return self.interpreter.get_greeting_msg()
30
28
 
31
29
  def do_add_exec(self, code_fragment):
@@ -19,6 +19,7 @@ import os
19
19
  import sys
20
20
  import codeop
21
21
  import traceback
22
+ from copy import deepcopy
22
23
 
23
24
  from IPython.core.error import UsageError
24
25
  from IPython.core.interactiveshell import InteractiveShell, InteractiveShellABC
@@ -27,7 +28,7 @@ from IPython.core.formatters import DisplayFormatter
27
28
  from IPython.core import release
28
29
 
29
30
  from IPython.terminal.interactiveshell import TerminalInteractiveShell
30
- from IPython.terminal.ipapp import load_default_config
31
+ from IPython.terminal.ipapp import TerminalIPythonApp
31
32
  from IPython import InteractiveShell
32
33
 
33
34
  from traitlets import Type
@@ -35,6 +36,7 @@ from traitlets import CBool, Unicode
35
36
 
36
37
 
37
38
  from _pydevd_bundle.pydevd_constants import dict_keys, dict_iter_items
39
+ from _pydevd_bundle.pydevd_ipython_console_output import PyDevDebugDisplayHook, PyDevDebugDisplayPub
38
40
  from _pydev_bundle.pydev_ipython_rich_output import PyDevDisplayHook, PyDevDisplayPub, \
39
41
  patch_stdout
40
42
  from _pydev_bundle.pydev_ipython_completer import init_shell_completer
@@ -110,6 +112,7 @@ class PyDevTerminalInteractiveShell(TerminalInteractiveShell):
110
112
  # Since IPython 5 the terminal interface is not compatible with Emacs `inferior-shell` and
111
113
  # the `simple_prompt` flag is needed
112
114
  simple_prompt = CBool(True)
115
+ pydev_curr_exec_line = 0
113
116
 
114
117
  if INLINE_OUTPUT_SUPPORTED:
115
118
  displayhook_class = Type(PyDevDisplayHook)
@@ -227,7 +230,39 @@ class PyDevTerminalInteractiveShell(TerminalInteractiveShell):
227
230
  super(PyDevTerminalInteractiveShell, self).init_magics()
228
231
  # TODO Any additional magics for PyDev?
229
232
 
233
+
234
+ class PyDebuggerTerminalInteractiveShell(PyDevTerminalInteractiveShell):
235
+ """
236
+ InteractiveShell for the Jupyter Debug Console.
237
+ Print result outputs to the shell.
238
+ See method 'do_add_exec' from 'pydev/_pydev_bundle/pydev_ipython_code_executor.py'.
239
+ """
240
+
241
+ displayhook_class = Type(PyDevDebugDisplayHook)
242
+ display_pub_class = Type(PyDevDebugDisplayPub)
243
+ new_instance = None
244
+
245
+
230
246
  InteractiveShellABC.register(PyDevTerminalInteractiveShell) # @UndefinedVariable
247
+ InteractiveShellABC.register(PyDebuggerTerminalInteractiveShell)
248
+
249
+ class PyDevIpythonApp(TerminalIPythonApp):
250
+ def initialize(self, shell_cls):
251
+ """Do actions after construct, but before starting the app."""
252
+ cl_config = deepcopy(self.config)
253
+ self.init_profile_dir()
254
+ self.init_config_files()
255
+ self.load_config_file()
256
+ self.update_config(cl_config)
257
+ self.init_path()
258
+ self.init_shell(shell_cls)
259
+ self.init_extensions()
260
+ self.init_code()
261
+
262
+ def init_shell(self, shell_cls):
263
+ self.shell = shell_cls.instance()
264
+ self.shell.configurables.append(self)
265
+
231
266
 
232
267
  #=======================================================================================================================
233
268
  # _PyDevIPythonFrontEnd
@@ -236,18 +271,39 @@ class _PyDevIPythonFrontEnd:
236
271
 
237
272
  version = release.__version__
238
273
 
239
- def __init__(self):
274
+ def __init__(self, is_jupyter_debugger=False):
240
275
  # Create and initialize our IPython instance.
241
- if hasattr(PyDevTerminalInteractiveShell, '_instance') and PyDevTerminalInteractiveShell._instance is not None:
242
- self.ipython = PyDevTerminalInteractiveShell._instance
276
+ self.is_jupyter_debugger = is_jupyter_debugger
277
+ if is_jupyter_debugger:
278
+ if self._has_shell_instance(PyDebuggerTerminalInteractiveShell, 'new_instance'):
279
+ self.ipython = PyDebuggerTerminalInteractiveShell.new_instance
280
+ else:
281
+ # if we already have some InteractiveConsole instance (Python Console: Attach Debugger)
282
+ if self._has_shell_instance(PyDevTerminalInteractiveShell, '_instance'):
283
+ PyDevTerminalInteractiveShell.clear_instance()
284
+
285
+ InteractiveShell.clear_instance()
286
+
287
+ self.ipython = self._init_ipy_app(PyDebuggerTerminalInteractiveShell).shell
288
+ PyDebuggerTerminalInteractiveShell.new_instance = PyDebuggerTerminalInteractiveShell._instance
243
289
  else:
244
- self.ipython = PyDevTerminalInteractiveShell.instance(config=load_default_config())
290
+ if self._has_shell_instance(PyDevTerminalInteractiveShell, '_instance'):
291
+ self.ipython = PyDevTerminalInteractiveShell._instance
292
+ else:
293
+ self.ipython = self._init_ipy_app(PyDevTerminalInteractiveShell).shell
245
294
 
246
295
  self._curr_exec_line = 0
247
296
  self._curr_exec_lines = []
248
297
 
249
- def show_banner(self):
250
- self.ipython.show_banner()
298
+ def _init_ipy_app(self, shell_cls):
299
+ application = PyDevIpythonApp()
300
+ application.initialize(shell_cls)
301
+ return application
302
+
303
+
304
+ def _has_shell_instance(self, shell_cls, instance_str):
305
+ return getattr(shell_cls, instance_str, None) is not None
306
+
251
307
 
252
308
  def update(self, globals, locals):
253
309
  ns = self.ipython.user_ns
@@ -360,6 +416,7 @@ class _PyDevIPythonFrontEnd:
360
416
 
361
417
  if self.is_complete(buf):
362
418
  self._curr_exec_line += 1
419
+ self.ipython.pydev_curr_exec_line = self._curr_exec_line
363
420
  res = self.ipython.run_cell(buf)
364
421
  del self._curr_exec_lines[:]
365
422
  if res.error_in_exec is not None:
@@ -376,16 +433,15 @@ class _PyDevIPythonFrontEnd:
376
433
  return True, False #needs more
377
434
  else:
378
435
  self._curr_exec_line += 1
379
- res = self.ipython.run_cell(line, store_history=True)
436
+ self.ipython.pydev_curr_exec_line = self._curr_exec_line
437
+ if not self.is_jupyter_debugger:
438
+ res = self.ipython.run_cell(line, store_history=True)
439
+ else:
440
+ res = self.ipython.run_cell(line, store_history=False)
380
441
  if res.error_in_exec is not None:
381
442
  return False, True
382
443
  else:
383
444
  return False, False #execute complete (no more)
384
- #hist = self.ipython.history_manager.output_hist_reprs
385
- #rep = hist.get(self._curr_exec_line, None)
386
- #if rep is not None:
387
- # print(rep)
388
- return False #execute complete (no more)
389
445
 
390
446
  def is_automagic(self):
391
447
  return self.ipython.automagic
@@ -398,14 +454,22 @@ class _PyDevFrontEndContainer:
398
454
  _instance = None
399
455
  _last_rpc_client = None
400
456
 
457
+ class _PyDebuggerFrontEndContainer:
458
+ _instance = None
401
459
 
402
460
  def get_client():
403
461
  return _PyDevFrontEndContainer._last_rpc_client
404
462
 
405
463
 
406
- def get_pydev_ipython_frontend(rpc_client):
464
+ def get_pydev_ipython_frontend(rpc_client, is_jupyter_debugger=False):
465
+ if is_jupyter_debugger:
466
+ if _PyDebuggerFrontEndContainer._instance is None:
467
+ _PyDebuggerFrontEndContainer._instance = _PyDevIPythonFrontEnd(is_jupyter_debugger)
468
+
469
+ return _PyDebuggerFrontEndContainer._instance
470
+
407
471
  if _PyDevFrontEndContainer._instance is None:
408
- _PyDevFrontEndContainer._instance = _PyDevIPythonFrontEnd()
472
+ _PyDevFrontEndContainer._instance = _PyDevIPythonFrontEnd(is_jupyter_debugger)
409
473
 
410
474
  if _PyDevFrontEndContainer._last_rpc_client != rpc_client:
411
475
  _PyDevFrontEndContainer._last_rpc_client = rpc_client
@@ -13,7 +13,7 @@ class PyDevDisplayHook(DisplayHook):
13
13
  **kwargs)
14
14
  return
15
15
  add_new_line_to_text(format_dict)
16
- format_dict["execution_count"] = str(self.shell.execution_count)
16
+ format_dict["execution_count"] = str(get_current_exec_count(self.shell))
17
17
  send_rich_output(format_dict)
18
18
 
19
19
 
@@ -24,10 +24,17 @@ class PyDevDisplayPub(DisplayPublisher):
24
24
  super(PyDevDisplayPub, self).publish(data, *args, **kwargs)
25
25
  return
26
26
  add_new_line_to_text(data)
27
- data["execution_count"] = str(self.shell.execution_count)
27
+ data["execution_count"] = str(get_current_exec_count(self.shell))
28
28
  send_rich_output(data)
29
29
 
30
30
 
31
+ def get_current_exec_count(shell):
32
+ if hasattr(shell, "pydev_curr_exec_line") and shell.pydev_curr_exec_line != 0:
33
+ return shell.pydev_curr_exec_line
34
+ else:
35
+ return shell.execution_count
36
+
37
+
31
38
  def add_new_line_to_text(format_dict):
32
39
  if "text/plain" in format_dict:
33
40
  text = format_dict["text/plain"]
@@ -1,7 +1,7 @@
1
1
  import sys
2
2
  from _pydevd_bundle.pydevd_constants import DebugInfoHolder
3
3
  from _pydev_imps._pydev_saved_modules import threading
4
- currentThread = threading.currentThread
4
+ currentThread = threading.current_thread
5
5
 
6
6
 
7
7
  import traceback
@@ -3,8 +3,9 @@ import os
3
3
  import sys
4
4
  import traceback
5
5
  from _pydev_imps._pydev_saved_modules import threading
6
- from _pydevd_bundle.pydevd_constants import get_global_debugger, IS_WINDOWS, IS_MACOS, IS_JYTHON, IS_PY36_OR_LESSER, IS_PY38_OR_GREATER, \
7
- get_current_thread_id
6
+ from _pydevd_bundle.pydevd_constants import get_global_debugger, IS_WINDOWS, IS_MACOS, \
7
+ IS_JYTHON, IS_PY36_OR_LESSER, IS_PY36_OR_GREATER, IS_PY38_OR_GREATER, \
8
+ get_current_thread_id, IS_PY311_OR_GREATER, clear_cached_thread_id
8
9
  from _pydev_bundle import pydev_log
9
10
 
10
11
  try:
@@ -62,6 +63,16 @@ def _is_already_patched(args):
62
63
  def _is_py3_and_has_bytes_args(args):
63
64
  if not isinstance('', type(u'')):
64
65
  return False
66
+
67
+ if len(args) == 0:
68
+ return False
69
+
70
+ # PY-57217 Uvicorn with '-reload' flag when starting a new process in Python3.11 passes the path to the interpreter as bytes
71
+ if IS_PY311_OR_GREATER and isinstance(args[0], bytes):
72
+ interpreter = args[0].decode('utf-8')
73
+ if is_python(interpreter):
74
+ args[0] = interpreter
75
+
65
76
  for arg in args:
66
77
  if isinstance(arg, bytes):
67
78
  return True
@@ -70,7 +81,9 @@ def _is_py3_and_has_bytes_args(args):
70
81
 
71
82
  def _on_forked_process():
72
83
  import pydevd
73
- pydevd.threadingCurrentThread().__pydevd_main_thread = True
84
+ main_thread = pydevd.threadingCurrentThread()
85
+ main_thread.__pydevd_main_thread = True
86
+ clear_cached_thread_id(main_thread)
74
87
  pydevd.settrace_forked()
75
88
 
76
89
 
@@ -108,6 +121,8 @@ def starts_with_python_shebang(path):
108
121
 
109
122
 
110
123
  def is_python(path):
124
+ if IS_PY36_OR_GREATER and isinstance(path, os.PathLike):
125
+ path = path.__fspath__()
111
126
  if path.endswith("'") or path.endswith('"'):
112
127
  path = path[1:len(path) - 1]
113
128
  filename = os.path.basename(path).lower()
@@ -229,6 +244,16 @@ def patch_args(args):
229
244
  return args
230
245
 
231
246
  i = 1
247
+ # Implementation-specific options that start with `-X` can be passed right
248
+ # after the Python executable. We have to preserve them.
249
+ while i < len(args) and args[i].startswith('-X'):
250
+ new_args.append(args[i])
251
+ if args[i] == '-X':
252
+ if i < len(args) - 1:
253
+ new_args.append(args[i + 1])
254
+ i += 1
255
+ i += 1
256
+
232
257
  # Original args should be something as:
233
258
  # ['X:\\pysrc\\pydevd.py', '--multiprocess', '--print-in-debugger-startup',
234
259
  # '--vm_type', 'python', '--client', '127.0.0.1', '--port', '56352', '--file', 'x:\\snippet1.py']
@@ -448,7 +473,6 @@ def create_execl(original_name):
448
473
  import os
449
474
  args = patch_args(args)
450
475
  if is_python_args(args):
451
- path = args[0]
452
476
  send_process_will_be_substituted()
453
477
  return getattr(os, original_name)(path, *args)
454
478
  return new_execl
@@ -463,7 +487,6 @@ def create_execv(original_name):
463
487
  import os
464
488
  args = patch_args(args)
465
489
  if is_python_args(args):
466
- path = args[0]
467
490
  send_process_will_be_substituted()
468
491
  return getattr(os, original_name)(path, args)
469
492
  return new_execv
@@ -478,7 +501,6 @@ def create_execve(original_name):
478
501
  import os
479
502
  args = patch_args(args)
480
503
  if is_python_args(args):
481
- path = args[0]
482
504
  send_process_will_be_substituted()
483
505
  return getattr(os, original_name)(path, args, env)
484
506
  return new_execve
@@ -773,12 +795,12 @@ class _NewThreadStartupWithTrace:
773
795
  # Note: if this is a thread from threading.py, we're too early in the boostrap process (because we mocked
774
796
  # the start_new_thread internal machinery and thread._bootstrap has not finished), so, the code below needs
775
797
  # to make sure that we use the current thread bound to the original function and not use
776
- # threading.currentThread() unless we're sure it's a dummy thread.
798
+ # threading.current_thread() unless we're sure it's a dummy thread.
777
799
  t = getattr(self.original_func, '__self__', getattr(self.original_func, 'im_self', None))
778
800
  if not isinstance(t, threading.Thread):
779
801
  # This is not a threading.Thread but a Dummy thread (so, get it as a dummy thread using
780
802
  # currentThread).
781
- t = threading.currentThread()
803
+ t = threading.current_thread()
782
804
 
783
805
  if not getattr(t, 'is_pydev_daemon_thread', False):
784
806
  thread_id = get_current_thread_id(t)
@@ -38,35 +38,53 @@ def patch_qt(qt_support_mode):
38
38
 
39
39
  patch_qt_on_import = None
40
40
  try:
41
- # PY-50959
42
- # Problem:
43
- # 1. We have Python 3.8;
44
- # 2. PyQt compatible = Auto or PySide2;
45
- # 3. We try to import numpy, we get "AttributeError: module 'numpy.core' has no attribute 'numerictypes'"
46
- #
47
- # Solution:
48
- # We decided to turn off patching for PySide2 if we have Python 3.8
49
- # Here we skip 'import PySide2' and keep trying to import another qt libraries
50
41
  if IS_PY38:
51
42
  raise ImportError
52
- import PySide2 # @UnresolvedImport @UnusedImport
53
- qt_support_mode = 'pyside2'
43
+ import PySide6
44
+ qt_support_mode = 'pyside6'
54
45
  except:
55
46
  try:
56
- import Pyside # @UnresolvedImport @UnusedImport
57
- qt_support_mode = 'pyside'
47
+ # PY-50959
48
+ # Problem:
49
+ # 1. We have Python 3.8;
50
+ # 2. PyQt compatible = Auto or PySide2;
51
+ # 3. We try to import numpy, we get "AttributeError: module 'numpy.core' has no attribute 'numerictypes'"
52
+ #
53
+ # Solution:
54
+ # We decided to turn off patching for PySide2 if we have Python 3.8
55
+ # Here we skip 'import PySide2' and keep trying to import another qt libraries
56
+ if IS_PY38:
57
+ raise ImportError
58
+ import PySide2 # @UnresolvedImport @UnusedImport
59
+ qt_support_mode = 'pyside2'
58
60
  except:
59
61
  try:
60
- import PyQt5 # @UnresolvedImport @UnusedImport
61
- qt_support_mode = 'pyqt5'
62
+ import Pyside # @UnresolvedImport @UnusedImport
63
+ qt_support_mode = 'pyside'
62
64
  except:
63
65
  try:
64
- import PyQt4 # @UnresolvedImport @UnusedImport
65
- qt_support_mode = 'pyqt4'
66
+ import PyQt6 # @UnresolvedImport @UnusedImport
67
+ qt_support_mode = 'pyqt6'
66
68
  except:
67
- return
68
-
69
- if qt_support_mode == 'pyside2':
69
+ try:
70
+ import PyQt5 # @UnresolvedImport @UnusedImport
71
+ qt_support_mode = 'pyqt5'
72
+ except:
73
+ try:
74
+ import PyQt4 # @UnresolvedImport @UnusedImport
75
+ qt_support_mode = 'pyqt4'
76
+ except:
77
+ return
78
+
79
+ if qt_support_mode == 'pyside6':
80
+ if IS_PY38:
81
+ return
82
+ try:
83
+ import PySide6.QtCore # @UnresolvedImport
84
+ _internal_patch_qt(PySide6.QtCore, qt_support_mode)
85
+ except:
86
+ return
87
+ elif qt_support_mode == 'pyside2':
70
88
  # PY-50959
71
89
  # We can get here only if PyQt compatible = PySide2, in this case we should return
72
90
  # See comment above about PY-50959
@@ -85,6 +103,13 @@ def patch_qt(qt_support_mode):
85
103
  except:
86
104
  return
87
105
 
106
+ elif qt_support_mode == 'pyqt6':
107
+ try:
108
+ import PyQt6.QtCore # @UnresolvedImport
109
+ _internal_patch_qt(PyQt6.QtCore)
110
+ except:
111
+ return
112
+
88
113
  elif qt_support_mode == 'pyqt5':
89
114
  try:
90
115
  import PyQt5.QtCore # @UnresolvedImport
@@ -163,14 +188,17 @@ def _internal_patch_qt(QtCore, qt_support_mode='auto'):
163
188
  QtCore.QObject.__init__(self)
164
189
  self.thread = thread
165
190
  self.original_started = original_started
166
- if qt_support_mode in ('pyside', 'pyside2'):
191
+ if qt_support_mode in ('pyside', 'pyside2', 'pyside6'):
167
192
  self._signal = original_started
168
193
  else:
169
194
  self._signal.connect(self._on_call)
170
195
  self.original_started.connect(self._signal)
171
196
 
172
197
  def connect(self, func, *args, **kwargs):
173
- if qt_support_mode in ('pyside', 'pyside2'):
198
+ _is_signal_instance = False
199
+ if hasattr(QtCore, 'SignalInstance'):
200
+ _is_signal_instance = isinstance(func, QtCore.SignalInstance)
201
+ if qt_support_mode in ('pyside', 'pyside2', 'pyside6') and not _is_signal_instance:
174
202
  return self._signal.connect(FuncWrapper(func), *args, **kwargs)
175
203
  else:
176
204
  return self._signal.connect(func, *args, **kwargs)
@@ -156,8 +156,7 @@ def runfile(filename, args=None, wdir=None, is_module=False, global_vars=None):
156
156
 
157
157
  if global_vars is None:
158
158
  m = save_main_module(filename, 'pydev_umd')
159
- global_vars = _get_interpreter_globals()
160
- global_vars.update(m.__dict__)
159
+ global_vars = m.__dict__
161
160
  try:
162
161
  global_vars['__builtins__'] = __builtins__
163
162
  except NameError:
@@ -7,7 +7,7 @@ from _pydev_bundle import pydev_log
7
7
  from _pydevd_bundle.pydevd_frame import PyDBFrame
8
8
  # ENDIF
9
9
 
10
- version = 33
10
+ version = 46
11
11
 
12
12
  if not hasattr(sys, '_current_frames'):
13
13