Ask HN: Is function patching in Python acceptable for a library to do? 3 points by roh26it 2y ago ↗ HN
[–] patrakov 2y ago ↗ Yes, if this is documented and not done by default. Example: https://www.gevent.org/api/gevent.monkey.html [–] brodouevencode 2y ago ↗ Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
[–] brodouevencode 2y ago ↗ Implementing like gevent did is also preferable, where you can patch some or all as arguments to the patch call.
2 comments
[ 3.0 ms ] story [ 17.2 ms ] thread