[issue28247] Add an option to zipapp to produce a Windows executable

2018-11-23 Thread Ismail Donmez
Ismail Donmez added the comment: The documentation helped a lot, so thanks for that! But it misses the final crucial step: copy /b zastub.exe+app.pyz app.exe The documentation talks about prepending the zastub.exe to the zip file but never mentions how, which is very confusing

[issue25720] Fix curses module compilation with ncurses6

2017-02-14 Thread Ismail Donmez
Ismail Donmez added the comment: What's the status on this? Can you please create a pull request on Github so we can continue there? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue25720] Fix curses module compilation with ncurses6

2016-10-07 Thread Ismail Donmez
Ismail Donmez added the comment: @masamoto thank you! -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25720> ___ ___ Python-bugs-

[issue25720] Fix curses module compilation with ncurses6

2016-03-19 Thread Ismail Donmez
Ismail Donmez added the comment: ping? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25720> ___ ___ Python-bugs-list

[issue25720] Fix curses module compilation with ncurses6

2016-01-13 Thread Ismail Donmez
Ismail Donmez added the comment: Any patch review/comment ? -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25720> ___ ___ Pyth

[issue25720] Fix curses module compilation with ncurses6

2016-01-13 Thread Ismail Donmez
Ismail Donmez added the comment: Thats not an issue for ncurses because Include/py_curses.h does: #ifdef HAVE_NCURSES_H /* configure was checking , but we will use , which has all these features. */ #ifndef WINDOW_HAS_FLAGS #define WINDOW_HAS_FLAGS 1 #endif #ifndef

[issue25932] Windows installer ships an outdated and insecure curl.exe

2015-12-23 Thread Ismail Donmez
New submission from Ismail Donmez: Installed Python 3.5.1 windows x64 version and ended up having C:\Users\ismail\AppData\Local\Programs\Python\Python35\curl.exe which is outdated: C:\Users\ismail>C:\Users\ismail\AppData\Local\Programs\Python\Python35\curl.exe -V curl 7.37.0 (Wind

[issue25932] Windows installer ships an outdated and insecure curl.exe

2015-12-23 Thread Ismail Donmez
Ismail Donmez added the comment: Indeed, I am sorry! It was pycurl. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25932> ___ ___

[issue25843] lambdas on the same line may incorrectly share code objects

2015-12-12 Thread Ismail Donmez
Changes by Ismail Donmez <ism...@i10z.com>: -- nosy: +donmez ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25843> ___ __

[issue25720] Fix curses module compilation with ncurses6

2015-11-24 Thread Ismail Donmez
New submission from Ismail Donmez: ncurses6 turned on NCURSES_OPAQUE, so now you have to use some helper functions instead of accessing the structs directly. This _should_ be compatible with ncurses5 though I didn't test it. Original patch is from openSUSE. -- components: Extension

[issue13501] Make libedit support more generic; port readline / libedit to FreeBSD

2015-06-19 Thread Ismail Donmez
Changes by Ismail Donmez ism...@donmez.ws: -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13501 ___ ___ Python-bugs-list mailing

[issue4709] Mingw-w64 and python on windows x64

2015-05-18 Thread Ismail Donmez
Ismail Donmez added the comment: Still a problem with mingw-w64 gcc 5.1 and Python 3.4.3, time to fix this? -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4709

[issue10716] Modernize pydoc to use better HTML and separate CSS

2015-03-01 Thread Ismail Donmez
Ismail Donmez added the comment: Any update on this? Would be nice to have this for 3.5 release. -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10716

[issue22638] ssl module: the SSLv3 protocol is vulnerable (POODLE attack)

2014-10-15 Thread Ismail Donmez
Ismail Donmez added the comment: FWIW OpenSSL patch is now upstream https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=cf6da05304d554aaa885151451aa4ecaa977e601 https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=fb0e87fb67a358b40a1d56d2df3a611a09899780 -- nosy

[issue20631] python readline module crashing on NULL access

2014-09-12 Thread Ismail Donmez
Ismail Donmez added the comment: Can we please get a review on this? -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20631

[issue21950] import sqlite3 not running

2014-07-11 Thread Ismail Donmez
Ismail Donmez added the comment: Chiming in here as a SUSE guy; Can you make sure /usr/local/lib/python3.4/lib-dynload/_sqlite3.cpython-34m.so does exist. If yes run ldd on it ldd /usr/local/lib/python3.4/lib-dynload/_sqlite3.cpython-34m.so And also give output of which python3.4 to make

[issue4630] IDLE: add cursor noblink option

2013-04-11 Thread Ismail Donmez
Ismail Donmez added the comment: Time to say ping here. This patch is still would be useful for Python. -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4630

[issue12466] sporadic failures of test_close_fds and test_pass_fds in test_subprocess

2013-03-22 Thread Ismail Donmez
Ismail Donmez added the comment: Jan, thanks for the excellent explanation. We can close this bug I guess then? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12466

[issue12466] sporadic failures of test_close_fds and test_pass_fds in test_subprocess

2013-03-19 Thread Ismail Donmez
Ismail Donmez added the comment: I can reproduce the error locally. But I see something in the log might be related to this (possibly not but anyway): [352/368/1] test_multiprocessing test_multiprocessing skipped -- This platform lacks a functioning sem_open implementation, therefore

[issue12466] test_subprocess.test_close_fds() sporadic failures on Mac OS X Tiger

2013-03-08 Thread Ismail Donmez
Ismail Donmez added the comment: We are now hitting this on openSUSE 12.3, here is the relevant log (ignore the timestamps) : [ 1041s] == [ 1041s] FAIL: test_close_fds (test.test_subprocess.POSIXProcessTestCase) [ 1041s

[issue11729] libffi assembler relocation check is not robust, fails with clang

2013-01-16 Thread Ismail Donmez
Ismail Donmez added the comment: See http://sourceware.org/ml/libffi-discuss/2011/msg00024.html for the libffi patch. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11729

[issue9687] dbmmodule.c:dbm_contains fails on 64bit big-endian (test_dbm.py fails) when built against gdbm (int vs Py_ssize_t)

2012-07-20 Thread Ismail Donmez
Changes by Ismail Donmez ism...@namtrac.org: -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9687 ___ ___ Python-bugs-list mailing

[issue9831] test_distutils should honor PYTHONDONTWRITEBYTECODE

2011-05-29 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Awesome, thank you! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9831 ___ ___ Python-bugs

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-05-22 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Can someone please review this patch? test_list fails with clang without this patch. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11149

[issue11729] libffi assembler relocation check is not robust, fails with clang

2011-05-05 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Ping? Shall I submit a fix for Modules/_ctypes/libffi/configure.ac or better yet will you sync in-tree libffi? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11729

[issue11729] libffi assembler relocation check is not robust, fails with clang

2011-05-05 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Patch for configure.ac then? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11729

[issue11729] libffi assembler relocation check is not robust, fails with clang

2011-03-31 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: The check under Modules/_ctypes/libffi/configure.ac does; echo '.text; foo: nop; .data; .long foo-.; .text' conftest.s if $CC $CFLAGS -c conftest.s 21 | grep -i warning /dev/null; then libffi_cv_as_x86_pcrel=no fi

[issue11729] libffi assembler relocation check is not robust, fails with clang

2011-03-31 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: This is already fixed in upstream, check has been changed into: libffi_cv_as_x86_pcrel=no echo '.text; foo: nop; .data; .long foo-.; .text' conftest.s if $CC $CFLAGS -c conftest.s /dev/null; then libffi_cv_as_x86_pcrel=yes fi

[issue11729] libffi assembler relocation check is not robust, fails with clang

2011-03-31 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Yes I can workaround it but I'd like to get it fixed inside Python too ;) -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11729

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-03-20 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Whats holding this up? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11149 ___ ___ Python

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-02-13 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: @Antoine Pitrou , that is tracked by http://bugs.python.org/issue1621 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11149

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-02-11 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: I think the patch is good to go, any comments/questions ? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11149

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-02-08 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: clang (as with gcc 4.x) assumes signed integer overflow is undefined. But Python depends on the fact that signed integer overflow wraps. Currently configure script adds -fwrapv flag for GCC (added by me back in the day), same should

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-02-08 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Currently test_overflow inside test_list fails without this patch. Is that good enough or should we create a specific test? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue11149] [PATCH] Configure should enable -fwrapv for clang

2011-02-08 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: This is only reproducable with clang 2.9 trunk builds due to new optimizations. Also note that clang commits confirm that -fwrapv must be provided if you assume signed integer overflow wraps. This was also the case with a spec test. I tested

[issue10691] make testall no longer working on Darwin

2010-12-13 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using py3k r87206 on Mac OSX 10.6.5, [~/Sources/py3k] make testall running build running build_ext building dbm using ndbm Python build finished, but the necessary bits to build these modules were not found: _gdbm ossaudiodev

[issue10453] Add -h/--help option to compileall

2010-12-13 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Patch works fine on Mac OSX 10.6.5 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10453

[issue9852] test_ctypes fail with clang

2010-11-24 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: No interesting option. But this looks like a clang bug, compiling _ctypes_test.c with -O0 fixes the issue. So this is a compiler optimization bug. -- ___ Python tracker rep...@bugs.python.org http

[issue9852] test_ctypes fail with clang

2010-11-23 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Problem seems to be in _ctypes_test.c . If you compile _ctypes_test.c with gcc problems disappears. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9852

[issue10372] [REGRESSION] test_gc fails on Mac OSX 10.6

2010-11-09 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: py3k r86351, == FAIL: test_garbage_at_shutdown (__main__.GCTests) -- Traceback (most recent call last

[issue8445] buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)

2010-09-26 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: With Guilherme's patch; We are down to 1 error but thats a new errror; test test_ttk_guionly failed -- Traceback (most recent call last): File /Users/cartman/Sources/py3k/Lib/tkinter/test/test_ttk/test_widgets.py, line 28

[issue8445] buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)

2010-09-26 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Patch fixes the problem for me, please apply. Thanks! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8445

[issue8445] buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)

2010-09-26 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Works for me on Snow Leopard for the record. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8445

[issue9899] [REGRESSION] test_tk broken on MacOSX 10.6

2010-09-19 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: py3k branch, revision 84907 == ERROR: test_font_eq (tkinter.test.test_tkinter.test_font.FontTest

[issue9831] test_distutils fails on MacOSX 10.6

2010-09-12 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Problem is I set PYTHONDONTWRITEBYTECODE to 1, tests should disable this environmental variable before testing for *.pyc files. Closing as invalid. -- resolution: - invalid status: open - closed

[issue8445] buildbot: test_ttk_guionly failures (test_traversal, test_tab_identifiers, test_identify, test_heading_callback)

2010-09-12 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Also reproduced on Snow Leopard. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8445

[issue9831] test_distutils fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem. == FAIL: test_package_data (distutils.tests.test_build_py.BuildPyTestCase

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem. == FAIL: test_ucd_510 (test.test_unicodedata.UnicodeMiscTest

[issue9833] test_ttk_guionly fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using py3k branch revision 84707, on Mac OSX 10.6, case-sensitive HFS+ filesystem. == ERROR: test_tab_identifiers (tkinter.test.test_ttk.test_widgets.NotebookTest

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Yes I did make distclean before building (to cleanup old build files). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9832

[issue9832] test_unicodedata fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Btw I configured with; ./configure --with-wctype-functions --with-fpectl --with-wide-unicode --with-computed-gotos --enable-ipv6 --with-universal-archs=64-bit MACOSX_DEPLOYMENT_TARGET=10.6

[issue9831] test_distutils fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Btw I configure with; ./configure --with-wctype-functions --with-fpectl --with-wide-unicode --with-computed-gotos --enable-ipv6 --with-universal-archs=64-bit MACOSX_DEPLOYMENT_TARGET=10.6

[issue9833] test_ttk_guionly fails on MacOSX 10.6

2010-09-11 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Btw I configured with; ./configure --with-wctype-functions --with-fpectl --with-wide-unicode --with-computed-gotos --enable-ipv6 --with-universal-archs=64-bit MACOSX_DEPLOYMENT_TARGET=10.6

[issue1621] Do not assume signed integer overflow behavior

2009-05-13 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: You should be using gcc 4.4 to get the best warning behaviour. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1621

[issue5442] test_importlib fails on Mac OSX 10.5.6 w/ case-sensitive file system

2009-05-10 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: 1 Fail: test test_importlib crashed -- class 'AttributeError': 'module' object has no attribute 'writes_bytecode' Traceback (most recent call last): File /Users/cartman/Python-3.1b1/Lib/test/regrtest.py, line 620, in runtest_inner

[issue5442] test_importlib fails on Mac OSX 10.5.6 w/ case-sensitive file system

2009-05-10 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Applied skip_bytecode.diff and test_file_loader.diff clean build results in: == FAIL: test_case_insensitivity

[issue5442] [3.1alpha1, 2, beta1] test_importlib fails on Mac OSX 10.5.6

2009-05-07 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Fails in beta1. -- title: [3.1alpha1,2] test_importlib fails on Mac OSX 10.5.6 - [3.1alpha1,2,beta1] test_importlib fails on Mac OSX 10.5.6 ___ Python tracker rep...@bugs.python.org http

[issue5798] test_asynchat fails on Mac OSX

2009-05-07 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Still fails in 3.1 beta1. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5798 ___ ___ Python

[issue5442] [3.1alpha1, 2, beta1] test_importlib fails on Mac OSX 10.5.6

2009-05-07 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Tested with: ./python -m test.regrtest -v test_importlib 3 failures: == FAIL: test_case_insensitivity

[issue5442] test_importlib fails on Mac OSX 10.5.6 w/ case-sensitive file system

2009-05-07 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Down to 1 failure: FAILED (failures=1) test test_importlib failed -- Traceback (most recent call last): File /Users/cartman/Python- 3.1b1/Lib/importlib/test/source/test_abc_loader.py, line 271, in test_lacking_parent

[issue5798] test_asynchat fails on Mac OSX

2009-04-20 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Using latest python 2.6 branch; test_asynchat fails with the following error: error: uncaptured python exception, closing channel test.test_asynchat.echo_client at 0x1689238 (class 'socket.error':[Errno 9] Bad file descriptor [/Users/cartman

[issue5442] [3.1alpha1,2] test_importlib fails on Mac OSX 10.5.6

2009-04-05 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Still fails with 3.1 alpha2: == ERROR: test_is_package (importlib.test.frozen.test_loader.InspectLoaderTests

[issue5442] [3.1alpha1,2] test_importlib fails on Mac OSX 10.5.6

2009-04-05 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: [~] python3.1 tester.py original name: .CFUserTextEncoding changed name: .CFUSERTEXTENCODING case-sensitive I'll do a rebuild just in case. Thanks. -- ___ Python tracker rep...@bugs.python.org http

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-04-04 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Sure thing, I am waiting for alpha2. Regards. -- status: pending - open ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442

[issue3402] test_nis is hanging on Solaris

2009-03-24 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Well the test is now skipped on _all_ platforms. This looks wrong. -- nosy: +cartman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3402

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
New submission from Ismail Donmez ism...@namtrac.org: Two failures in test_importlib: == FAIL: test_case_insensitivity (importlib.test.extension.test_case_sensitivity.ExtensionModuleCaseSensi tivityTest

[issue5442] [3.1alpha1] test_importlib fails on Mac OSX 10.5.6

2009-03-08 Thread Ismail Donmez
Ismail Donmez ism...@namtrac.org added the comment: Yes its case sensitive. -- message_count: 2.0 - 3.0 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5442

[issue4561] Optimize new io library

2008-12-10 Thread Ismail Donmez
Changes by Ismail Donmez [EMAIL PROTECTED]: -- nosy: +cartman ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue4561 ___ ___ Python-bugs-list mailing list

[issue3720] segfault in for loop with evil iterator

2008-08-29 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Maybe do a s/object is no more an iterator/is no longer an iterator -- nosy: +cartman ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3720

[issue1210] imaplib does not run under Python 3

2008-08-26 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Still fails with beta2: import imaplib mail=imaplib.IMAP4(mail.rtmq.infosathse.com) Traceback (most recent call last): File stdin, line 1, in module File /usr/local/lib/python3.0/imaplib.py, line 185, in __init__ self.welcome = self

[issue3139] bytearrays are not thread safe

2008-08-19 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Can you run Lib/test/test_unicode.py directly to know which test precisely crashes? The latest py3k branch is fine now and the test passes. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org

[issue3578] 'dictionary changed size' error in test_multiprocessing

2008-08-18 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: py3k branch gives another error now, when running test_multiprocessing in a tight loop: test test_multiprocessing failed -- Traceback (most recent call last): File /Users/cartman/Sources/py3k/Lib/test/test_multiprocessing.py, line 1163

[issue3578] 'dictionary changed size' error in test_multiprocessing

2008-08-18 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Ah cool, we might be at the end of multiprocessing problems then I guess :-) ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3578

[issue3139] bytearrays are not thread safe

2008-08-15 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: This seems to break test_unicode on MacOSX 10.5.4, test_unicode python(80320,0xa0659fa0) malloc: *** mmap(size=2147483648) failed (error code=12) *** error: can't allocate region *** set a breakpoint in malloc_error_break to debug python

[issue3419] multiprocessing module is racy

2008-08-12 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: With trunk when running test_multiprocessing in a tight loop I saw another problem: test_multiprocessing Process Process-61: Traceback (most recent call last): File /Users/cartman/Sources/py3k/Lib/multiprocessing/process.py, line 229

[issue3419] multiprocessing module is racy

2008-07-19 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: Tested on MacOSX 10.5.4, running test_multiprocessing in a tight loop : [~/Sources/py3k] while true;do ./python ./Lib/test/regrtest.py test_multiprocessing;done test_multiprocessing 1 test OK. test_multiprocessing 1 test OK

[issue3346] test_ossaudiodev fails

2008-07-18 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Works fine in beta2. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3346 ___ ___ Python-bugs-list mailing list

[issue3326] py3k shouldn't use -fno-strict-aliasing anymore

2008-07-13 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Wow thats no good, I will test with -fstrict-aliasing to be sure, if there are such problems still we should start with fixing those towards 3.1 . ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org

[issue3346] test_ossaudiodev fails

2008-07-13 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Works with today's SVN, please close as invalid. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3346

[issue3346] test_ossaudiodev fails

2008-07-13 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Scratch that, it still fails in the second phase of make testall with the same error. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3346

[issue3346] test_ossaudiodev fails

2008-07-12 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: This is a rather new regression: test_ossaudiodev test test_ossaudiodev failed -- Traceback (most recent call last): File /home/cartman/Sources/py3k/Lib/test/test_ossaudiodev.py, line 146, in test_playback self.play_sound_file

[issue3326] py3k shouldn't use -fno-strict-aliasing anymore

2008-07-09 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: py3k branch is still using -fno-strict-aliasing but I tested with gcc 4.3.1 and there are no strict aliasing warnings when this flag is removed. Attached patch for py3k branch removes this flag. After applying the patch configure should

[issue3088] test_multiprocessing hangs on OS X 10.5.3

2008-07-07 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: I managed to hang on Ubuntu, here is the backtrace that I got with CTRL-C: Process PoolWorker-5:1: Traceback (most recent call last): File /home/cartman/Sources/py3k/Lib/multiprocessing/process.py, line 232, in _bootstrap test_bsddb

[issue3139] bytearrays are not thread safe

2008-07-06 Thread Ismail Donmez
Changes by Ismail Donmez [EMAIL PROTECTED]: -- nosy: +cartman ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3139 ___ ___ Python-bugs-list mailing list

[issue3088] test_multiprocessing hangs on OS X 10.5.3

2008-07-03 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: The test hanged for me at first try but worked fine on the second test, weird. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088

[issue3121] test_urllibnet fails

2008-06-19 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Works fine in trunk now, can someone please close this bug? Thanks. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3121

[issue3121] test_urllibnet fails

2008-06-16 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: This is on Linux with latest py3k branch: test test_urllibnet failed -- Traceback (most recent call last): File /home/cartman/Sources/py3k/Lib/test/test_urllibnet.py, line 145, in test_bad_address urllib.urlopen, http

[issue3121] test_urllibnet fails

2008-06-16 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Just confirmed with svn revision 64322 of py3k branch. -- type: - behavior ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3121

[issue3088] test_multiprocessing hangs on OS X 10.5.3

2008-06-14 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Seems to work fine for me now with latest py3k branch. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088

[issue3088] test_multiprocessing hangs on OS X 10.5.3

2008-06-11 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: I can confirm this on Leopard too. -- nosy: +cartman ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3088

[issue3076] xml_rpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: Latest py3k branch, test_xmlrpc_net test test_xmlrpc_net failed -- Traceback (most recent call last): File /Users/cartman/Sources/py3k/Lib/test/test_xmlrpc_net.py, line 18, in test_current_time t0 = server.currentTime.getCurrentTime

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
Changes by Ismail Donmez [EMAIL PROTECTED]: -- title: xml_rpc_net fails on Darwin - test_xmlrpc_net fails on Darwin ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3076

[issue3076] test_xmlrpc_net fails on Darwin

2008-06-10 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: It is a python bug, test should use a better web page then. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue3076

[issue2984] test_dbm fails on Darwin

2008-05-28 Thread Ismail Donmez
Ismail Donmez [EMAIL PROTECTED] added the comment: Works fine in trunk now. This bug can be closed, thanks. ___ Python tracker [EMAIL PROTECTED] http://bugs.python.org/issue2984

[issue2984] test_dbm fails on Darwin

2008-05-27 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: test test_dbm failed -- Traceback (most recent call last): File /Users/cartman/Sources/py3k/Lib/test/test_dbm.py, line 121, in test_whichdb self.assertEqual(name, dbm.whichdb(_fname)) AssertionError: 'dbm.gnu' != 'dbm.ndbm

[issue2967] [PATCH] Rename Tkinter to tkinter in test_tcl

2008-05-25 Thread Ismail Donmez
Changes by Ismail Donmez [EMAIL PROTECTED]: -- type: - compile error __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue2967 __ ___ Python-bugs-list mailing list

[issue2967] [PATCH] Rename Tkinter to tkinter in test_tcl

2008-05-25 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: Tkinter module is renamed to tkinter. test_tcl should be updated for this. Patch attached. -- components: Tests files: tcl.patch keywords: patch messages: 67341 nosy: cartman severity: normal status: open title: [PATCH] Rename

[issue2970] test_distutils fails on Linux

2008-05-25 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: This is on Ubuntu 8.04 : test_distutils Using PyPI login from /home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc Using PyPI login from /home/cartman/Sources/py3k/Lib/distutils/tests/.pypirc Using PyPI login from /home/cartman/Sources/py3k

[issue2971] test_zipfile64 fails

2008-05-25 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: test_zipfile64 testDeflated (test.test_zipfile64.TestsWithSourceFile) ... ERROR testStored (test.test_zipfile64.TestsWithSourceFile) ... ERROR == ERROR: testDeflated

[issue2952] List comprehensions are leaking variables

2008-05-23 Thread Ismail Donmez
New submission from Ismail Donmez [EMAIL PROTECTED]: Originally found at http://www.randombit.net/weblog/programming/variable_leak_in_list_compre hensions.html First example : [~] python Python 2.5.1 (r251:54863, Jan 17 2008, 19:35:17) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type help

  1   2   >