New comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/34519#issuecomment-1025192936 Comment: > ``` > >>> a = "123" > >>> a is "123" > :1: SyntaxWarning: "is" with a literal. Did you mean "=="? > True > >>> a == "123" > True > ``` This actually works only in some cases, if you describe what is actually happening, what is the bug and how can we reproduce this, we can reopen this PR.