Commit d783832
Revert preload_app: incompatible with PyPy + async workers
monkey.patch_all() fails in workers when the app is preloaded,
as existing locks from the loaded app cannot be patched on PyPy.
This affects both gevent and eventlet.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent aae1301 commit d783832
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments