summaryrefslogtreecommitdiffstats
path: root/Python/wordcode_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* bpo-31338 (#3374)Barry Warsaw2017-09-151-1/+1
| | | | | | | * Add Py_UNREACHABLE() as an alias to abort(). * Use Py_UNREACHABLE() instead of assert(0) * Convert more unreachable code to use Py_UNREACHABLE() * Document Py_UNREACHABLE() and a few other macros.
* bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. ↵Stefan Krah2017-08-211-0/+3
| | | | (#3157)
* Issue #27129: Replaced wordcode related magic constants with macros.Serhiy Storchaka2016-09-111-16/+19
|
* Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.Serhiy Storchaka2016-05-241-0/+38
Patch by Demur Rumed.