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: convert remaining functions to AC in _weakref
Type: Stage: resolved
Components: Versions: Python 3.11
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: corona10, kumaraditya
Priority: normal Keywords: patch

Created on 2022-03-06 08:50 by kumaraditya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31705 merged kumaraditya, 2022-03-06 08:51
Messages (2)
msg414609 - (view) Author: Kumar Aditya (kumaraditya) * (Python triager) Date: 2022-03-06 08:50
Convert remaining functions to AC in _weakref so that they use the FASTCALL calling convection.
msg414650 - (view) Author: Dong-hee Na (corona10) * (Python committer) Date: 2022-03-07 09:57
New changeset 5c06dba21b9767127f042b8a168703f06338c3f4 by Kumar Aditya in branch 'main':
bpo-46937: convert remaining functions to AC in _weakref (GH-31705)
https://github.com/python/cpython/commit/5c06dba21b9767127f042b8a168703f06338c3f4
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91093
2022-03-07 09:58:04corona10setstatus: open -> closed
stage: patch review -> resolved
2022-03-07 09:57:54corona10setmessages: + msg414650
2022-03-06 09:04:19kumaradityasetnosy: + corona10
2022-03-06 08:51:12kumaradityasetkeywords: + patch
stage: patch review
pull_requests: + pull_request29825
2022-03-06 08:50:50kumaradityacreate