Fix issue 3395, update _debugInfo to be _debug_info
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b32d61..3dc56ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,8 @@
 Library
 -------
 
+- Issue #3395: fix reference in test_multiprocessing to old debugInfo method
+
 - Issue #3312: Fix two crashes in sqlite3.
 
 - Issue #1608818: Fix misbehavior in os.listdir() if readdir() fails.