mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic. Patch by Petr Viktorin.
This commit is contained in:
parent
b8a2f51ceb
commit
1a2b24f02d
71 changed files with 1814 additions and 1835 deletions
|
|
@ -1847,8 +1847,8 @@ _multibytecodec.__create_codec
|
|||
[clinic start generated code]*/
|
||||
|
||||
static PyObject *
|
||||
_multibytecodec___create_codec(PyModuleDef *module, PyObject *arg)
|
||||
/*[clinic end generated code: output=fbe74f6510640163 input=6840b2a6b183fcfa]*/
|
||||
_multibytecodec___create_codec(PyObject *module, PyObject *arg)
|
||||
/*[clinic end generated code: output=cfa3dce8260e809d input=6840b2a6b183fcfa]*/
|
||||
{
|
||||
MultibyteCodecObject *self;
|
||||
MultibyteCodec *codec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue