This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to log in and link your GitHub username to your profile.
For more information, see this post about the migration.

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-02-17 11:00 by sobolevn. 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-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