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
2befa489
Commit
2befa489
authored
Jun 09, 2002
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #505375: Make doc strings optional.
parent
a3fb4f78
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
0 deletions
+15
-0
Mac/Include/pyconfig.h
Mac/Include/pyconfig.h
+3
-0
PC/os2emx/pyconfig.h
PC/os2emx/pyconfig.h
+3
-0
PC/os2vacpp/pyconfig.h
PC/os2vacpp/pyconfig.h
+3
-0
PC/pyconfig.h
PC/pyconfig.h
+3
-0
RISCOS/pyconfig.h
RISCOS/pyconfig.h
+3
-0
No files found.
Mac/Include/pyconfig.h
View file @
2befa489
...
...
@@ -300,6 +300,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
shared libraries */
#undef WITH_DL_DLD
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS)
dynamic linker (dyld) instead of the old-style (NextStep) dynamic
linker (rld). Dyld is necessary to support frameworks. */
...
...
PC/os2emx/pyconfig.h
View file @
2befa489
...
...
@@ -32,6 +32,9 @@
/* enable the GC module */
#define WITH_CYCLE_GC 1
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
/* Unicode related */
#define Py_USING_UNICODE
#define PY_UNICODE_TYPE wchar_t
...
...
PC/os2vacpp/pyconfig.h
View file @
2befa489
...
...
@@ -202,6 +202,9 @@ typedef int pid_t;
/* #define HAVE_UNISTD_H 1 */
/* #include <unistd.h> */
/* #define HAVE_UNAME 1 */
/* uname () */
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
#ifdef USE_DL_EXPORT
#define DL_IMPORT(RTYPE) RTYPE _System
#endif
...
...
PC/pyconfig.h
View file @
2befa489
...
...
@@ -481,6 +481,9 @@ typedef int pid_t;
shared libraries */
/* #undef WITH_DL_DLD */
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
/* Define if you want to compile in rudimentary thread support */
/* #undef WITH_THREAD */
...
...
RISCOS/pyconfig.h
View file @
2befa489
...
...
@@ -250,6 +250,9 @@
shared libraries */
#undef WITH_DL_DLD
/* Define if you want documentation strings in extension modules */
#define WITH_DOC_STRINGS 1
/* Define if you want to use the new-style (Openstep, Rhapsody, MacOS)
dynamic linker (dyld) instead of the old-style (NextStep) dynamic
linker (rld). Dyld is necessary to support frameworks. */
...
...
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