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.

URL PR 20264
Status merged
Title bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414)
History
Date User Action Args
2020-05-27 09:03:40pablogsalsetstatus: open -> merged
2020-05-27 08:45:45pablogsalsettitle: bpo-40217: Rework "Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414)" -> bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414)
2020-05-23 01:28:06pablogsalsettitle: bpo-40217: Revert "Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414)" -> bpo-40217: Rework "Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (GH-19414)"
2020-05-22 22:39:36pablogsalsetstatus: closed -> open
2020-05-22 11:50:23pablogsalsetstatus: open -> closed
2020-05-20 16:28:27pablogsallinkissue40217 pull_requests
2020-05-20 16:28:27pablogsalcreate