Oscar Campos

Results 139 comments of Oscar Campos

I have been investigating this much deeper and seems like the AST coming from the compiled code object that comes directly from the Python compiler itself sets the line number...

And digging a bit more into the CPython internals I found that the node lineno is set as it is extracted with the `LINENO` macro when the `f-string` is being...

Just an update to understand why this is happening (just a reminder for myself really). The literal formatted string is just syntactic sugar, the Python interpreter is parsing the code...

It will be possible to totally supplant the native Sublime Text 3 build system and offer support for input but that is a huge task and a bit intrusive. Let's...

I am not expert on Windows (just use it to play games that doesn't work on Linux) so I don't really know what is that Windows Python Launcher but looks...

Anaconda will update the `Anaconda Python Builder` to use whatever Python interpreter that you configured as your `python_interpreter` setting option. If it is missing is because anaconda is not able...

But is anaconda working at all for you?

Are you working into a Sublime Text 3 Project?, Anaconda creates the `Anaconda Python Builder` entry only if you are working in a project (as it creates the entry at...

I don't know what you are speaking about