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
42fc7ccd
Commit
42fc7ccd
authored
Apr 04, 2001
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SF patch [ #413750 ] Cygwin entry for README file, from Jason Tishler.
parent
f3186e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
0 deletions
+37
-0
README
README
+37
-0
No files found.
README
View file @
42fc7ccd
...
...
@@ -399,6 +399,43 @@ Mac OS X: You need to add the "-traditional-cpp" option to the
the test_largefile test is only expected to work on a Unix UFS
filesystem (how to check for this on Mac OS X?).
Cygwin: Cygwin Python builds OOTB when configured as follows:
configure --with-threads=no
assuming Cygwin 1.1.8-2 and gcc 2.95.3-1 or later. At the time
of this writing, Cygwin pthread support is being significantly
enhanced. Hopefully, there will be a Cygwin Python with thread
support soon.
Cygwin Python supports the building of shared extensions via the
traditional Misc/Makefile.pre.in and the newer distutils methods.
On NT/2000, the following regression tests fail:
test_poll (hang)
test_strftime
Due to the test_poll hang on NT/2000, one should run the
regression test using the following:
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll
On 9X/Me, in addition the above NT/2000 failures, it has been
reported that the following regression tests also fail:
test_pwd
test_select (hang)
test_socket
Due to the test_poll and test_select hang on 9X/Me, one should
run the regression test using the following:
PYTHONPATH= ./python.exe -tt ./Lib/test/regrtest.py -l -x test_poll -x test_select
Help trying to track down the root causes for these known problems
will be greatly appreciated.
Configuring threads
-------------------
...
...
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