X Tutup
Skip to content

bpo-30486: Make cell_set_contents() symbol private#3668

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:cell_set_contents
Sep 20, 2017
Merged

bpo-30486: Make cell_set_contents() symbol private#3668
vstinner merged 1 commit intopython:masterfrom
vstinner:cell_set_contents

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Sep 20, 2017

Don't export the cell_set_contents() symbol in the C API.

https://bugs.python.org/issue30486

Don't export the cell_set_contents() symbol in the C API.
@vstinner vstinner merged commit 0ad05c3 into python:master Sep 20, 2017
@vstinner vstinner deleted the cell_set_contents branch September 20, 2017 13:54
@vstinner
Copy link
Copy Markdown
Member Author

Thanks @doko42 for the bug report on IRC ;-)

@vstinner
Copy link
Copy Markdown
Member Author

Thanks @serhiy-storchaka for the review as well ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup