Kaydet (Commit) 0bc77474 authored tarafından Brett Cannon's avatar Brett Cannon

Remove C++/C99-style comments.

üst c391ad00
...@@ -839,9 +839,9 @@ create_filter(PyObject *category, const char *action) ...@@ -839,9 +839,9 @@ create_filter(PyObject *category, const char *action)
static PyObject * static PyObject *
init_filters(void) init_filters(void)
{ {
// Don't silence DeprecationWarning if -3 was used. /* Don't silence DeprecationWarning if -3 was used. */
PyObject *filters = PyList_New(Py_Py3kWarningFlag ? 3 : 4); PyObject *filters = PyList_New(Py_Py3kWarningFlag ? 3 : 4);
unsigned int pos = 0; // Post-incremented in each use. unsigned int pos = 0; /* Post-incremented in each use. */
unsigned int x; unsigned int x;
const char *bytes_action; const char *bytes_action;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment