Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68a1591

Browse filesBrowse files
[3.13] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131080)
(cherry picked from commit 3bb20d1) Co-authored-by: donBarbos <donbarbos@proton.me>
1 parent 3e173e5 commit 68a1591
Copy full SHA for 68a1591

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/test/test_pickle.py

Copy file name to clipboardExpand all lines: Lib/test/test_pickle.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_multiprocessing_exceptions(self):
700700

701701

702702
def load_tests(loader, tests, pattern):
703-
tests.addTest(doctest.DocTestSuite())
703+
tests.addTest(doctest.DocTestSuite(pickle))
704704
return tests
705705

706706

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.