The `is` operator behaves unexpectedly with non-cached integers
When playing around with the Python interpreter, I stumbled upon this conflicting case regarding the is operator: If the evaluation takes place in the function it returns True, if it is done outside …