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
89fa86b0
Commit
89fa86b0
authored
Feb 01, 2013
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Plain Diff
Issue #1783: Remove declarations of nonexistent private variables.
parents
84ad6aea
04d86c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
Include/sysmodule.h
Include/sysmodule.h
+0
-4
No files found.
Include/sysmodule.h
View file @
89fa86b0
...
...
@@ -20,10 +20,6 @@ PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
PyAPI_FUNC
(
void
)
PySys_FormatStdout
(
const
char
*
format
,
...);
PyAPI_FUNC
(
void
)
PySys_FormatStderr
(
const
char
*
format
,
...);
#ifndef Py_LIMITED_API
PyAPI_DATA
(
PyObject
*
)
_PySys_TraceFunc
,
*
_PySys_ProfileFunc
;
#endif
PyAPI_FUNC
(
void
)
PySys_ResetWarnOptions
(
void
);
PyAPI_FUNC
(
void
)
PySys_AddWarnOption
(
const
wchar_t
*
);
PyAPI_FUNC
(
void
)
PySys_AddWarnOptionUnicode
(
PyObject
*
);
...
...
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