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: Typo in new PositionsIterator
Type: behavior Stage: resolved
Components: C API Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: JelleZijlstra, eclipseo
Priority: normal Keywords: patch

Created on 2022-02-14 02:15 by eclipseo, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31322 merged eclipseo, 2022-02-14 02:15
Messages (2)
msg413209 - (view) Author: Robert-André Mauchin (eclipseo) * Date: 2022-02-14 02:15
In Objects/codeobject.c, poisitions_iterator should read positions_iterator
msg413386 - (view) Author: Jelle Zijlstra (JelleZijlstra) * (Python committer) Date: 2022-02-17 05:20
New changeset 482a4b6c3f8ef60056e85647a1d84af2e6dfd3ef by Robert-André Mauchin in branch 'main':
bpo-46745: Fix typo in PositionsIterator (#31322)
https://github.com/python/cpython/commit/482a4b6c3f8ef60056e85647a1d84af2e6dfd3ef
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 90901
2022-02-17 11:00:41sobolevnsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-02-17 05:20:13JelleZijlstrasetnosy: + JelleZijlstra
messages: + msg413386
2022-02-14 10:22:09AlexWaygoodsetkeywords: + patch
type: behavior
stage: patch review
2022-02-14 02:15:03eclipseocreate