]> granicus.if.org Git - python/commit
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Aug 2019 16:24:42 +0000 (09:24 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Aug 2019 16:24:42 +0000 (09:24 -0700)
commita6427cb2a279c4125dc26d468bcbb3374cdc5f41
tree42d91048474cdef61df318428aab3c9be44629e3
parentfe64ba611b587cf6e609679d40f0cdb8b7c93ca0
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)

(cherry picked from commit 3842f2997fbd4dc840986aad2bb94656815e243b)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Doc/c-api/init_config.rst
Include/cpython/initconfig.h
Lib/test/test_embed.py
Programs/_testembed.c
Python/initconfig.c