SIGN IN SIGN UP

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.
E
Erlend E. Aasland committed
b378d991f8cd41c33416e590cb83472cce1d6b98
Parent: 186bf39
Committed by GitHub <noreply@github.com> on 5/15/2023, 11:21:38 AM