Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7e4ff979
Commit
7e4ff979
authored
Aug 06, 2018
by
Zackery Spytz
Committed by
Serhiy Storchaka
Aug 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[2.7] bpo-34236: Remove mistakenly backported Test6012 in test_capi.py. (GH-8681)
This was backported by mistake in
ef19fd20
.
parent
9027502e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
Lib/test/test_capi.py
Lib/test/test_capi.py
+0
-6
No files found.
Lib/test/test_capi.py
View file @
7e4ff979
...
...
@@ -102,12 +102,6 @@ class TestPendingCalls(unittest.TestCase):
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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment