Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Debug console displaying incorrect key order for Python 3.7 #998

Closed
brettcannon opened this issue Nov 8, 2018 · 4 comments · Fixed by microsoft/debugpy#96
Closed

Debug console displaying incorrect key order for Python 3.7 #998

brettcannon opened this issue Nov 8, 2018 · 4 comments · Fixed by microsoft/debugpy#96

Comments

@brettcannon
Copy link
Member

microsoft/vscode-python#3236

Insertion order is preserved in Python 3.7 (and unofficially in 3.6), but in the debug console the keys seem to be sorted.

@brettcannon
Copy link
Member Author

This is also affecting OrderedDict.

@fabioz
Copy link
Contributor

fabioz commented Apr 1, 2020

Note: I'm currently taking a look at this.

@kbakk
Copy link

kbakk commented Dec 9, 2020

Is this working as it should? I'm getting a different order when printing:

image

@fabioz
Copy link
Contributor

fabioz commented Dec 9, 2020

Is this working as it should? I'm getting a different order when printing:

If you believe you have an issue, please create a new issue with more details (i.e.: Python version and code to reproduce).

Note: new issues should be created in debugpy: https://github.com/microsoft/debugpy/issues as ptvsd is discontinued.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants