• Nanshu Chen's avatar
    Py_INCREF/Py_DECREF when bridging coro task to python future and fix typo · 7186e58a
    Nanshu Chen authored
    Summary:
    1. Py_INCREF when holding py future object in bridge function. Py_DECREF in a scope guard.
    2. fix typo("folly::coroTask" should be "folly::coro::Task")
    
    Reviewed By: yfeldblum, andriigrynenko
    
    Differential Revision: D16341866
    
    fbshipit-source-id: 1d5b946596cd86c4a949e2c66f007a6140046506
    7186e58a
coro.pxd 1.27 KB