Yaakov (Cygwin Ports) added the comment:
I use obcaseinsensitive=0, hence I didn't see this. Would that be an option
for you?
--
___
Python tracker
<http://bugs.python.org/is
Yaakov (Cygwin Ports) added the comment:
Here's the patch I used for the Cygwin Ports 2.6 and 3.0 packages. It's
the simplest working solution that I could find.
Added file: http://bugs.python.org/file12682/2.6.1-parsermodule.patch
___
Pyth
Changes by Yaakov (Cygwin Ports) <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file12132/3.0rc3-parsermodule.patch
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
Attempting to export and use Py_meta_grammar() gives me a broken module,
based on the results of test/test_parser.py.
This patch, which exports _PyParser_Grammar, is very simple and the test
passes.
I will gladly take guida
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
I can confirm this problem in 3.0rc3 on Cygwin. If I could get some
direction from the Python devs on which method would be preferred
(accessor function vs. exposing data structure), I would be happy to
provide a
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
3.0rc1 builds and installs fine with the latest patch. Thanks!
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
> The IDLE problem is already corrected: see issue3628.
In that case, then I think this can be closed; if I encounter any
further issues after rc2, I'll open a new bug.
Thank you for
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
3.0rc1 together with the printf patch builds and installs. Some quick
testing seems ok, but idle isn't working:
$ idle3.0
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3.
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
Thank you for the patch; that allows the build to finish. The remaining
issues are now:
msg72029: printf("%ls",...) bug
msg72044: does not build with db4.7
Finally proceeding to the install, now I get another err
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
Another thing: _bsddb does not compile with db4.7:
Modules/_bsddb.c: In function `DBSequence_get_cachesize':
Modules/_bsddb.c:5022: warning: passing arg 2 of pointer to function
from incompatible pointer type
Modules/_
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
Thanks for your persistence with this.
Corinna got _wcsrtombs_r fixed in newlib, so I imagine the next Cygwin
1.7 preview will have the fix. Unfortunately that won't help the
still-stable Cygwin 1.5. I'm not sure
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> added the comment:
Thank you, that fixes that issue. But further along the build fails:
Traceback (most recent call last):
File
"/usr/src/ports/python/python3.0/python3.0-3.0b3-1/src/Python-3.0b3/setup.py",
line 1569, in
class P
New submission from Yaakov (Cygwin Ports) <[EMAIL PROTECTED]>:
Attempting to build 3.0b3, the sharedmods make target results only in a
python command prompt. In fact, it seems that the interpreter doesn't
accept any arguments:
$ /usr/bin/python --version
Python 2.5.2
$ /usr/bi
13 matches
Mail list logo