summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Felt <aixtools@users.noreply.github.com>2018-09-15 09:28:31 (GMT)
committerVictor Stinner <vstinner@redhat.com>2018-09-15 09:28:31 (GMT)
commitd2067318c79f66cfdabc53333715a02d5fa5ff81 (patch)
tree1ca58850ff660c923c1c1aa1227d4e67f547c4ff /Misc
parent3d07349d19dda1ff82167ad363b25e0181d5388e (diff)
downloadcpython-d2067318c79f66cfdabc53333715a02d5fa5ff81.zip
cpython-d2067318c79f66cfdabc53333715a02d5fa5ff81.tar.gz
cpython-d2067318c79f66cfdabc53333715a02d5fa5ff81.tar.bz2
bpo-34579: Fix test_embed DEFAULT_CON AIX (GH-9063)
* Modify DEFAULT_CONFIG for AIX * bedevere/news did not like old name * Modify NEWS entry * Modified per peer review * Define and use NULL_STR constant to account for AIX libc behavior * Modify per peer review * Modify NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2018-09-04-15-16-42.bpo-34579.bp4HdM.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-09-04-15-16-42.bpo-34579.bp4HdM.rst b/Misc/NEWS.d/next/Tests/2018-09-04-15-16-42.bpo-34579.bp4HdM.rst
new file mode 100644
index 0000000..9e01cc9
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2018-09-04-15-16-42.bpo-34579.bp4HdM.rst
@@ -0,0 +1,2 @@
+Fix test_embed for AIX
+Patch by Michael Felt