You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Multiple fixes and enhancements for monkey pluggability
1. `_check_repatching` now merges kwargs into state2. `_get_patch_all_state` allows to retrieve the patch_all configuration state3.a `_patch_module` now allows to specific `_package_prefix` parameter that defaults to 'gevent.'3.b `import_module` is now used in `_patch_module` to allow handling of package names of any depth.4. `patch_item` and both `patch_modules` now accept argument `_patch_module` for item's `__module__` override.fixes#1447