https://github.com/python/cpython/commit/d7df7815f555a4a5d6f4308072cbacd1286e8060
commit: d7df7815f555a4a5d6f4308072cbacd1286e8060
branch: main
author: Adam Turner <9087854+aa-tur...@users.noreply.github.com>
committer: Eclips4 <kirill.ba...@mail.ru>
date: 2025-04-17T10:10:01+03:00
summary:

Remove duplicate includes: Python/ast_opt.c (#132621)

files:
M Python/ast_opt.c

diff --git a/Python/ast_opt.c b/Python/ast_opt.c
index 1b44fa25b9f150..807de98ab5e42b 100644
--- a/Python/ast_opt.c
+++ b/Python/ast_opt.c
@@ -5,7 +5,6 @@
 #include "pycore_format.h"        // F_LJUST
 #include "pycore_runtime.h"       // _Py_STR()
 #include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
-#include "pycore_unicodeobject.h" // _PyUnicode_EqualToASCIIString()
 
 
 /* See PEP 765 */

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to