https://github.com/python/cpython/commit/1a8e5742cdcf3dba7fc592d036adab49877c42ba
commit: 1a8e5742cdcf3dba7fc592d036adab49877c42ba
branch: main
author: sobolevn <[email protected]>
committer: sobolevn <[email protected]>
date: 2025-03-13T22:54:17+03:00
summary:
Remove `print` from `test_monitoring.py` (#131200)
files:
M Lib/test/test_monitoring.py
diff --git a/Lib/test/test_monitoring.py b/Lib/test/test_monitoring.py
index 23b0d56c767b4f..263e4e6f394155 100644
--- a/Lib/test/test_monitoring.py
+++ b/Lib/test/test_monitoring.py
@@ -1733,7 +1733,6 @@ def check_branches(self, run_func, test_func=None,
tool=TEST_TOOL, recorders=BRA
for (src, left, right) in test_func.__code__.co_branches():
lefts.add((src, left))
rights.add((src, right))
- print(event_list)
for event in event_list:
way, _, src, dest = event
if "left" in way:
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]