Skip to content
Merged
Show file tree
Hide file tree
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
Rename _testclinic_depr_star.c.h -> _testclinic_depr.c.h
  • Loading branch information
serhiy-storchaka committed Aug 18, 2023
commit 158c5e3d162c3342178de88ae6f4fae679040305
6 changes: 3 additions & 3 deletions Modules/_testclinic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1195,14 +1195,14 @@ clone_with_conv_f2_impl(PyObject *module, custom_t path)

/*[clinic input]
output push
destination deprstar new file '{dirname}/clinic/_testclinic_depr_star.c.h'
destination deprstar new file '{dirname}/clinic/_testclinic_depr.c.h'
output everything deprstar
#output methoddef_ifndef buffer 1
output docstring_prototype suppress
output parser_prototype suppress
output impl_definition block
[clinic start generated code]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=f88f37038e00fb0a]*/
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=32116eac48a42d34]*/


// Mock Python version 3.8
Expand All @@ -1211,7 +1211,7 @@ output impl_definition block
#define PY_VERSION_HEX 0x03080000


#include "clinic/_testclinic_depr_star.c.h"
#include "clinic/_testclinic_depr.c.h"


/*[clinic input]
Expand Down