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: Make co->co_argcount represent the total number of positional arguments in the code object
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pablogsal, scoder, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2019-06-01 15:46 by pablogsal, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13726 merged pablogsal, 2019-06-01 15:46
Messages (2)
msg344178 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2019-06-01 15:46
Originally proposed in:

https://mail.python.org/pipermail/python-dev/2019-June/157812.html
msg344192 - (view) Author: Pablo Galindo Salgado (pablogsal) * (Python committer) Date: 2019-06-01 17:08
New changeset cd74e66a8c420be675fd2fbf3fe708ac02ee9f21 by Pablo Galindo in branch 'master':
bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
https://github.com/python/cpython/commit/cd74e66a8c420be675fd2fbf3fe708ac02ee9f21
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81303
2019-06-01 17:08:23pablogsalsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-06-01 17:08:07pablogsalsetmessages: + msg344192
2019-06-01 15:46:58pablogsalsetkeywords: + patch
stage: patch review
pull_requests: + pull_request13610
2019-06-01 15:46:07pablogsalcreate