Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
406eef5a
Commit
406eef5a
authored
Feb 13, 1996
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get rid of bogus name for init_tkinter()
parent
a3a68a9e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Modules/_tkinter.c
Modules/_tkinter.c
+1
-3
No files found.
Modules/_tkinter.c
View file @
406eef5a
...
...
@@ -20,8 +20,6 @@ void GUSIwithSIOUXSockets (void);
#endif
#endif
#define PyInit__tkinter init_tkinter
#include <tcl.h>
#include <tk.h>
...
...
@@ -1228,7 +1226,7 @@ Tkinter_Cleanup ()
}
void
PyInit_
_tkinter
()
init
_tkinter
()
{
static
inited
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment