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.

Author vstinner
Recipients methane, miss-islington, serhiy.storchaka, vstinner
Date 2021-05-10.21:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620682190.05.0.440002638989.issue40943@roundup.psfhosted.org>
In-reply-to
Content
commit 4ebf4a6bfad4afcbab3baf9c0159c7767e2a64c0
Author: Inada Naoki <songofacandy@gmail.com>
Date:   Fri May 7 11:56:48 2021 +0900

    bpo-40943: Fix skipitem() didn't raise SystemError (GH-25937)
    
    `convertitem()` raises `SystemError` when '#' is used without `PY_SSIZE_T_CLEAN`.
    This commit makes `skipitem()` raise it too.
History
Date User Action Args
2021-05-10 21:29:50vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, miss-islington
2021-05-10 21:29:50vstinnersetmessageid: <1620682190.05.0.440002638989.issue40943@roundup.psfhosted.org>
2021-05-10 21:29:50vstinnerlinkissue40943 messages
2021-05-10 21:29:49vstinnercreate