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 vstinner
Recipients ZackerySpytz, espie, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2020-12-05.10:35:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607164520.69.0.764602745767.issue30459@roundup.psfhosted.org>
In-reply-to
Content
New changeset 556d97f473fa538cef780f84bd29239ecf57d9c5 by Zackery Spytz in branch 'master':
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
https://github.com/python/cpython/commit/556d97f473fa538cef780f84bd29239ecf57d9c5
History
Date User Action Args
2020-12-05 10:35:20vstinnersetrecipients: + vstinner, rhettinger, skrah, serhiy.storchaka, espie, ZackerySpytz
2020-12-05 10:35:20vstinnersetmessageid: <1607164520.69.0.764602745767.issue30459@roundup.psfhosted.org>
2020-12-05 10:35:20vstinnerlinkissue30459 messages
2020-12-05 10:35:20vstinnercreate