[issue40309] “unmatched paren” for space before parenthesis in Py_BuildValue

2020-06-25 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 1.0 -> 2.0 pull_requests: +20318 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21158 ___ Python tracker

[issue40309] “unmatched paren” for space before parenthesis in Py_BuildValue

2020-04-17 Thread Gerrit Ansmann
New submission from Gerrit Ansmann : According to the C-API documentation¹ for `Py_BuildValue`: > The characters space, tab, colon and comma are ignored in format strings (but > not within format units such as s#). This can be used to make long format > strings a tad more readable. However fo