]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (GH-112690)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 4 Dec 2023 08:21:28 +0000 (09:21 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Dec 2023 08:21:28 +0000 (08:21 +0000)
(cherry picked from commit 23e001fa9f1897ba3384c02bbbe634313358a549)

Co-authored-by: Christopher Chavez <chrischavez@gmx.us>
Modules/_tkinter.c

index 5abde84ebc2efdad551c03da1d27600c36b0e02a..453be594d062039347eef6eff85ea051eed788d9 100644 (file)
@@ -1218,7 +1218,7 @@ typedef struct Tkapp_CallEvent {
     Tcl_Condition *done;
 } Tkapp_CallEvent;
 
-void
+static void
 Tkapp_CallDeallocArgs(Tcl_Obj** objv, Tcl_Obj** objStore, int objc)
 {
     int i;