syrusakbary / promise

Ultra-performant Promise implementation in Python
MIT License
362 stars 76 forks source link

read traceback from target promise #86

Closed lexdene closed 4 years ago

lexdene commented 4 years ago

Sometimes, a promise is followed by other promise. So it should read traceback from the target promise.

related: #85

lexdene commented 4 years ago

hello @syrusakbary ,would you please review this pull request ?

lexdene commented 4 years ago

hello @syrusakbary , when will these codes release onto pypi?