From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3B6A384DED1; Fri, 15 Dec 2023 01:46:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3B6A384DED1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702604800; bh=UFGyseDrTfkWd+uiAFvltFHhAWnDu51fENbqjo3SzQk=; h=From:To:Subject:Date:From; b=mVETSY2q6iMArcuzRO97VRkLQWMNJUj7RVuTJifGSVeyn9Nbtrci8wzl6/uIF+M4o 2UBkQpZmrMwKc/ZkIYhW/nGupwyyfbGJabkIN5119xmp027UTXQrjXfnB9uCsRK6XW yLuFPwbnO4LcFibJcEb0GuDvNl742PQI3SG/HpS8= From: "lbyqqwqqw689 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31170] New: some improvements about python codes Date: Fri, 15 Dec 2023 01:46:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: lbyqqwqqw689 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31170 Bug ID: 31170 Summary: some improvements about python codes Product: glibc Version: 2.40 Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: lbyqqwqqw689 at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- In glibc/scripts/build-many-glibcs.py, I see many occurrences of ";" such as return 'missing';/exit (1); But semicolons are used only in atypi= cal situations in Python. So I think those codes need some improvements. --=20 You are receiving this mail because: You are on the CC list for the bug.=