syrusakbary / promise

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

try to fix traceback #88

Closed lexdene closed 4 years ago

lexdene commented 4 years ago

This will force the params of all reject functions to change from (value) to (value, traceback).