]> granicus.if.org Git - python/commit
The fix to profile semantics broke the miserable but advertised way to
authorTim Peters <tim.peters@gmail.com>
Fri, 5 Oct 2001 23:15:10 +0000 (23:15 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 5 Oct 2001 23:15:10 +0000 (23:15 +0000)
commitdf5cfd884d5da8a9a0b620b232f9ecfea6f77224
tree660b2ec30665a0a0e7312b78d5cf10d7b5e443e3
parent23d192e652639c9114833e649688a7037a452148
The fix to profile semantics broke the miserable but advertised way to
derive Profile subclasses.  This patch repairs that, restoring
negative tuple indices.  Yuck?  You bet.
Lib/profile.py