remzi-arpacidusseau / ostep-homework

1.99k stars 959 forks source link

Fixed `x86.py -S` printstats compatibility bugs in both Python 2 AND 3 #63

Open theshteves opened 5 months ago

theshteves commented 5 months ago

The Problem

x86.py -S errors out in Python 2.7 (which executes under most system defaults for #! /usr/bin/env python). I discovered this on a relatively clean build of macOS Sonoma 14.4 in the Terminal.app.

My Solution

theshteves commented 4 months ago

Any way I can help, @remzi-arpacidusseau?