[Python-Dev] Issue 1677 - please advise
I've been working on issue 1677 which concerns a race condition in the interactive interpreter on Windows where a Ctrl-C can in some circumstances cause the interpreter to exit as though a Ctrl-Z had been pressed. I've added patches to the issue for 2.7, 3.2 & default. I can't see any realistic way to add a test for this. Unsurprisingly there don't appear to be any tests in the test suite for the interactive interpreter and even if there were, this is an inconsistent race condition I'm fixing. So... should I go ahead and push anyway, or is there anything else I should be doing as part of the change? Thanks TJG ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (2012-06-22 - 2012-06-29) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open3485 ( +3) closed 23515 (+80) total 27000 (+83) Open issues with patches: 1456 Issues opened (54) == #11728: mbox parser incorrect behaviour http://bugs.python.org/issue11728 reopened by petri.lehtinen #15034: Devguide should document best practices for stdlib exceptions http://bugs.python.org/issue15034 reopened by r.david.murray #15140: PEP 384 inconsistent with implementation http://bugs.python.org/issue15140 opened by pitrou #15141: IDLE horizontal scroll bar missing (Win-XPsp3) http://bugs.python.org/issue15141 opened by NyteHawk #15144: Possible integer overflow in operations with addresses and siz http://bugs.python.org/issue15144 opened by storchaka #15145: Faster *_find_max_char http://bugs.python.org/issue15145 opened by storchaka #15147: Remove packaging from the stdlib http://bugs.python.org/issue15147 opened by pitrou #15148: shutil.which() docstring could be clearer http://bugs.python.org/issue15148 opened by tshepang #15151: Documentation for Signature, Parameter and signature in inspec http://bugs.python.org/issue15151 opened by ncoghlan #15152: test_subprocess fqailures on awfully slow builtbots http://bugs.python.org/issue15152 opened by neologix #15158: Add support for multi-character delimiters in csv http://bugs.python.org/issue15158 opened by ramchandra.apte #15163: pydoc displays __loader__ as module data http://bugs.python.org/issue15163 opened by pitrou #15165: test_email: failure on Windows http://bugs.python.org/issue15165 opened by skrah #15166: Implement imp.get_tag() using sys.implementation http://bugs.python.org/issue15166 opened by brett.cannon #15167: Re-implement imp.get_magic() in pure Python http://bugs.python.org/issue15167 opened by brett.cannon #15168: Move importlib.test to test.importlib http://bugs.python.org/issue15168 opened by brett.cannon #15169: Clear C code under PyImport_ExecCodeModuleObject() http://bugs.python.org/issue15169 opened by brett.cannon #15170: Fix 64-bit building for buildbot scripts (2.7) http://bugs.python.org/issue15170 opened by skrah #15171: Fix 64-bit building for buildbot scripts (3.2) http://bugs.python.org/issue15171 opened by skrah #15172: Document nasm-2.10.01 as required version for openssl http://bugs.python.org/issue15172 opened by skrah #15174: amd64\python_d.exe -m test fails http://bugs.python.org/issue15174 opened by skrah #15175: pydoc -k zip throws segmentation fault http://bugs.python.org/issue15175 opened by shank #15178: Doctest should handle situations when test files are not reada http://bugs.python.org/issue15178 opened by bkabrda #15180: Cryptic traceback from os.path.join when mixing str & bytes http://bugs.python.org/issue15180 opened by ncoghlan #15182: find_library_file() should try to link http://bugs.python.org/issue15182 opened by jdemeyer #15183: it should be made clear that the statement in the --setup opti http://bugs.python.org/issue15183 opened by tshepang #15184: Test failure in test_sysconfig_module http://bugs.python.org/issue15184 opened by georg.brandl #15185: Validate callbacks in 'contextlib.ExitStack.callback()' http://bugs.python.org/issue15185 opened by Yury.Selivanov #15186: Support os.walk(dir_fd=) http://bugs.python.org/issue15186 opened by larry #15188: test_ldshared_value failure on OS X using python.org Pythons http://bugs.python.org/issue15188 opened by ned.deily #15189: tkinter.messagebox does not use the application's icon http://bugs.python.org/issue15189 opened by mark #15191: tkinter convenience dialogs don't use themed widgets http://bugs.python.org/issue15191 opened by mark #15192: test_bufio failures on Win64 buildbot http://bugs.python.org/issue15192 opened by pitrou #15194: libffi-3.0.11 update http://bugs.python.org/issue15194 opened by doko #15195: test_distutils fails when ARCHFLAGS is set on a Mac http://bugs.python.org/issue15195 opened by Marc.Abramowitz #15197: test_gettext failure on Win64 buildbot http://bugs.python.org/issue15197 opened by pitrou #15198: multiprocessing Pipe send of non-picklable objects doesn't rai http://bugs.python.org/issue15198 opened by Ian.Bell #15199: Default mimetype for javascript should be application/javascri http://bugs.python.org/issue15199 opened by bkabrda #15200: Faster os.walk http://bugs.python.org/issue15200 opened by storchaka #15201: C argument errors and Python arguments error are different http://bugs.python.org/issue15201 opened by ramchandra.apte #15202: followlinks/follow_symlinks/symlinks flags unification http://bugs.python.org/issue15202 opened by storchaka #15204: Deprecate the 'U' open mode http://bugs.python.org/issue15204 opened by storchaka #15205: distutils dereferences symlinks on M
Re: [Python-Dev] Issue 1677 - please advise
> So... should I go ahead and push anyway, or is there anything else > I should be doing as part of the change? Go ahead! Martin ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
