Author: Armin Rigo <[email protected]> Branch: stmgc-c7 Changeset: r75577:2b591ae2eab4 Date: 2015-01-29 14:05 +0100 http://bitbucket.org/pypy/pypy/changeset/2b591ae2eab4/
Log: muuuuuch faster diff --git a/pypy/stm/print_stm_log.py b/pypy/stm/print_stm_log.py --- a/pypy/stm/print_stm_log.py +++ b/pypy/stm/print_stm_log.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env pypy import sys import struct, re, linecache _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
