This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author corona10
Recipients corona10, docs@python, vstinner
Date 2020-10-17.14:31:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602945095.81.0.895826919102.issue42042@roundup.psfhosted.org>
In-reply-to
Content
sphinx2
(Pdb) par[0].attributes
{'ids': ['c._PyObject_New'], 'classes': [], 'names': ['c._PyObject_New'], 'dupnames': [], 'backrefs': [], 'first': False}

sphinx3
(Pdb) par[0].attributes
{'ids': ['c._PyObject_New'], 'classes': [], 'names': [], 'dupnames': [], 'backrefs': [], 'is_multiline': True}

We are using the names attribute for annotation.
History
Date User Action Args
2020-10-17 14:31:35corona10setrecipients: + corona10, vstinner, docs@python
2020-10-17 14:31:35corona10setmessageid: <1602945095.81.0.895826919102.issue42042@roundup.psfhosted.org>
2020-10-17 14:31:35corona10linkissue42042 messages
2020-10-17 14:31:35corona10create