HACKER Q&A
📣 roh26it

Is function patching in Python acceptable for a library to do?


Is function patching in Python acceptable for a library to do?


  👤 patrakov Accepted Answer ✓
Yes, if this is documented and not done by default. Example: https://www.gevent.org/api/gevent.monkey.html