https://github.com/python/cpython/commit/d7df7815f555a4a5d6f4308072cbacd1286e8060 commit: d7df7815f555a4a5d6f4308072cbacd1286e8060 branch: main author: Adam Turner <[email protected]> committer: Eclips4 <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
