PTVS
PTVS copied to clipboard
PTVS Python 3.12 - initial investigation
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
Does the bundled python version need to be updated for all past release branches? Or just the main?
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. 😄
The issue that tracks the general PTVS code changes:https://github.com/microsoft/PTVS/issues/7775