LibCST/libcst/matchers
Kirill Ignatev 9fd67bca49
fix certain matchers breaking under multiprocessing by initializing them late (#1204)
* Add is_property check

Skip properties to prevent exceptions

* Delayed initialization of matchers

To support multiprocessing on Windows/macOS
Issue #1181

* Add a test for matcher decorators with multiprocessing
2024-09-25 11:29:54 +01:00
..
tests fix PEP 604 union annotations in decorators (#828) 2022-11-29 15:24:24 -07:00
__init__.py Implement Type Defaults for Type Parameters (PEP 696) (#1141) 2024-05-20 11:26:38 -04:00
_decorators.py Several trivial refactors (#770) 2022-09-14 14:33:45 +01:00
_matcher_base.py Upgrade pyre (#1032) 2023-10-02 09:43:17 -07:00
_return_types.py Implement Type Defaults for Type Parameters (PEP 696) (#1141) 2024-05-20 11:26:38 -04:00
_visitors.py fix certain matchers breaking under multiprocessing by initializing them late (#1204) 2024-09-25 11:29:54 +01:00