Hi,

I built cpython on a mac OSX 12.01. Python runs well. 
When starts, Python shows that version info which looks good:
'Python 3.11.0a5+ (heads/fix-issue-43352:f899da7fe5, Feb 25 2022, 10:04:53) 
[Clang 13.0.0 (clang-1300.0.29.30)] on darwin'

But when I want to used it in VSCode to debug a script, I have the following 
message:
-------
This version of python seems to be incorrectly compiled
(internal generated filenames are not absolute).
This may make the debugger miss breakpoints.
Related bug: http://bugs.python.org/issue1666807
-------
What do I miss ? I looked for a specific option in ./configure but seen nothing 
 ? 
Can someone help me please ?
Thank

Yves
_______________________________________________
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-le...@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at 
https://mail.python.org/archives/list/python-dev@python.org/message/DISAPV26T2U6CHHSGXTD5EWX54CPMB6Z/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to