Skip to content

Commit 6f80c54

Browse files
committed
Update generated files
1 parent a9a7d26 commit 6f80c54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/binascii.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@ Base32-code line of data.
16781678
static PyObject *
16791679
binascii_b2a_base32_impl(PyObject *module, Py_buffer *data,
16801680
Py_buffer *alphabet)
1681-
/*[clinic end generated code: output=058d0d1aeb014d3b input=ffd4fa162a6e1cb5]*/
1681+
/*[clinic end generated code: output=058d0d1aeb014d3b input=99cbe7194799d368]*/
16821682
{
16831683
const unsigned char *table_b2a = table_b2a_base32;
16841684
const unsigned char *bin_data = data->buf;

Modules/clinic/binascii.c.h

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)