top | item 41329169 Ask HN: Is function patching in Python acceptable for a library to do? 3 points| roh26it | 1 year ago 2 comments order hn newest patrakov|1 year ago Yes, if this is documented and not done by default. Example: https://www.gevent.org/api/gevent.monkey.html brodouevencode|1 year ago Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
patrakov|1 year ago Yes, if this is documented and not done by default. Example: https://www.gevent.org/api/gevent.monkey.html brodouevencode|1 year ago Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
brodouevencode|1 year ago Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
patrakov|1 year ago
brodouevencode|1 year ago