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

Warning in ptvsd on python 3.8 #1374

Closed
huguesv opened this issue Apr 18, 2019 · 0 comments
Closed

Warning in ptvsd on python 3.8 #1374

huguesv opened this issue Apr 18, 2019 · 0 comments
Assignees

Comments

@huguesv
Copy link
Contributor

huguesv commented Apr 18, 2019

Environment data

  • PTVSD version: 4.2.8
  • OS and version: win10
  • Python version (& distribution if applicable, e.g. Anaconda): cpython 3.8.0a3 32-bit
  • Using VS Code or Visual Studio: VS

Actual behavior

Warning prints:

c:\users\huvalo\appdata\local\microsoft\visualstudio\16.0_13ce7c9aexp\extensions\microsoft corporation\python\16.0.0\Packages\ptvsd\_vendored\pydevd\_pydevd_bundle\pydevd_resolver.py:158: SyntaxWarning: "is not" with a literal. Did you mean "!="?
  if found.get(name) is not 1:

Expected behavior

No warning printed

Steps to reproduce:

  1. Start debugging a python console app
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants