Commit 6647b708 authored by Andrey Lisin's avatar Andrey Lisin Committed by intellij-monorepo-bot
Browse files

PY-71557 Remove dedicated C-file for building debugger binaries for Python 3.12

(cherry picked from commit 37620d019fde1a306d263b8b47b1dae9231218eb)

IJ-CR-134079

GitOrigin-RevId: d2311faadc3527ab317c2fc0a79789a44cfb35d8
parent 9c50497d
Showing with 888 additions and 51488 deletions
+888 -51488
......@@ -7,7 +7,7 @@ from _pydev_bundle import pydev_log
from _pydevd_bundle.pydevd_frame import PyDBFrame
# ENDIF
version = 46
version = 47
if not hasattr(sys, '_current_frames'):
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -13,7 +13,7 @@ pydev_log.debug("Using Cython speedups")
# from _pydevd_bundle.pydevd_frame import PyDBFrame
# ENDIF
version = 46
version = 47
if not hasattr(sys, '_current_frames'):
......
This diff is collapsed.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment