Issue 37938: refactor PyLong_As*() functions - Python tracker

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.

classification
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mark.dickinson, sir-sigurd
Priority: normal Keywords: patch

Created on 2019-08-24 11:28 by sir-sigurd, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 15457 open sir-sigurd, 2019-08-24 11:29
Messages (1)
msg350367 - (view) Author: Sergey Fedoseev (sir-sigurd) * Date: 2019-08-24 11:28
PyLong_As*() functions have a lot of duplicated code, creating draft PR with attempt to deduplicate them.