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

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

index e5377073ff765e6632b47686d97ab238b10df78a..005036d3ff2e4e87eccc1fb790f3213ae2165cee 100644 (file)
@@ -1249,7 +1249,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;