Show HN: Enable ++x and --x expressions in Python

  • Very cool! I'd love to do some bytecode rewriting magic for some of my projects as well, but alas it only works for statements/expressions that are legal python syntax. :/