Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 145c26e commit 0dd7507Copy full SHA for 0dd7507
1 file changed
Modules/parsermodule.c
@@ -232,8 +232,7 @@ PyTypeObject PyAST_Type = {
232
/* Functions to access object as input/output buffer */
233
0, /* tp_as_buffer */
234
235
- /* Space for future expansion */
236
- 0, /* tp_xxx4 */
+ Py_TPFLAGS_DEFAULT, /* tp_flags */
237
238
/* __doc__ */
239
"Intermediate representation of a Python parse tree."
0 commit comments