File tree Expand file tree Collapse file tree
Modules/_remote_debugging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1544,14 +1544,6 @@ _remote_debugging_BinaryWriter_write_sample_impl(BinaryWriterObject *self,
15441544 Py_RETURN_NONE ;
15451545}
15461546
1547- /*[clinic input]
1548- _remote_debugging.BinaryWriter.finalize
1549-
1550- Finalize and close the binary file.
1551-
1552- Writes string/frame tables, footer, and updates header.
1553- [clinic start generated code]*/
1554-
15551547/* Finalize the writer, cache total_samples, and destroy it.
15561548 *
15571549 * The cache assignment must happen AFTER binary_writer_finalize(): finalize
@@ -1570,6 +1562,14 @@ binary_writer_finalize_and_cache(BinaryWriterObject *self)
15701562 return 0 ;
15711563}
15721564
1565+ /*[clinic input]
1566+ _remote_debugging.BinaryWriter.finalize
1567+
1568+ Finalize and close the binary file.
1569+
1570+ Writes string/frame tables, footer, and updates header.
1571+ [clinic start generated code]*/
1572+
15731573static PyObject *
15741574_remote_debugging_BinaryWriter_finalize_impl (BinaryWriterObject * self )
15751575/*[clinic end generated code: output=3534b88c6628de88 input=c02191750682f6a2]*/
You can’t perform that action at this time.
0 commit comments