Skip to content

Commit

Permalink
Remove useless "@substitute: naming" tag in utility code.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 22, 2024
1 parent 59dbccb commit fcf2215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cython/Utility/Dataclasses.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ static PyObject* __Pyx_Load_{{cname}}_Module(void) {
static PyObject* __Pyx_DataclassesCallHelper(PyObject *callable, PyObject *kwds); /* proto */

//////////////////// DataclassesCallHelper ////////////////////////
//@substitute: naming

// The signature of a few of the dataclasses module functions has
// been expanded over the years. Cython always passes the full set
Expand Down

0 comments on commit fcf2215

Please sign in to comment.