mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Issue #23501: Argumen Clinic now generates code into separate files by default.
This commit is contained in:
parent
0759f84d62
commit
1009bf18b3
54 changed files with 9262 additions and 8731 deletions
|
@ -32,10 +32,9 @@ struct _inittab *PyImport_Inittab = _PyImport_Inittab;
|
|||
static PyObject *initstr = NULL;
|
||||
|
||||
/*[clinic input]
|
||||
output preset file
|
||||
module _imp
|
||||
[clinic start generated code]*/
|
||||
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=98c38221164579d5]*/
|
||||
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=9c332475d8686284]*/
|
||||
|
||||
#include "clinic/import.c.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue