Wednesday, April 22, 2020
1 change · master
Security fixes and vulnerability patches
This update clarifies which internal code operations are deliberately blocked for safety and refreshes the supported list for newer Python behavior. It reduces maintenance confusion and helps preserve secure handling of evaluated code without changing normal business workflows.
Original PR description
* a few 3.8 opcodes were missing (mostly around changes to the handling of finally blocks so probably not too common) * a bunch of long-removed opcodes were still present (some of them removed back in 2.7) * deduplicated and fixed the discrepancies between the BINARY and INPLACE bytecode "categories"