mirror of
https://github.com/python/cpython.git
synced 2026-08-01 22:55:03 -04:00
The PEP 649 implementation will require a way to load NotImplementedError from the bytecode. @markshannon suggested implementing this by converting LOAD_ASSERTION_ERROR into a more general mechanism for loading constants. This PR adds this new opcode. I will work on the rest of the implementation of the PEP separately. Co-authored-by: Irit Katriel <[email protected]>
Source files for binary executables (as opposed to shared modules)