diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-05-15 11:21:38 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 11:21:38 (GMT) |
commit | b378d991f8cd41c33416e590cb83472cce1d6b98 (patch) | |
tree | 8f1bddd79f74a3af4a0e2d8d9608aed7a2e13f6f /.devcontainer | |
parent | 186bf39f5c6003912e4f445430c504db51b9a743 (diff) | |
download | cpython-b378d991f8cd41c33416e590cb83472cce1d6b98.zip cpython-b378d991f8cd41c33416e590cb83472cce1d6b98.tar.gz cpython-b378d991f8cd41c33416e590cb83472cce1d6b98.tar.bz2 |
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
When preparing the _io extension module for isolation, many methods were
adapted to Argument Clinic. Some of these used the '*args: object'
signature, which is incorrect. These are now corrected to an exact
signature, and marked unused, since they are stub methods.
Diffstat (limited to '.devcontainer')
0 files changed, 0 insertions, 0 deletions