Comment on Ask HN: Is function patching in Python acceptable for a library to do?parentComments−brodouevencode2yImplementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
Comments
Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.