Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of all of the mixed mode changes #8071

Merged
merged 5 commits into from
Nov 18, 2024
Merged

Rollup of all of the mixed mode changes #8071

merged 5 commits into from
Nov 18, 2024

Conversation

rchiodo
Copy link
Contributor

@rchiodo rchiodo commented Nov 14, 2024

I was submitting all of the mixed mode changes to a separate branch so that they could be looked per python version. This PR is merging that separate branch into main.

rchiodo and others added 5 commits November 4, 2024 09:35
* Fix 3.10 thread state

* Add the other versions elsewhere

* Test with native calling python

* Fix 3.10 thread state

* Add the other versions elsewhere

* Test with native calling python

* Add commit where _cframe was created

* Use an environment variable for python install path
* Fix 3.10 thread state

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Basics for 3.11 working

* Fix stuff broken in 3.10 by 3.11 changes

* Fix tabs

* Fix review comments
* Fix 3.10 thread state

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Basics for 3.11 working

* Fix stuff broken in 3.10 by 3.11 changes

* Fix tabs

* Get python breakpoints working again

* Partially working for 3.11

Locals/Globals not being read correctly. They moved

* Get python breakpoints working again

* Get longs to work using new 3.12 long implementation

* Compute dynamic parts of the frame like the f_back and the line number

* Update comment
* Changes for 3.13 Mixed mode debugging

* Fix step out/over

* Fix example to not hold file handle
@rchiodo rchiodo requested a review from a team as a code owner November 14, 2024 22:54
Copy link

sonarcloud bot commented Nov 14, 2024

@rchiodo rchiodo merged commit 8b1d41a into main Nov 18, 2024
5 checks passed
@rchiodo rchiodo deleted the mixed_mode_310_to_313 branch November 18, 2024 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants