[issue18861] Problems with recursive automatic exception chaining

2021-04-07 Thread Irit Katriel
Irit Katriel added the comment: For the issue of which contexts need to be suppressed when __suppress_context__ is true, I think we don't need to keep the whole tree of exceptions. It might be enough to save the dynamic "nesting depth of the try-excepts". Here is a so

[issue37712] Exception frames from unittest.TestCase.fail dependent on nesting

2021-04-07 Thread Irit Katriel
Irit Katriel added the comment: I think this is the same as issue42247. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue37712> ___ ___

[issue42247] unittest hides traceback frames in chained exceptions

2021-04-07 Thread Irit Katriel
Irit Katriel added the comment: I think this is the same as issue37712. -- ___ Python tracker <https://bugs.python.org/issue42247> ___ ___ Python-bugs-list m

[issue37712] Exception frames from unittest.TestCase.fail dependent on nesting

2021-04-09 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> unittest swallows part of stack trace when raising AssertionError in a TestCase ___ Python tracker <https://bugs.python

[issue24959] unittest swallows part of stack trace when raising AssertionError in a TestCase

2021-04-09 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +24039 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/23688 ___ Python tracker <https://bugs.python.org/issu

[issue42247] unittest hides traceback frames in chained exceptions

2021-04-09 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> unittest swallows part of stack trace when raising AssertionError in a TestCase ___ Python tra

