mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
4e16098ce7
Added runcall(func, *args) interfaces to profile.py, bdb.py, pdb.py, wdb.py Added new module bisect.py and used it in sched.py. Mostly cosmetic changes to profile.py (changed output format).