You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Fix PySequence_GetItem null guard and section numbering
- §11b: add mandatory null check before Py_DECREF after
PySequence_GetItem — omitting it is UB if the call returns NULL
- Renumber §12/§13: clang-tidy section was numbered 13 but appeared
before §12 (Checklist) in the file; renumber to match physical order
0 commit comments