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 erlendaasland
Recipients erlendaasland, petr.viktorin
Date 2021-08-24.18:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629829908.43.0.809940237436.issue44991@roundup.psfhosted.org>
In-reply-to
Content
I'd like to propose further enhancements:
  - use intermingled declarations in the affected functions; this will make GIL acquisition stand more out, and it also improves readability and makes it easier to trace refs
  - take the naming step further: I'd like to normalise PyObject * callback variable names, the extremely long function_pinboard_* names, and also drop the C callback prefixes ('_' and 'pysqlite_')

If you agree, I'll create separate PR's for those; one for each refactor. I think it will enhance readability a lot.
History
Date User Action Args
2021-08-24 18:31:48erlendaaslandsetrecipients: + erlendaasland, petr.viktorin
2021-08-24 18:31:48erlendaaslandsetmessageid: <1629829908.43.0.809940237436.issue44991@roundup.psfhosted.org>
2021-08-24 18:31:48erlendaaslandlinkissue44991 messages
2021-08-24 18:31:48erlendaaslandcreate