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 27001
Status merged
Title bpo-43908: Types with `Py_TPFLAGS_IMMUTABLETYPE ` can now inherit the vectorcall protocol
History
Date User Action Args
2021-07-08 10:48:03erlendaaslandsetstatus: open -> merged
2021-07-06 21:47:32erlendaaslandsettitle: bpo-43908: Types with `Py_TPFLAGS_IMMUTABLETYPE ` can now implement the vectorcall protocol -> bpo-43908: Types with `Py_TPFLAGS_IMMUTABLETYPE ` can now inherit the vectorcall protocol
2021-07-05 22:01:59erlendaaslandsetstatus: closed -> open
2021-07-05 22:01:56erlendaaslandsetstatus: open -> closed
2021-07-02 22:38:50erlendaaslandsettitle: bpo-43908: Use `Py_TPFLAGS_IMMUTABLETYPE ` to decide if vectorcall type flags can be inherited -> bpo-43908: Types with `Py_TPFLAGS_IMMUTABLETYPE ` can now implement the vectorcall protocol
2021-07-02 21:51:44erlendaaslandlinkissue43908 pull_requests
2021-07-02 21:51:44erlendaaslandcreate