We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e7541 commit 76268faCopy full SHA for 76268fa
1 file changed
CLAUDE.md
@@ -171,7 +171,7 @@ accelerated projects.
171
`_ANSWER_STRATEGY_POINTER = 1` in `query_handler.py` as a C int
172
assignment; the Python module dict never gets the binding.
173
`from zeroconf._handlers.query_handler import
174
-_ANSWER_STRATEGY_POINTER` succeeds in pure-Python but raises
+ _ANSWER_STRATEGY_POINTER` succeeds in pure-Python but raises
175
`ImportError` under Cython. If you need the value visible from
176
Python (e.g. a test wants to assert on it), define both names —
177
a public `ANSWER_STRATEGY_POINTER = 1` Python binding plus a
0 commit comments