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
Title: Updating Py_REFCNT and Py_SIZE to use _PyObject_CAST_CONS
Type: enhancement Stage: resolved
Components: C API Versions: Python 3.10
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: corona10 Nosy List: corona10, vstinner
Priority: normal Keywords: patch

Created on 2020-05-26 12:31 by corona10, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 20428 closed corona10, 2020-05-26 14:08
Messages (3)
msg369974 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2020-05-26 12:31
See: https://github.com/python/cpython/pull/20290#discussion_r430007803
msg369984 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2020-05-26 14:19
Victor will convert the macros to the functions.
So this change will be included in his PR.
msg370010 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-05-26 16:21
Should be fixed by https://github.com/python/cpython/pull/20429
History
Date User Action Args
2022-04-11 14:59:31adminsetgithub: 84955
2020-05-26 16:21:49vstinnersetmessages: + msg370010
2020-05-26 14:19:06corona10setstatus: open -> closed
resolution: wont fix
messages: + msg369984

stage: patch review -> resolved
2020-05-26 14:08:00corona10setkeywords: + patch
stage: patch review
pull_requests: + pull_request19685
2020-05-26 12:31:35corona10create