]> granicus.if.org Git - python/commit
bpo-30486: Make cell_set_contents() symbol private (#3668)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Sep 2017 13:54:13 +0000 (06:54 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2017 13:54:13 +0000 (06:54 -0700)
commit0ad05c32cc41d4c21bfd78b9ffead519ead475a2
tree56b4c8a285e0a7af932520390905d852b0f38070
parenta6c0c0695614177c8b6e1840465375eefcfee586
bpo-30486: Make cell_set_contents() symbol private (#3668)

Don't export the cell_set_contents() symbol in the C API.
Objects/cellobject.c