summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-07-06 22:04:41 (GMT)
committerBrett Cannon <brett@python.org>2013-07-06 22:04:41 (GMT)
commit7e5d55705c2694e941047c5d3aac280211f566ce (patch)
tree0357fad36c3cda49c3c93f8892b1f6bd8e6adf59 /Misc
parent98054b4c1be933f5bbfb3c1a1f4ee3f556dd47ca (diff)
parenta53cca3fea655e19a9b98d14c514dcc4c2f780fe (diff)
downloadcpython-7e5d55705c2694e941047c5d3aac280211f566ce.zip
cpython-7e5d55705c2694e941047c5d3aac280211f566ce.tar.gz
cpython-7e5d55705c2694e941047c5d3aac280211f566ce.tar.bz2
merge for issue #18351.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 62e4ee4..ba7222b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -808,6 +808,7 @@ Laura Matson
Graham Matthews
Dieter Maurer
Daniel May
+Madison May
Lucas Maystre
Arnaud Mazin
Rebecca McCreary
diff --git a/Misc/NEWS b/Misc/NEWS
index 0cdd349..8aac572 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.