Skip to content

bpo-37465: Parsing: all of s/y/z take a Py_ssize_t#17478

Closed
iustin wants to merge 1 commit into
python:3.8from
iustin:patch-2
Closed

bpo-37465: Parsing: all of s/y/z take a Py_ssize_t#17478
iustin wants to merge 1 commit into
python:3.8from
iustin:patch-2

Conversation

@iustin

@iustin iustin commented Dec 5, 2019

Copy link
Copy Markdown

Currently the documentation for z#/y# says they take an int, which is not true with PY_SSIZE_T_CLEAN, as I learned from a segfault :)

https://bugs.python.org/issue37465

Currently the documentation for z#/y# says they take an int, which is
not true with `PY_SSIZE_T_CLEAN`, as I learned from a segfault :)
@bedevere-bot bedevere-bot added docs Documentation in the Doc dir awaiting review labels Dec 5, 2019
@serhiy-storchaka serhiy-storchaka changed the title Parsing: all of s/y/z take a Py_ssize_t bpo-37465: Parsing: all of s/y/z take a Py_ssize_t Jan 25, 2020
@serhiy-storchaka

Copy link
Copy Markdown
Member

Thank you for your contribution @iustin. Could you please fix also the documentation for Py_BuildValue?

@serhiy-storchaka

Copy link
Copy Markdown
Member

And the PR should be against master. Please rebase.

@iustin

iustin commented Jan 25, 2020

Copy link
Copy Markdown
Author

Will do, give me a few days.

@methane

methane commented Apr 23, 2020

Copy link
Copy Markdown
Member

Fixed via GH-18663.

@methane methane closed this Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants