[Python-checkins] [2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)

Serhiy Storchaka webhook-mailer at python.org
Mon Aug 6 09:47:53 EDT 2018


https://github.com/python/cpython/commit/7e4ff9796cb2c5b64307a2bd928e35930e3f1b2a
commit: 7e4ff9796cb2c5b64307a2bd928e35930e3f1b2a
branch: 2.7
author: Zackery Spytz <zspytz at gmail.com>
committer: Serhiy Storchaka <storchaka at gmail.com>
date: 2018-08-06T16:47:48+03:00
summary:

[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)

This was backported by mistake in ef19fd2.

files:
M Lib/test/test_capi.py

diff --git a/Lib/test/test_capi.py b/Lib/test/test_capi.py
index 6f4a5b3a3944..4393e3ce9a11 100644
--- a/Lib/test/test_capi.py
+++ b/Lib/test/test_capi.py
@@ -102,12 +102,6 @@ def test_pendingcalls_non_threaded(self):
         self.pendingcalls_wait(l, n)
 
 
-# Bug #6012
-class Test6012(unittest.TestCase):
-    def test(self):
-        self.assertEqual(_testcapi.argparsing("Hello", "World"), 1)
-
-
 class TestGetIndices(unittest.TestCase):
 
     def test_get_indices(self):



More information about the Python-checkins mailing list