from
Hacker News
Top
New
Ask HN: Is function patching in Python acceptable for a library to do?
by
roh26it
on 8/23/24, 2:09 PM with 2 comments
by
patrakov
on 8/23/24, 3:01 PM
Yes, if this is documented and not done by default. Example:
https://www.gevent.org/api/gevent.monkey.html