summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
diff options
context:
space:
mode:
authorjimingham <jingham@apple.com>2025-11-11 11:06:40 -0800
committerGitHub <noreply@github.com>2025-11-11 11:06:40 -0800
commitccb5145460711928765432e2cbabac8ad526f8d0 (patch)
tree0040495558f1ebc142e30bdc3ddef3aeae3527cc /lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp
parent93b71e616288446041098cce4842e111cc054ed7 (diff)
Add a workaround for people that use *args instead of listing (#166883)
parameters when defining the scripting interfaces. We try to count the parameters to make sure the user has defined them correctly, but this throws the counting off. I'm not adding a test for this because then it would seem like we thought this was a good idea. I'd actually rather not support it altogether, but we added the parameter checking pretty recently so there are extant implementations that we broke. I only want to support them, not suggest anyone else do this going forward.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.cpp')
0 files changed, 0 insertions, 0 deletions