ionelmc / python-tblib

Serialization library for Exceptions and Tracebacks.
BSD 2-Clause "Simplified" License
165 stars 33 forks source link

use six.wraps #61

Closed graingert closed 1 year ago

graingert commented 4 years ago

to set .__wrapped__

ionelmc commented 1 year ago

Looks like this ain't necessary anymore (dropped legacy pythons).