[issue43950] Include column offsets for bytecode instructions

Pablo Galindo Salgado report at bugs.python.org
Tue Jul 20 17:07:08 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

In bpo this looks bad, but test this small program yourself and check the error in your terminal:


fn test(number: String) -> () {
    println!("Hello, world: {}", number);
}

fn main() {
    test("hellooooooo: 🥳 😏 😒 😞 😔 some emojis");
}

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43950>
_______________________________________


More information about the Python-bugs-list mailing list