| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Thanks @carljm for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
GH-108053 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
pythonGH-107989) (cherry picked from commit fce93c8) Co-authored-by: Carl Meyer <carl@oddbird.net>
Summary: Use type watchers instead of direct calls for handling type modifications in JIT and shadowcode. Also backport python/cpython#107989 so the type watchers tests are resilient to there already being a type watcher installed. Reviewed By: alexmalyshev Differential Revision: D48340200 fbshipit-source-id: 25798b824bc231bd68f8ec7c4c81bb2fa84e3914
| Back | FazBrowse Home | New Git URL |
One more case of a watcher test spuriously failing because a watcher is already installed. I think this should be the last one.