Skip to content

fix for repl warnings - #8275

Merged
Bill Schnurr (bschnurr) merged 3 commits into
microsoft:mainfrom
bschnurr:fix-repl-dict-keys-values-limit
Sep 19, 2025
Merged

fix for repl warnings #8275
Bill Schnurr (bschnurr) merged 3 commits into
microsoft:mainfrom
bschnurr:fix-repl-dict-keys-values-limit

Conversation

@bschnurr

Copy link
Copy Markdown
Member

now using raw string

example.
c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:519: SyntaxWarning: invalid escape sequence '.' re_test(d1, "{'a+...a+': 'a+...a+'}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:521: SyntaxWarning: invalid escape sequence '.' re_test(d2, "{'a+...a+': {'a+...a+': 'a+...a+'}}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:524: SyntaxWarning: invalid escape sequence '.' re_test(d3, "{'a+...a+': {'a+...a+': {...}}}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:526: SyntaxWarning: invalid escape sequence '.' re_test(d3, "{'a+...a+': {'a+...a+': {'a+...a+': 'a+...a+'}}}")

now using raw string

example.
c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:519: SyntaxWarning: invalid escape sequence '.' re_test(d1, "{'a+...a+': 'a+...a+'}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:521: SyntaxWarning: invalid escape sequence '.' re_test(d2, "{'a+...a+': {'a+...a+': 'a+...a+'}}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:524: SyntaxWarning: invalid escape sequence '.' re_test(d3, "{'a+...a+': {'a+...a+': {...}}}") c:\users\bschnurr\appdata\local\microsoft\visualstudio\17.0_0f44cb13exp\extensions\microsoft corporation\python\17.0.0\ptvsd\util.py:526: SyntaxWarning: invalid escape sequence '.' re_test(d3, "{'a+...a+': {'a+...a+': {'a+...a+': 'a+...a+'}}}")
@bschnurr
Bill Schnurr (bschnurr) requested a review from a team as a code owner August 14, 2025 17:06
@bschnurr Bill Schnurr (bschnurr) changed the title Fix repl hange is python 3.12 and above. the module 'imp' was removed. fix for repl warnings Aug 14, 2025
@bschnurr

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@sonarqubecloud

sonarqubecloud Bot commented Sep 2, 2025

Copy link
Copy Markdown

@bschnurr
Bill Schnurr (bschnurr) merged commit 2292c01 into microsoft:main Sep 19, 2025
6 checks passed
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.

3 participants