8000 Merge pull request #11331 from cclauss/patch-2 · matplotlib/matplotlib@1966a7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1966a7a

Browse files
authored
Merge pull request #11331 from cclauss/patch-2
multiprocessing.set_start_method() --> mp.set_start_method()
2 parents 2465e60 + b0b7486 commit 1966a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/misc/multiprocess_sgskip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ def main():
102102

103103
if __name__ == '__main__':
104104
if plt.get_backend() == "MacOSX":
105-
multiprocessing.set_start_method("forkserver")
105+
mp.set_start_method("forkserver")
106106
main()

0 commit comments

Comments
 (0)
0