ionelmc / python-tblib

Serialization library for Exceptions and Tracebacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

f_lineno is missing

purplesyringa opened this issue · comments

The Frame object does not copy f_lineno from the underlying frame object. This causes a bug when pytest can't handle an exception raise from gevent's ThreadPool. Gevent guys use a vendored version but I'd like to have this issue fixed in the main repo too.