Skip to content

Commit 99331dd

Browse files
committed
remove debug printf
1 parent 01423fd commit 99331dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/arraymodule.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3244,7 +3244,6 @@ array_new_internal_lock_held(PyTypeObject *type, PyObject *initial, int c)
32443244
if (c == 'u') {
32453245
Py_ssize_t n;
32463246
wchar_t *ustr = PyUnicode_AsWideCharString(initial, &n);
3247-
printf("... %ld, %ld\n", sizeof(wchar_t), n);
32483247
if (ustr == NULL) {
32493248
Py_DECREF(a);
32503249
return NULL;

0 commit comments

Comments
 (0)