https://github.com/python/cpython/commit/dfde59f0e18648f874ab9d41774b6be03d66f6a7
commit: dfde59f0e18648f874ab9d41774b6be03d66f6a7
branch: main
author: Stan Ulbrych <[email protected]>
committer: encukou <[email protected]>
date: 2026-03-18T13:43:55+01:00
summary:

Fix entry in `fuzz_pycompile.dict` (GH-146069)

files:
M Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict

diff --git a/Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict 
b/Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict
index d36f55a40905d2..322d8180f7baa5 100644
--- a/Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict
+++ b/Modules/_xxtestfuzz/dictionaries/fuzz_pycompile.dict
@@ -54,7 +54,7 @@
 "  "
 "\\t"
 ":\\n  "
-"\\\n"
+"\\\\n"
 
 # type signatures and functions
 "-> "

_______________________________________________
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]

Reply via email to