[issue4901] inconsistent API docs for tp_iter

2009-01-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r68495. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4901] inconsistent API docs for tp_iter

2009-01-09 Thread garcia
New submission from garcia : Page 107 of api.pdf says that Py_TPFLAGS_HAVE_ITER is set if the type object has the tp_iter and tp_iternext fields, but on page 109, preceding the documentation of tp_iter and tp_iternext, it says "the next two fields only exist if the Py_TPFLAGS_HAVE_CLASS flag b