8000 gh-107782: Use _testcapi to test non-representable signatures by serhiy-storchaka · Pull Request #109325 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107782: Use _testcapi to test non-representable signatures #109325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Silence Tools/c-analyzer/check-c-globals.py.
  • Loading branch information
serhiy-storchaka committed Sep 13, 2023
commit 820f4cf8b61034a18224388fcb52c4fde8d1ba37
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/globals-to-fix.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ Python/instrumentation.c - _PyInstrumentation_MISSING -
##-----------------------
## static types

Modules/_testcapi/docstring.c - DocStringUnrepresentableSignatureTest -
Modules/_testcapi/vectorcall.c - MethodDescriptorBase_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorDerived_Type -
Modules/_testcapi/vectorcall.c - MethodDescriptorNopGet_Type -
Expand Down
0