PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

PTVS Python 3.12 - initial investigation

Open AdamYoblick opened this issue 1 year ago • 3 comments

Related to #7565

Need to investigate what changes are needed to support Python 3.12 in PTVS.

There are three areas that need to be updated:

Python workload in VS:

  • [ ] #7786

General PTVS code:

  • [x] #7775

Profiler

  • [ ] #7787

Mixed mode debugging

  • [ ] #7791

AdamYoblick avatar Nov 29 '23 23:11 AdamYoblick

Does the bundled python version need to be updated for all past release branches? Or just the main?

StellaHuang95 avatar Nov 29 '23 23:11 StellaHuang95

Does the bundled python version need to be updated for all past release branches? Or just the main?

Probably just main. That's what I got from reading the e-mails, but I could be mistaken. 😄

AdamYoblick avatar Nov 29 '23 23:11 AdamYoblick

The issue that tracks the general PTVS code changes:https://github.com/microsoft/PTVS/issues/7775

StellaHuang95 avatar Dec 11 '23 19:12 StellaHuang95