ionelmc / python-manhole

Debugging manhole for python applications.
https://pypi.python.org/pypi/manhole
BSD 2-Clause "Simplified" License
371 stars 24 forks source link

Cleanup _get_original #38

Closed nirs closed 9 years ago

nirs commented 9 years ago

The previous code had few issues:

Now we use simpler and more efficient solution:

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.05%) when pulling 7cd774d7436911fceefaae0c7629447147a91263 on nirs:cleanup-get-original into 9c5633c82632df24eea5f7db89d76980097db2ac on ionelmc:master.

ionelmc commented 9 years ago

Yes this is much simpler :ok_hand:

It's rebased on master now.