We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c30e157 + e677098 commit 505f4adCopy full SHA for 505f4ad
Modules/_collectionsmodule.c
@@ -78,7 +78,7 @@ struct dequeobject {
78
PyObject_VAR_HEAD
79
/* Vector of pointers to list elements. list[0] is ob_item[0], etc. */
80
PyObject **ob_item;
81
- // allocated needs to be a power of two
+ /* allocated needs to be a power of two */
82
Py_ssize_t allocated;
83
Py_ssize_t first_element;
84
Py_ssize_t maxlen;
0 commit comments