codehack.getcodename(co)

Steve Kirsch (stk@infoseek.com)
Wed, 9 Mar 1994 14:32:43 +0800

Why not just replace this code with:

co.co_name

The above is a lot shorter, a lot faster, and works
for functions defined in the user session (which codehack fails
for).

Perhaps this was written before co.co_name existed?