insignification

Results 8 comments of insignification

I've split this PR into py38 and non-py38. (This is the non-py38 PR and should be merged AFTER the py38 PR) Splitting the PR further would be too much work,...

I've updated the changes per flake8 & your notes in the other PR. To respond to your questions above: 1) The common scenario that this handles is as follows: ```...

About (2), while it's not possible to (normally?) detect this at runtime (since the generated opcodes are the same - their semantic is different), I realize I could largely remove...

@snoack - did you give up on my pull requests already? As you recall, #28 provides stable py38 support, together with stabler support for other py versions (less crashes/bugs/etc, with...

Details: 1. Python 3.8 adds another parameter to CodeType constructor, but also luckily adds a replace method to make code construction more version-independent. 2. Python 3.8 removes SETUP_LOOP, so in...

FYI the "Various minor crash/etc fixes" one doesn't fail checks, probably best to skip this PR and merge that. (No point in trying to analyze an already fixed bug)

Yes, let's focus on #22 instead of this PR. It's provided here so you can review it as a "step" separate from #22, but it's evidently missing some fixes included...

I'm not a committer, but I've taken a look at this since I'm using this module and don't want it to crash, but: a) It's really not clear what "the...