pylance-release
pylance-release copied to clipboard
"Invalid character "\u3f" in token" when using IPython ? help syntax in Jupyter notebook
Environment data
- Pylance version: v2024.9.1
- OS and version: macOS Sonoma 14.6.1
- Python version (& distribution if applicable, e.g. Anaconda): 3.12.5 (installed by VS Code on demand, see repro steps below)
Code Snippet
In a Jupyter notebook IPython cell:
?print
Repro Steps
- Install Python extension (which also installs Pylance)
- Install Jupyter extension
- Start VS Code in an empty directory:
mkdir incorrect-problem-report cd incorrect-problem-report code . - In VS Code, run "Create: New Jupyter Notebook" command
- When prompted, select python interpreter and choose Create Virtual Environment...
- In the first cell in the notebook, enter
?printorprint?or any valid object with?before or after it (see IPython accessing help to see where this syntax is documented) - Open the PROBLEMS window in VS Code
Expected behavior
No PROBLEMs listed.
Actual behavior
The PROBLEMS tab shows:
Invalid character "\u3f" in token
In light gray Pylance [Ln 1, Col 1] to the right of the message.
Logs
2024-09-14 11:04:06.923 [info] (Client) Pylance async client (2024.9.1) started with python extension (2024.14.1)
2024-09-14 11:04:07.222 [info] [Info - 11:04:07 AM] (19559) Server root directory: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist
2024-09-14 11:04:07.222 [info] [Info - 11:04:07 AM] (19559) Pylance language server 2024.9.1 (pyright version 1.1.378, commit ce64adc1) starting
2024-09-14 11:04:07.226 [info] [Info - 11:04:07 AM] (19559) Starting service instance "incorrect-problem-report"
2024-09-14 11:04:07.248 [info] (19559) No configuration file found.
2024-09-14 11:04:07.248 [info] (19559) No pyproject.toml file found.
2024-09-14 11:04:07.248 [info] [Info - 11:04:07 AM] (19559) Setting environmentName for service "incorrect-problem-report": "/Users/doug/Desktop/pylance-bug-report/.venv"
2024-09-14 11:04:07.248 [info] [Info - 11:04:07 AM] (19559) No include entries specified; assuming /Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:07.249 [info] [Info - 11:04:07 AM] (19559) Auto-excluding **/node_modules
2024-09-14 11:04:07.249 [info] [Info - 11:04:07 AM] (19559) Auto-excluding **/__pycache__
2024-09-14 11:04:07.249 [info] [Info - 11:04:07 AM] (19559) Auto-excluding **/.*
2024-09-14 11:04:07.249 [info] (19559) Assuming Python platform Darwin
2024-09-14 11:04:07.295 [info] [Info - 11:04:07 AM] (19559) Search paths for file:///Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:07.295 [info] [Info - 11:04:07 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib
2024-09-14 11:04:07.295 [info] [Info - 11:04:07 AM] (19559) /Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /Users/doug/Desktop/incorrect-problem-report/typings
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stubs/...
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
2024-09-14 11:04:07.296 [info] [Info - 11:04:07 AM] (19559) /opt/homebrew/lib/python3.12/site-packages
2024-09-14 11:04:07.296 [info] (19559) Searching for source files
2024-09-14 11:04:07.297 [info] [Info - 11:04:07 AM] (19559) No source files found.
2024-09-14 11:04:07.304 [info] (19559) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:07.317 [info] (19559) pytest configurations: {"message":"script","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:07.505 [info] [Info - 11:04:07 AM] (19559) Background analysis(1) root directory: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist
2024-09-14 11:04:07.506 [info] [Info - 11:04:07 AM] (19559) Background analysis(1) started
2024-09-14 11:04:07.543 [info] (19559) pytest configurations: {"message":"request cancelled","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:07.560 [info] (19559) pytest configurations: {"message":"script","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:18.293 [info] (19559) Received updated settings
2024-09-14 11:04:18.298 [info] (19559) Server settings returned for workspace: file:///Users/doug/Desktop/incorrect-problem-report: {
"autoSearchPaths": true,
"disableLanguageServices": false,
"openFilesOnly": true,
"useLibraryCodeForTypes": true,
"watchForSourceChanges": true,
"watchForLibraryChanges": true,
"watchForConfigChanges": true,
"typeCheckingMode": "off",
"diagnosticSeverityOverrides": {
"reportShadowedImports": "warning"
},
"diagnosticBooleanOverrides": {
"strictListInference": false,
"strictDictionaryInference": false,
"strictSetInference": false,
"analyzeUnannotatedFunctions": true,
"strictParameterNoneValue": true,
"enableTypeIgnoreComments": true,
"deprecateTypingAliases": false,
"enableReachabilityAnalysis": false,
"enableExperimentalFeatures": false,
"disableBytesTypePromotions": false
},
"logLevel": "log",
"autoImportCompletions": false,
"indexing": true,
"completeFunctionParens": false,
"enableExtractCodeAction": true,
"indexOptions": {
"packageDepths": [
[
"sklearn",
2,
false
],
[
"matplotlib",
2,
false
],
[
"scipy",
2,
false
],
[
"django",
2,
false
],
[
"flask",
2,
false
],
[
"fastapi",
2,
false
]
],
"regenerateStdLibIndices": false,
"localStorageUri": {
"_key": "/users/doug/desktop/incorrect-problem-report",
"_filePath": "/Users/doug/Desktop/incorrect-problem-report",
"_query": "",
"_fragment": "",
"_originalString": "file:///Users/doug/Desktop/incorrect-problem-report",
"_isCaseSensitive": false,
"_formattedString": "file:///Users/doug/Desktop/incorrect-problem-report",
"_normalizedPath": "/Users/doug/Desktop/incorrect-problem-report"
},
"userFileIndexingLimit": 2000
},
"variableInlayTypeHints": false,
"callArgumentNameInlayHints": "off",
"functionReturnInlayTypeHints": false,
"pytestParametersInlayTypeHints": false,
"importFormat": "absolute",
"includeFileSpecs": [],
"excludeFileSpecs": [],
"ignoreFileSpecs": [],
"formatOnType": true,
"taskListTokens": [],
"enablePytestSupport": true,
"gotoDefinitionInStringLiteral": true,
"remapDiagnostics": false,
"intelliCodeEnabled": true,
"pythonPath": {
"_key": "/users/doug/desktop/incorrect-problem-report/.venv/bin/python",
"_filePath": "/Users/doug/Desktop/incorrect-problem-report/.venv/bin/python",
"_query": "",
"_fragment": "",
"_isCaseSensitive": false
},
"pythonEnvironmentName": "3.12.5 (.venv venv)",
"disableTaggedHints": false,
"fixAll": [],
"extraCommitChars": false,
"autoFormatStrings": false,
"autoIndent": true,
"supportRestructuredText": true,
"cacheLSPData": false,
"reportExtraTelemetry": false,
"nodeExecutable": "",
"notebookRunStartupCommands": "",
"editorIndentConfig": {
"defaultTabSequence": " ",
"tabSize": 4
}
}
2024-09-14 11:04:18.299 [info] (19559) No configuration file found.
2024-09-14 11:04:18.299 [info] (19559) No pyproject.toml file found.
2024-09-14 11:04:18.299 [info] [Info - 11:04:18 AM] (19559) Setting environmentName for service "incorrect-problem-report": "3.12.5 (.venv venv)"
2024-09-14 11:04:18.299 [info] [Info - 11:04:18 AM] (19559) Setting pythonPath for service "incorrect-problem-report": "/Users/doug/Desktop/incorrect-problem-report/.venv/bin/python"
2024-09-14 11:04:18.299 [info] [Info - 11:04:18 AM] (19559) No include entries specified; assuming /Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:18.299 [info] [Info - 11:04:18 AM] (19559) Auto-excluding **/node_modules
2024-09-14 11:04:18.300 [info] [Info - 11:04:18 AM] (19559) Auto-excluding **/__pycache__
2024-09-14 11:04:18.300 [info] [Info - 11:04:18 AM] (19559) Auto-excluding **/.*
2024-09-14 11:04:18.327 [info] [Info - 11:04:18 AM] (19559) Assuming Python version 3.12.5.final.0
2024-09-14 11:04:18.327 [info] (19559) Assuming Python platform Darwin
2024-09-14 11:04:18.359 [info] [Info - 11:04:18 AM] (19559) Search paths for file:///Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:18.359 [info] [Info - 11:04:18 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib
2024-09-14 11:04:18.359 [info] [Info - 11:04:18 AM] (19559) /Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:18.359 [info] [Info - 11:04:18 AM] (19559) /Users/doug/Desktop/incorrect-problem-report/typings
2024-09-14 11:04:18.359 [info] [Info - 11:04:18 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stubs/...
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) /Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) /opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) /opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) /Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) Adding fs watcher for library directories:
file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12
file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) Adding fs watcher for directories:
file:///Users/doug/Desktop/incorrect-problem-report
2024-09-14 11:04:18.360 [info] (19559) Searching for source files
2024-09-14 11:04:18.360 [info] [Info - 11:04:18 AM] (19559) No source files found.
2024-09-14 11:04:18.379 [info] (19559) pytest configurations: {"message":"script","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:18.380 [info] (19559) pytest configurations: {"message":"script","classes":["Test"],"files":["test_*.py","*_test.py"],"functions":["test"]}
2024-09-14 11:04:27.518 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:27.519 [info] (19559) [BG(1)] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (53ms)
2024-09-14 11:04:27.527 [info] (19559) [BG(1)] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (2ms)
2024-09-14 11:04:27.561 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (40ms)
2024-09-14 11:04:27.581 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/builtins.pyi (19ms)
2024-09-14 11:04:27.583 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:27.584 [info] (19559) [BG(1)] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py [fs read 0ms] (2ms)
2024-09-14 11:04:27.588 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py ...
2024-09-14 11:04:27.588 [info] (19559) [BG(1)] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display_functions.py [fs read 0ms] (4ms)
2024-09-14 11:04:27.590 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display_functions.py (2ms)
2024-09-14 11:04:27.604 [info] (19559) [BG(1)] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py [fs read 1ms] (14ms)
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Could not import 'numpy' in file '/Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Looking in stubPath 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Looking in root directory of execution environment 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stdlib path
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stdlib path
2024-09-14 11:04:27.605 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Typeshed path not found
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Finding python search paths
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Executing interpreter: '/Users/doug/Desktop/incorrect-problem-report/.venv/bin/python'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Skipping '/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python312.zip' because it is not a valid directory
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Received 3 paths from interpreter
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.606 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Looking in bundled stubs path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed third-party path
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stubs path
2024-09-14 11:04:27.607 [info] [Info - 11:04:27 AM] (19559) Typeshed path not found
2024-09-14 11:04:27.608 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py (2ms)
2024-09-14 11:04:27.608 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py (23ms)
2024-09-14 11:04:27.608 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (27ms)
2024-09-14 11:04:27.608 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:27.608 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (143ms)
2024-09-14 11:04:27.611 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:27.612 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:27.612 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (3ms)
2024-09-14 11:04:27.612 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (3ms)
2024-09-14 11:04:27.620 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:27.620 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 0ms] (7ms)
2024-09-14 11:04:27.626 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing.pyi (6ms)
2024-09-14 11:04:27.637 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 0ms] (4ms)
2024-09-14 11:04:27.639 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/types.pyi (2ms)
2024-09-14 11:04:27.643 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 0ms] (1ms)
2024-09-14 11:04:27.645 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (1ms)
2024-09-14 11:04:27.648 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 1ms] (1ms)
2024-09-14 11:04:27.649 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
2024-09-14 11:04:27.649 [info] [Info - 11:04:27 AM] (19559) Indexer background runner(2) root directory: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist (index)
2024-09-14 11:04:27.650 [info] [Info - 11:04:27 AM] (19559) Indexing(2) started
2024-09-14 11:04:27.653 [info] (19559) [BG(1)] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi [fs read 0ms] (2ms)
2024-09-14 11:04:27.654 [info] (19559) [BG(1)] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi (1ms)
2024-09-14 11:04:27.672 [info] (19559) [BG(1)] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display.py [fs read 1ms] (15ms)
2024-09-14 11:04:27.677 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display.py (4ms)
2024-09-14 11:04:27.679 [info] (19559) [BG(1)] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/testing/skipdoctest.py [fs read 0ms] (0ms)
2024-09-14 11:04:27.680 [info] (19559) [BG(1)] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/testing/skipdoctest.py (0ms)
2024-09-14 11:04:27.686 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (75ms)
2024-09-14 11:04:27.686 [info] [Info - 11:04:27 AM] (19559) Heap stats: total_memory_size=65536MB, total_free_size=6316MB, total_heap_size=60MB, used_heap_size=40MB, cross_worker_used_heap_size=40MB, total_physical_size=58MB, total_available_size=4052MB, heap_size_limit=4096MB
2024-09-14 11:04:27.687 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (78ms)
2024-09-14 11:04:27.688 [info] (19559) [BG(1)] indexing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell [found 0] (0ms)
2024-09-14 11:04:27.688 [info] (19559) Indexing Done: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell
2024-09-14 11:04:27.689 [info] (19559) [BG(1)] indexing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D [found 0] (0ms)
2024-09-14 11:04:27.689 [info] (19559) Indexing Done: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D
2024-09-14 11:04:27.690 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:27.701 [info] (19559) [IDX(2)] scan packages file:///Users/doug/Desktop/incorrect-problem-report ...
2024-09-14 11:04:27.701 [info] (19559) [IDX(2)] read stdlib indices (11ms)
2024-09-14 11:04:27.775 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (10ms)
2024-09-14 11:04:27.777 [info] (19559) [FG] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (1ms)
2024-09-14 11:04:27.817 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/builtins.pyi [fs read 1ms] (40ms)
2024-09-14 11:04:27.833 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/builtins.pyi (14ms)
2024-09-14 11:04:27.835 [info] (19559) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:27.835 [info] (19559) [FG] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py [fs read 0ms] (1ms)
2024-09-14 11:04:27.840 [info] (19559) [FG] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py ...
2024-09-14 11:04:27.840 [info] (19559) [FG] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display_functions.py [fs read 0ms] (5ms)
2024-09-14 11:04:27.845 [info] (19559) [FG] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display_functions.py (4ms)
2024-09-14 11:04:27.856 [info] (19559) [FG] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py [fs read 0ms] (11ms)
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Could not import 'numpy' in file '/Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Looking in stubPath 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report/typings'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Looking in root directory of execution environment 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stdlib path
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stdlib path
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib'
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Typeshed path not found
2024-09-14 11:04:27.857 [info] [Info - 11:04:27 AM] (19559) Finding python search paths
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Executing interpreter: '/Users/doug/Desktop/incorrect-problem-report/.venv/bin/python'
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Skipping '/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python312.zip' because it is not a valid directory
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Received 3 paths from interpreter
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12'
2024-09-14 11:04:27.858 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib-dynload'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Looking in python search path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Looking in bundled stubs path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve stub package using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Attempting to resolve using root path 'file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/bundled/stubs'
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed third-party path
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Looking for typeshed stubs path
2024-09-14 11:04:27.859 [info] [Info - 11:04:27 AM] (19559) Typeshed path not found
2024-09-14 11:04:27.860 [info] (19559) [FG] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/lib/display.py (3ms)
2024-09-14 11:04:27.860 [info] (19559) [FG] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/display.py (25ms)
2024-09-14 11:04:27.860 [info] (19559) [FG] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (28ms)
2024-09-14 11:04:27.860 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:27.862 [info] (19559) [IDX(2)] scan packages file:///Users/doug/Desktop/incorrect-problem-report (142ms)
2024-09-14 11:04:27.862 [info] [Info - 11:04:27 AM] (19559) scanned(2) 39 files over 1 exec env
2024-09-14 11:04:27.929 [info] (19559) [IDX(2)] index packages file:///Users/doug/Desktop/incorrect-problem-report ...
2024-09-14 11:04:27.929 [info] (19559) [IDX(2)] index execution environment file:///Users/doug/Desktop/incorrect-problem-report ...
2024-09-14 11:04:27.929 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/__phello__/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.929 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/concurrent/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.929 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/idlelib/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/lib2to3/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/pydoc_data/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/test/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/turtledemo/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/wsgiref/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///opt/homebrew/Cellar/python%403.12/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/xmlrpc/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/appnope/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/jedi/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/matplotlib_inline/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.930 [info] (19559) [IDX(2)] indexing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/ptyprocess/__init__.py [skipped: no '__all__' defined] (0ms)
2024-09-14 11:04:27.931 [info] (19559) [IDX(2)] index execution environment file:///Users/doug/Desktop/incorrect-problem-report [found 1302 in 25 files] (5ms)
2024-09-14 11:04:27.931 [info] (19559) [IDX(2)] index packages file:///Users/doug/Desktop/incorrect-problem-report [found 1302 in 1 exec envs] (9ms)
2024-09-14 11:04:27.931 [info] [Info - 11:04:27 AM] (19559) indexed(2) 25 files over 1 exec env
2024-09-14 11:04:27.940 [info] [Info - 11:04:27 AM] (19559) Indexing finished(2).
2024-09-14 11:04:30.506 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (2ms)
2024-09-14 11:04:30.507 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.558 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.559 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.560 [info] [Info - 11:04:30 AM] (19559) Heap stats: total_memory_size=65536MB, total_free_size=6250MB, total_heap_size=60MB, used_heap_size=41MB, cross_worker_used_heap_size=41MB, total_physical_size=59MB, total_available_size=4052MB, heap_size_limit=4096MB
2024-09-14 11:04:30.577 [info] (19559) [FG] parsing: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display.py [fs read 0ms] (16ms)
2024-09-14 11:04:30.582 [info] (19559) [FG] binding: file:///Users/doug/Desktop/incorrect-problem-report/.venv/lib/python3.12/site-packages/IPython/core/display.py (4ms)
2024-09-14 11:04:30.598 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:30.598 [info] (19559) [BG(1)] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2024-09-14 11:04:30.598 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (0ms)
2024-09-14 11:04:30.598 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.598 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2024-09-14 11:04:30.796 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:30.796 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:30.796 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.797 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.804 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (9ms)
2024-09-14 11:04:30.804 [info] [Info - 11:04:30 AM] (19559) Heap stats: total_memory_size=65536MB, total_free_size=6248MB, total_heap_size=60MB, used_heap_size=42MB, cross_worker_used_heap_size=42MB, total_physical_size=58MB, total_available_size=4051MB, heap_size_limit=4096MB
2024-09-14 11:04:30.804 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (9ms)
2024-09-14 11:04:30.806 [info] (19559) [BG(1)] indexing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D [found 0] (0ms)
2024-09-14 11:04:30.806 [info] (19559) Indexing Done: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D
2024-09-14 11:04:30.811 [info] (19559) [BG(1)] SemanticTokens delta previousResultId:1726337070598 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (1ms)
2024-09-14 11:04:30.917 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.917 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:30.939 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing.pyi [fs read 0ms] (9ms)
2024-09-14 11:04:30.944 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing.pyi (5ms)
2024-09-14 11:04:30.955 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/types.pyi [fs read 1ms] (5ms)
2024-09-14 11:04:30.960 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/types.pyi (5ms)
2024-09-14 11:04:30.964 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi [fs read 1ms] (2ms)
2024-09-14 11:04:30.965 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/_typeshed/__init__.pyi (1ms)
2024-09-14 11:04:30.968 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/abc.pyi [fs read 0ms] (0ms)
2024-09-14 11:04:30.969 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/abc.pyi (1ms)
2024-09-14 11:04:30.975 [info] (19559) [FG] parsing: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi [fs read 0ms] (2ms)
2024-09-14 11:04:30.976 [info] (19559) [FG] binding: file:///Users/doug/.vscode/extensions/ms-python.vscode-pylance-2024.9.1/dist/typeshed-fallback/stdlib/typing_extensions.pyi (1ms)
2024-09-14 11:04:31.108 [info] (19559) [FG] parsing: file:///var/folders/63/1z5rrdr90g58hgv4j03n01xh0000gn/T/pyright-19559-J7sZ4bz13y4x/builtins-19559-ZZarZsHa64WY-.py [fs read 0ms] (19ms)
2024-09-14 11:04:31.118 [info] (19559) [FG] binding: file:///var/folders/63/1z5rrdr90g58hgv4j03n01xh0000gn/T/pyright-19559-J7sZ4bz13y4x/builtins-19559-ZZarZsHa64WY-.py (10ms)
2024-09-14 11:04:31.137 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.137 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.137 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.137 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.140 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.140 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.216 [info] (19559) [BG(1)] SemanticTokens delta previousResultId:1726337070811 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:31.216 [info] (19559) [BG(1)] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.216 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (0ms)
2024-09-14 11:04:31.216 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.217 [info] (19559) [BG(1)] SemanticTokens delta previousResultId:1726337070811 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.617 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell ...
2024-09-14 11:04:31.617 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D ...
2024-09-14 11:04:31.617 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.617 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:31.627 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (11ms)
2024-09-14 11:04:31.628 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#pylancePrefixCell (11ms)
2024-09-14 11:04:31.629 [info] (19559) [BG(1)] indexing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D [found 0] (0ms)
2024-09-14 11:04:31.629 [info] (19559) Indexing Done: untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D
2024-09-14 11:04:31.633 [info] (19559) [BG(1)] SemanticTokens delta previousResultId:1726337071216 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.259 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D ...
2024-09-14 11:04:32.259 [info] (19559) [BG(1)] parsing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.259 [info] (19559) [BG(1)] binding: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.259 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.435 [info] (19559) [FG] parsing: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.435 [info] (19559) [FG] binding: vscode-notebook-cell:Untitled-1.ipynb?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.516 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D ...
2024-09-14 11:04:32.516 [info] (19559) [BG(1)] checking: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.516 [info] [Info - 11:04:32 AM] (19559) Heap stats: total_memory_size=65536MB, total_free_size=6216MB, total_heap_size=61MB, used_heap_size=43MB, cross_worker_used_heap_size=43MB, total_physical_size=58MB, total_available_size=4050MB, heap_size_limit=4096MB
2024-09-14 11:04:32.516 [info] (19559) [BG(1)] analyzing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.517 [info] (19559) [BG(1)] indexing: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D [found 0] (0ms)
2024-09-14 11:04:32.517 [info] (19559) Indexing Done: untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D
2024-09-14 11:04:32.518 [info] (19559) [BG(1)] SemanticTokens delta previousResultId:1726337071633 at untitled:Untitled-1.ipynb.py?jupyter-notebook#W0sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:32.519 [info] (19559) [BG(1)] SemanticTokens full at untitled:Untitled-1.ipynb.py?jupyter-notebook#W1sdW50aXRsZWQ%3D (0ms)
2024-09-14 11:04:34.564 [info] (Client) Jupyter provided interpreter path override: /Users/doug/Desktop/incorrect-problem-report/.venv/bin/python
2024-09-14 11:04:35.034 [info] (Client) Jupyter provided interpreter path override: /Users/doug/Desktop/incorrect-problem-report/.venv/bin/python
2024-09-14 11:04:35.035 [info] (Client) Jupyter provided interpreter path override: /Users/doug/Desktop/incorrect-problem-report/.venv/bin/python
2024-09-14 11:04:35.036 [info] (Client) Jupyter provided interpreter path override: /Users/doug/Desktop/incorrect-problem-report/.venv/bin/python
2024-09-14 11:04:35.039 [info] (Client) Jupyter provided interpreter path override: /Users/doug/Desktop/incorrect-problem-report/.venv/bin/python
currently, we don't support ? syntax in the cell. I marked it as enhancement request.
Moving this issue to discussions as an enhancement request for comments and upvotes.