[issue40407] Zipfile couldn`t recognized character set rightly.

2021-04-14 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +alanmcintyre, serhiy.storchaka, twouters ___ Python tracker <https://bugs.python.org/issue40407> ___ ___ Python-bugs-list m

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: As Victor suggested in https://bugs.python.org/issue43001#msg386820: Try to run directly the two failing tests in verbose mode, copy/paste the output into a file and attach the file here: python -m test test_embed test_tabnanny -v -- nosy

[issue43252] deepcopy of weakref proxies

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: If you deep-copy the referents, what would hold a reference to them? Wouldn't the new objects be immediately GCed? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/is

[issue32935] Documentation falsely leads to believe that MemoryHandler can be used to wrap SMTPHandler to send multiple messages per email

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: The documentation does talk about emit() operating on single records: https://docs.python.org/3/library/logging.handlers.html#logging.handlers.BufferingHandler.emit How would you make this clearer? -- nosy: +iritkatriel versions: +Python 3.10 -Python

[issue40804] Bug report in python3.6.8 using argparse module

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: amansi26, I am closing this because you did not reply to the request for more information for almost a year. Also, the link in your comment is not working anymore. If you are still having a problem with argparse, please open a new issue for it and include

[issue41163] test_weakref hangs

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: Python 36. is no longer maintained. Are you seeing this issue with a more recent version? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.p

[issue30898] SSL cert failure running make test during Python 3.6 install

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: Python 3.6 is no longer maintained. Are you seeing this on a more recent version? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue29799] Add tests for header API of 'urllib.request.Request' class

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: Jaysinh, I see you closed the PR. Did you intend to close this issue as well or are you still planning to work on this? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.pyth

[issue15907] move doctest test-data files into a subdirectory of Lib/test

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted into a github PR. -- keywords: +easy nosy: +iritkatriel stage: patch review -> needs patch versions: +Python 3.10 -Python 3.5 ___ Python tracker <https://bugs.python.org/issu

[issue1676820] Add a PeriodicTimer to threading

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: I'm closing this as rejected because the comments were not very supportive of the idea and there has been no activity for over 10 years. There are also more possibilities for this now with asyncio. -- resolution: -> rejected stage: patc

[issue27835] SystemExit in setUpClass etc. terminates test run

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue27835> ___ ___ Pyth

[issue35342] email "default" policy raises exception iterating over unparseable date headers

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: I get the same result on macOS as on Windows, it seems this was fixed in https://github.com/python/cpython/pull/22090, there are unit tests there for invalid dates passed to parsedate_to_datetime. -- status: pending -> clo

[issue21728] Confusing error message when initialising type inheriting object.__init__

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue21728> ___ ___ Python-bugs-list

[issue10794] Infinite recursion while garbage collecting loops indefinitely

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: needs patch -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue10794> ___ ___ Pyth

[issue22128] patch: steer people away from codecs.open

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue22128> ___ ___ Python-bugs-list

[issue16718] Mysterious atexit fail

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue16718> ___ ___ Python-bugs-list

[issue6253] optparse.OptionParser.get_usage uses wrong formatter

2021-04-16 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue6253> ___ ___ Python-bugs-list

[issue31481] telnetlib fails to read continous large output from Windows Telnet Server

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: Nisar, if you are still having the problem (in Python 3) please create a new issue with detail on how we can reproduce it. -- resolution: -> rejected stage: -> resolved status: pending -> closed ___ Pytho

[issue30425] Python 3.6.1 (32-bit)_20170522020736.log

2021-04-16 Thread Irit Katriel
Irit Katriel added the comment: Please open a new issue if you are still having a problem, and please explain what the problem is and why you think it's a bug in Python. -- stage: -> resolved status: pending -> closed ___ Python trac

[issue10663] configure shouldn't set a default OPT

2021-04-17 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue14322] More test coverage for hmac

2021-04-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy ___ Python tracker <https://bugs.python.org/issue14322> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41943] unittest.assertLogs passes unexpectedly

2021-04-17 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 -Python 3.8 ___ Python tracker <https://bugs.python.or

[issue16221] tokenize.untokenize() "compat" mode misses the encoding when using an iterator

2021-04-17 Thread Irit Katriel
Irit Katriel added the comment: This was fixed here under issue719888. -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43860] unittest increment tests executed

2021-04-17 Thread Irit Katriel
Irit Katriel added the comment: See the section on "Distinguishing test iterations using subtests" https://docs.python.org/3/library/unittest.html#distinguishing-test-iterations-using-subtests -- nosy: +iritkatriel ___ Python track

[issue31213] __context__ reset to None in nested exception

2021-04-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue31213> ___ ___

[issue30800] zlib.compressobj took too much memory on window

2021-04-20 Thread Irit Katriel
Irit Katriel added the comment: It looks like you're not using this API correctly, it doesn't make sense to create 1 compressobj()s. You should create one and then call compress() on it as many times as you need. -- nosy: +iritkatriel resolution: -> not a bug

[issue7247] test_fcntl_64_bit from test_fcntl.py fails in Python 2.6.4

2021-04-20 Thread Irit Katriel
Irit Katriel added the comment: The test was disabled for ARM Linux here: https://github.com/python/cpython/commit/e5aefa452b2e3a5a834610cefa1656f36673f686 Does that resolve this issue? -- nosy: +gregory.p.smith, iritkatriel ___ Python tracker

[issue30069] External library behave differently when loaded by Python (maybe thread issue)

2021-04-21 Thread Irit Katriel
Irit Katriel added the comment: I'm closing this as out of date because the links no longer work and both Python 2.7/3.6 are no longer maintained. If you are still having this problem with more recent versions of Python, please create a new issue with up-to-date reproduction inform

[issue12403] Mention sys.displayhook in code module docs and the compile builtin docs

2021-04-21 Thread Irit Katriel
Irit Katriel added the comment: The patch for the code module doc needs to be converted into a github PR. A new patch is needed for the compile builtin documentation: https://docs.python.org/3/library/functions.html#compile This could be added at the end of the third paragraph, where it says

[issue25786] contextlib.ExitStack introduces a cycle in exception __context__

2021-04-22 Thread Irit Katriel
Irit Katriel added the comment: Looks like it was fixed in contextlib here: https://github.com/python/cpython/commit/ba2ecd68414b9c53d00560579f5bc13459bc0449 -- nosy: +iritkatriel resolution: -> fixed status: open -> pending ___ Python t

[issue25786] contextlib.ExitStack introduces a cycle in exception __context__

2021-04-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: fixed -> duplicate stage: -> resolved status: pending -> closed superseder: -> Hang with contextlib.ExitStack and subprocess.Popen (regression) ___ Python tracker <https://bugs.python

[issue1697943] msgfmt cannot cope with BOM - improve error message

2021-04-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: not a bug -> title: msgfmt cannot cope with BOM -> msgfmt cannot cope with BOM - improve error message versions: +Python 3.11 -Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Pyth

[issue25782] CPython hangs on error __context__ set to the error itself

2021-04-22 Thread Irit Katriel
Irit Katriel added the comment: I agree with Chris that the issue of not hanging is independent of the question what to do about the cycle. The ExitStack issue that brought this issue about is now fixed in ExitStack (see issue25786, issue27122). If we take a step back from that, the

[issue18744] doc: pathological performance using tarfile

2021-04-22 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: pathological performance using tarfile -> doc: pathological performance using tarfile versions: +Python 3.11 -Python 2.7, Python 3.3, Python 3.4 ___ Python tracker <https://bugs.pyth

[issue21352] improve documentation indexing

2021-04-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue21352> ___ ___ Python-bug

[issue27521] Misleading compress level header on files created with gzip

2021-04-24 Thread Irit Katriel
Irit Katriel added the comment: I believe this was fixed here: https://github.com/python/cpython/pull/18077 -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> gzip metadata fails to reflect comp

[issue16386] imp.find_module does not specify registry key it searches on windows

2021-04-24 Thread Irit Katriel
Irit Katriel added the comment: Both http://docs.python.org/3/library/importlib.html#importlib.machinery.WindowsRegistryFinder and http://docs.python.org/3/library/imp.html#imp.find_module: are now deprecated. Is this issue still relevant? -- nosy: +iritkatriel resolution

[issue8579] Add missing tests for FlushKey, LoadKey, and SaveKey in winreg

2021-04-25 Thread Irit Katriel
Change by Irit Katriel : -- components: +Tests nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4 ___ Python tracker <https://bugs.python.org/issue8

[issue35676] unittest assert helper methods have incorrect signature in docs

2021-04-25 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue35

[issue24026] Python hangs forever in wait() of threading.py

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: Python 2.7 is no longer maintained. If this is still a problem in python 3.8+, and you manage to produce a repro script, please open a new issue for it. -- nosy: +iritkatriel resolution: -> third party stage: -> resolved status: open -&g

[issue26810] inconsistent garbage collector behavior across platforms when using ctypes data-structures

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: I don't think GC is even guaranteed to do exactly the same thing in two different runs on the same platform. If objects are hashed by id (memory address) and then traversed then couldn't the order in which unrelated objects are deleted be non-det

[issue27420] Docs for os.link - say what happens if link already exists

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: There is a general note at the top of the module: "Note: All functions in this module raise OSError (or subclasses thereof) in the case of invalid or inaccessible file names and paths, or other arguments that have the correct type, but are not accepted b

[issue31055] All Sphinx generated pages could have a new "Edit This Page" link adjacent to the existing "Show Source"

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: Another option is to just add a link to https://devguide.python.org/docquality/ -- nosy: +iritkatriel versions: +Python 3.11 -Python 2.7 ___ Python tracker <https://bugs.python.org/issue31

[issue29732] Heap out of bounds read in tok_nextc()

2021-04-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue40608] PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwards compatible)

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: There has been no progress on PR12607. I think we should at least deprecate Py_TRASHCAN_SAFE_BEGIN/END in 3.10 and tell people to use Py_TRASHCAN_BEGIN/END instead. -- ___ Python tracker <https://bugs.python.

[issue11100] test_fdopen: close failed in file object destructor

2021-04-25 Thread Irit Katriel
Irit Katriel added the comment: Closing since python 2.7 is no longer maintained. Please create a new issue if this is still an issue in 3.8+ -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed _

[issue26215] Make GC_Head a compile-time option

2021-04-26 Thread Irit Katriel
Change by Irit Katriel : -- type: -> enhancement versions: +Python 3.11 -Python 2.7 ___ Python tracker <https://bugs.python.org/issue26215> ___ ___ Python-

[issue26215] Make GC_Head a compile-time option

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: This seems like something that would require a PEP, or at least a discussion on python-ideas. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue26

[issue28968] xml rpc server fails with connection reset by peer error no 104

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: 2.7 is no longer maintained. Please create a new issue with full reproduction information if you are still having this problem in 3.8+. -- nosy: +iritkatriel stage: -> resolved status: open -> closed ___

[issue20290] inspect module bug for modules with same filename

2021-04-26 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> inspect.findsource raises IndexError ___ Python tracker <https://bugs.python

[issue21251] Standard library trace module crashes with exception

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: pyblock supports python 3 now. Are you seeing the problem pm 3.8+?Otherwise this issue can be closed since python 2 past EOL. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <

[issue22972] Timeout making ajax calls to SimpleHTTPServer from internet explorer

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: Closing this as Python 2.7 is past EOL and there was no followup for over 6 years. If you are still having this problem in 3.9+, and you believe it is indeed a python rather than javascript issue, please create a new issue. -- nosy: +iritkatriel

[issue23336] Thread.LockType is misnamed

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: _dummy_thread and dummy_threading modules have been removed in V3.9. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue10599] sgmllib.parse_endtag() is not respecting quoted text

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: sgmllib was removed in python 3. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue14810] tarfile does not support timestamp older 1970-01-01

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: Python 2 only issue. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue3849] FUD in documentation for urllib.urlopen()

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: This caveat no longer appear in the doc, and I could not find anything similar, so I am concluding this is no longer relevant. -- nosy: +iritkatriel resolution: -> out of date stage: needs patch -> resolved status: open -&g

[issue10764] sysconfig and alternative implementations

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: This was fixed in python 3 (see issue9878) and it's too late for 2.7. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https:

[issue31726] Missing token.COMMENT

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: Fixed in 3.7 and too late for earlier versions. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue40608] PY3.8 GC segfault (Py_TRASHCAN_SAFE_BEGIN/END are not backwards compatible)

2021-04-26 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue40608> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27590] tarfile module next() method hides exceptions

2021-04-26 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 2.7 ___ Python tracker <https://bugs.python.org/issue27590> ___ ___ Python-bugs-list mailing list Unsub

[issue34463] Discrepancy between traceback.print_exception and sys.__excepthook__

2021-04-26 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue19348] Building _testcapimodule as a builtin results in compile error

2021-04-27 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed by https://github.com/python/cpython/commit/5c75f37d473140f0e0b7d9bf3a8c08343447ded1 which added "#undef Py_BUILD_CORE_MODULE" to _testcapimodule.c. -- nosy: +iritkatriel resolution: -> out of date status: op

[issue25817] modsupport: 'countformat' does not handle strings without bracket levels correctly

2021-04-27 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue25817> ___ ___

[issue26629] Need an ability to build standard DLLs with distutils

2021-04-27 Thread Irit Katriel
Irit Katriel added the comment: distutils is deprecated and python 2.7 is past EOL. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue43960] test_pdb fails when only some tests are run

2021-04-27 Thread Irit Katriel
Irit Katriel added the comment: I have a fix, I'll make a PR in a bit. The issue here is the breakpoint number: Breakpoint 1 at https://github.com/python/cpython/pull/21989/files So I will make this test use it. -- nosy: +iritkatriel ___ P

[issue43960] test_pdb fails when only some tests are run

2021-04-27 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +24364 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25673 ___ Python tracker <https://bugs.python.org/issu

[issue43960] test_pdb fails when only some tests are run

2021-04-27 Thread Irit Katriel
Irit Katriel added the comment: I scanned the file and I think this was the only test where this was missing. test_pdb_continue_in_bottomframe doesn't have a reset, but it doesn't expect a specific breakpoint number, it does: Breakpoint ... at <https://bugs.python.o

[issue43960] test_pdb fails when only some tests are run

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: We didn't backport PR21989 because it was changing the way breakpoints hare maintained, so reset_Breakpoint is not there before 3.10. I can add that to the test file manually. -- ___ Python tracker &

[issue43960] test_pdb fails when only some tests are run

2021-04-28 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +24381 pull_request: https://github.com/python/cpython/pull/25691 ___ Python tracker <https://bugs.python.org/issue43

[issue24475] The docs never define what a pool "task" is

2021-04-28 Thread Irit Katriel
Change by Irit Katriel : -- components: +Library (Lib) versions: +Python 3.10, Python 3.11, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issue24

[issue23750] doc: Clarify difference between os.system/subprocess.call in section "Replacing os.system()"

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a github PR. -- keywords: +easy nosy: +iritkatriel title: Clarify difference between os.system/subprocess.call in section "Replacing os.system()" -> doc: Clarify difference between os.system/subpr

[issue1662] [patch] assert tp_traverse in PyType_GenericAlloc()

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: Are you sure this assertion is correct? tp_traverse is optional. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue1

[issue1227748] doc: subprocess: inheritance of std descriptors inconsistent

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted into a github PR. -- keywords: +easy nosy: +iritkatriel title: subprocess: inheritance of std descriptors inconsistent -> doc: subprocess: inheritance of std descriptors inconsistent versions: +Python 3.10, Python 3

[issue32824] Docs: Using Python on a Macintosh has bad info per Apple site

2021-04-28 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue32

[issue16062] Socket closed prematurely in httplib for https

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: Issue5542 was fixed, so if it's the same thing this is also fixed. If it's not the same thing, then python 2.7 is past EOL so please create a new issue if you can reproduce this problem in 3.8+. -- nosy: +iritkatriel resolution: -> out

[issue18125] Out-of-tree build cannot regenerate Makefile.pre

2021-04-28 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Build Python outside the source directory ___ Python tracker <https://bugs.python

[issue24247] Docs: "unittest discover" modifies sys.path

2021-04-28 Thread Irit Katriel
Irit Katriel added the comment: This is alluded to in the "caution" under https://docs.python.org/3/library/unittest.html#test-discovery But the workaround is not explained. -- keywords: +easy nosy: +iritkatriel title: "unittest discover" modifies sys.pat

[issue12883] xml.sax.xmlreader.AttributesImpl allows empty string as attribute names

2021-04-30 Thread Irit Katriel
Irit Katriel added the comment: I don't think the proposed patch is an acceptable solution. It silently skips invalid attributes. It would be ok to either raise an exception or to leave it as it is (junk-in-junk-out). I'm not sure which is better. -- nosy: +iritkatrie

[issue4130] Intel icc 9.1 does not support __int128_t used by ctypes

2021-04-30 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue7405] compiling python 3.1.1 using cygwin 1.7.0 and gcc 4.3.4

2021-04-30 Thread Irit Katriel
Irit Katriel added the comment: main.c is very different now compared to the patch. Closing as this is a 12 year old build issue and probably no longer relevant. Please create a new issue if you see this problem in 3.8+. -- nosy: +iritkatriel resolution: -> out of date st

[issue39934] Fatal Python error "XXX block stack overflow" when exception stacks >10

2021-05-05 Thread Irit Katriel
Irit Katriel added the comment: This was fixed in 3.9+ and 3.8 is in security fix now, so closing. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue35590] logging.handlers.SysLogHandler with STREAM connects in constructor without timeout

2021-05-07 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +vinay.sajip versions: +Python 3.11 -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue35

[issue43656] StackSummary.format fails if str(value) fails

2021-05-07 Thread Irit Katriel
Irit Katriel added the comment: I think it's the other way around - the documentation usually states what exceptions a function can raise as part of its published API, not which exceptions it should not raise. -- ___ Python tracker &

[issue39228] traceback.FrameSummary does not handle exceptions from `repr()`

2021-05-07 Thread Irit Katriel
Irit Katriel added the comment: I think pdb is a different story because it's an interactive application rather than a library. pdb can decide that it prints an error to the screen and returns to the interactive prompt, if that is appropriate. The functions of the traceback module

[issue44030] Markup with_traceback code example

2021-05-07 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.9 ___ Python tracker <https://bugs.python.org/issue44030> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25716] typeobject.c call_method & call_maybe can leak references on 'func'

2021-05-08 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue25716> ___ ___ Pyth

[issue12638] urllib.URLopener prematurely deletes files on cleanup

2021-05-08 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue12638> ___ ___ Python-bugs-list

[issue12638] urllib.URLopener prematurely deletes files on cleanup

2021-05-08 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date ___ Python tracker <https://bugs.python.org/issue12638> ___ ___ Python-bugs-list mailing list Un

[issue3014] file_dealloc() assumes errno is set when EOF is returned

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: I believe this is out of date - there is no longer file_dealloc or anything similar to the code in the report in fileobject.c -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___

[issue1606233] readline on popen3 file returns empty string before end

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: Closing as there is little chance we can do anything about a 15-year old issue with no reproducer (chances are it was already fixed by now if it was actually a bug). -- nosy: +iritkatriel resolution: -> rejected stage: test needed -> resolved

[issue22953] Windows installer configures system PATH also when installing only for current user

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: Irrelevant since version 3.5. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue32725] Instance of _multiprocessing.PipeConnection-subtype crash on deletion

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: 2.7 is past EOL. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue41830] "NameError: name 'AttributeError' is not defined"

2021-05-08 Thread Irit Katriel
Irit Katriel added the comment: The link to the logs is not working now, and without more info there isn't much we can do. Sanka, are you able to reproduce this on a newer python version and tell us how? -- nosy: +iritkatriel resolution: -> rejected status: open -&

[issue29468] zipfile should catch ValueError as well as OSError to detect bad seek calls

2021-05-09 Thread Irit Katriel
Irit Katriel added the comment: Maybe a better option is to change mmap's seek() to raise an OSError, because it's supposed to behave like a file object. -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.6 ___ Python track

<    6   7   8   9   10   11   12   13   14   15   >