From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9CC503858D37; Sat, 16 Dec 2023 14:20:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CC503858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702736430; bh=SDW7gbT/uRCdn28PtCzd01XD9aNlYHbmq5VJOwskbTY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NNxycVEVfJKQ+v/ffYGADg+wtkTs0ReYLx5Z9GBWfGj0OltIV7d9fxJyyUcShveJE AUMHoa+IOrppGJN6Qg1gfUyUIr6tPPb2P7DxR3TwaIjJVGN9i7gfAb7Il2jQTIfUvv a4vCWSiYm916KUSn8jPIQKoP7gz94U76clg6W0TU= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/20120] multiple global blocks or broken global scope in GDB/Python Date: Sat, 16 Dec 2023 14:20:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: 7.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot org 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: cc Message-ID: In-Reply-To: References: 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=3D20120 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #1 from Hannes Domani --- (In reply to Michael Lenz from comment #0) > However reality suggest that there is not one *truly global* block, but a > global block for each compilation unit, effectively reducing "global" to > "static". As I understand it, that's exactly how it works. So should this maybe be made clear in the docu? --=20 You are receiving this mail because: You are on the CC list for the bug.=