diff options
author | Brett Cannon <brett@python.org> | 2013-07-06 22:04:41 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2013-07-06 22:04:41 (GMT) |
commit | 7e5d55705c2694e941047c5d3aac280211f566ce (patch) | |
tree | 0357fad36c3cda49c3c93f8892b1f6bd8e6adf59 /Misc | |
parent | 98054b4c1be933f5bbfb3c1a1f4ee3f556dd47ca (diff) | |
parent | a53cca3fea655e19a9b98d14c514dcc4c2f780fe (diff) | |
download | cpython-7e5d55705c2694e941047c5d3aac280211f566ce.zip cpython-7e5d55705c2694e941047c5d3aac280211f566ce.tar.gz cpython-7e5d55705c2694e941047c5d3aac280211f566ce.tar.bz2 |
merge for issue #18351.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -808,6 +808,7 @@ Laura Matson Graham Matthews Dieter Maurer Daniel May +Madison May Lucas Maystre Arnaud Mazin Rebecca McCreary @@ -542,6 +542,9 @@ Documentation C-API ----- +- Issue #18351: Fix various issues in a function in importlib provided to help + PyImport_ExecCodeModuleWithPathnames() (and thus by extension PyImport_ExecCodeModule() and PyImport_ExecCodeModuleEx()). + - Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and PyObject_CallMethod() now changed to `const char*`. Based on patches by Jörg Müller and Lars Buitinck. |