cloudflare / workerd

The JavaScript / Wasm runtime that powers Cloudflare Workers
https://blog.cloudflare.com/workerd-open-source-workers-runtime/
Apache License 2.0
6.11k stars 290 forks source link

Fix Pydantic import entropy #2329

Closed garrettgu10 closed 3 months ago

hoodmane commented 3 months ago

Do we have test coverage for this? We should make sure there's a test that fails without the change and passes with it. Perhaps this is the point of #2324?

garrettgu10 commented 3 months ago

@hoodmane yeah, the top level import tests including pydantic are examples of tests that fail without this pr