[issue46291] [doc] First argument to raise can also be BaseException

2022-03-15 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +29995 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31899 ___ Python tracker <https://bugs.python.org/issu

[issue46817] Add a line-start table to the code object.

2022-03-15 Thread Irit Katriel
Irit Katriel added the comment: I can see the linestarts used in trace.py to figure out coverage. But for this duplications don't make a difference (they are deduped in _find_lines_from_code anyway), right? Where else are they used, such that the current scheme may not

[issue26545] [doc] os.walk is limited by python's recursion limit

2022-03-16 Thread Irit Katriel
Irit Katriel added the comment: I agree with Stanley. The documentation for os is clear that recursion is used and the documentation for RecursionError links to getrecursionlimit(). This seems sufficient. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved

[issue31327] [doc] Add example of platform-specific support for negative timestamps to the time doc

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

[issue1573931] WSGI, cgi.FieldStorage incompatibility

2022-03-16 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___

[issue24080] asyncio.Event.wait() Task was destroyed but it is pending

2022-03-16 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +asvetlov ___ Python tracker <https://bugs.python.org/issue24080> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: I don't think the OP is complaining about the internal asyncio machinery frames, but rather about the repetition of the "return f.result() # May raise f.exception()." frame. I will paste the output of the script in the next comment.

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: >>> asyncio.run(main()) Traceback (most recent call last): File "", line 6, in main File "C:\Users\User\src\cpython\Lib\asyncio\tasks.py", line 597, in _wait_for_one return f.result() # May raise f.exception().

[issue42682] awaiting a wrapped asyncio.Task multiple times gives long, repeative tracebacks

2022-03-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Incorrect traceback when future's exception is raised multiple times ___ Python tracker <https://bugs.p

[issue45924] Incorrect traceback when future's exception is raised multiple times

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: Closed issue42682 as duplicate of this. -- ___ Python tracker <https://bugs.python.org/issue45924> ___ ___ Python-bugs-list m

[issue46343] Add PyErr_GetActiveException and PyErr_SetActiveException

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: We should make throw accept an exception instance, the same thing was done in the traceback module. -- ___ Python tracker <https://bugs.python.org/issue46

[issue44439] stdlib wrongly uses len() for bytes-like object

2022-03-18 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed now or is there anything else to do? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue38307] Add .end_lineno attribute to pyclbr _Objects

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

[issue46073] ast.unparse produces: 'FunctionDef' object has no attribute 'lineno' for valid module

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> AttributeError in ast.unparse ___ Python tracker <https://bugs.python

[issue28584] ICC compiler check is too permissive

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Closed issue44832 as a duplicate of this. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue28584> ___ ___

[issue44832] Compiler detection is not strict enough

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ICC compiler check is too permissive ___ Python tracker <https://bugs.python

[issue41864] Compiler error in _zoneinfo.c:1227: error: #pragma GCC diagnostic not allowed inside functions

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Compiler warnings in _zoneinfo.c on Windows build in 64-bit ___ Python tracker <https://bugs.python

[issue45214] implement LOAD_NONE opcode

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> later stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue11160] ZipFile.comment expects bytes

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: The documentation has been updated by now [1]: ZipFile.comment The comment associated with the ZIP file as a bytes object. If assigning a comment to a ZipFile instance created with mode 'w', 'x' or 'a', it should be no longer tha

[issue26019] collections.abc documentation incomplete

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a GitHub PR and reviewed. -- components: +Library (Lib) keywords: +easy nosy: +iritkatriel versions: +Python 3.11 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue26

[issue35577] side_effect mocked method lose reference to instance

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

[issue18217] Deprecate and remove gettext.install

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: There were several votes in the discussion for rejecting this deprecation, so I am closing the issue. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed ___ Pytho

[issue19991] configparser instances cannot be pretty printed

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: It's not just that it can't be pretty printed - it doesn't even have __str__ or __repr__. I think the only thing we have now it write, which can do this: >>> config = configparser.ConfigParser() >>> config['D

[issue42528] Improve the docs of most Py*_Check{,Exact} API calls

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

[issue23647] imaplib.py MAXLINE value is too low for gmail

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue29906] Add callback parameter to concurrent.futures.Executor.map

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Since nobody followed up on this for 5 years, I would suggest that (if you are still interested in this) you raise this on python-ideas and ideally also implement and submit a patch. If this is abandoned I will close the issue in a couple of weeks

[issue32547] csv.DictWriter emits strange errors if fieldnames is an iterator

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: Perhaps we could raise an exception with a clearer error message when fieldnames not a sequence? -- nosy: +iritkatriel versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue32

[issue5888] mmap enhancement - resize with sequence notation

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: I am closing this because in the 13 years since it was opened there was only one (negative) response and I don't think this will be picked up now. If you still want to pursue this idea, I would suggest raising it on python-ideas to get more feedback, and

[issue27198] Adding an assertClose() method to unittest.TestCase

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: To summarize the discussion: There were objections to adding assertClose, but more agreement for adding an option to assertAlomstEqual that does the equivalent. Chris was to come back with an implementation (that was in 2016). Are we still pursuing this or

[issue42884] array.index() missing start and end

2022-03-19 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add start and stop parameters to the array.index() ___ Python tracker <https://bugs.python

[issue40074] pickle module dump and load: add support for string file names

2022-03-19 Thread Irit Katriel
Irit Katriel added the comment: -1. This is basically a request to add API to the stdlib to turn a two-liner into a one-liner. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue40

[issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: I think this should have been opened on the typeshed issue tracker. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue40666] TarFile.add does not support pathlib.Path as a value to first argument.

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46759] sys.excepthook documentation doesn't mention that it isn't called for SystemExit

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: See also Issue25489. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue46759> ___ ___ Python-bugs-list m

[issue25489] sys.exit() caught in exception handler

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: See also Issue46759. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue25489> ___ ___ Python-bugs-list m

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3af68fc77c528d4e7749046cf6e41fd79902e6e6 by jmcb in branch 'main': bpo-46013: Fix confusing kerning on period in docs (GH-29989) https://github.com/python/cpython/commit/3af68fc77c528d4e7749046cf6e41fd79902e6e6 -- nosy: +i

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 87b3e202d46cdeb0a6b1ef041579a5ebc7c826a9 by Miss Islington (bot) in branch '3.10': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005) https://github.com/python/cpython/commit/87b3e202d46cdeb0a6b1ef041579a5

[issue46013] Confusing period in object.__hash__ doc

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: New changeset 504973a13336d8a4d20459f68de9647a1fb25966 by Miss Islington (bot) in branch '3.9': bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32006) https://github.com/python/cpython/commit/504973a13336d8a4d20459f68de964

[issue46013] Confusing period in object.__hash__ doc

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

[issue37789] Update doc strings for test.bytecode_helper

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue34406] Typo in documentation

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: tempfile.TemporaryDirectory incorrectly documented -> [doc] tempfile.TemporaryDirectory documentation improvements versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python

[issue39971] [doc] Error in functional how-to example

2022-03-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Error in functional how-to example -> [doc] Error in functional how-to example versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue32754] feature request: asyncio.gather/wait cancel children on first exception

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: Task groups are implemented under Issue46752. -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> Introduce task groups to asyncio and change task cancellation

[issue34071] asyncio: repr(task) raises AssertionError for coros which loop.create_task accepts; complications ensue

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: This is a TypeError now, so there shouldn't be issues with unit tests anymore: >>> task = asyncio.get_event_loop().create_task(ag()) Traceback (most recent call last): File "", line 1, in File "/Users/iritkatriel/src/cpyth

[issue34071] asyncio: repr(task) raises AssertionError for coros which loop.create_task accepts; complications ensue

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: I'm closing this as out of date, please create a new issue if you are seeing an issue on current versions of python (>= 3.10). -- resolution: -> out of date stage: -> resolved status: open -> closed _

[issue41275] [doc] Clarify that Futures can be awaited multiple times

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: Clarify whether Futures can be awaited multiple times -> [doc] Clarify that Futures can be awaited multiple times versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue34680] [doc] asyncio event_loop fails when accessed from multiple threads

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: asyncio event_loop fails when accessed from multiple threads -> [doc] asyncio event_loop fails when accessed from multiple threads ___ Python tracker <https://bugs.python.org/issu

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30116 pull_request: https://github.com/python/cpython/pull/32027 ___ Python tracker <https://bugs.python.org/issue12

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 45833b50f0ccf2abb01304c900afee05b6d01b9e by Irit Katriel in branch 'main': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) https://github.com/python/cpyt

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30125 pull_request: https://github.com/python/cpython/pull/32034 ___ Python tracker <https://bugs.python.org/issue12

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +30126 pull_request: https://github.com/python/cpython/pull/32035 ___ Python tracker <https://bugs.python.org/issue12

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 7fc12540e3e873d8ff49711e70fd691185f977b9 by Irit Katriel in branch '3.10': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32034) https://github.com/python/cpyt

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

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

[issue12029] [doc] clarify that except does not match virtual subclasses of the specified exception type

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 2d5e9f8d6296cc52da9823bb57e7f03d60b34d27 by Irit Katriel in branch '3.9': bpo-12029: [doc] clarify that except does not match virtual subclasses of the specified exception type (GH-32027) (GH-32035) https://github.com/python/cpyt

[issue26052] pydoc for __init__ with not docstring

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: Is the "See help(type(self)) for accurate signature." part of object.__init__ docstring useful? May we can just remove it? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.o

[issue18241] Add unique option to heapq functions

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: I would dedup when extracting items from the queue, because it is trivial to find duplicates then. It can be done with a simple wrapper, without any changes to the queue. -- nosy: +iritkatriel ___ Python tracker

[issue1703592] [doc] mention that setlocale raises exception if given a nonexisting locale

2022-03-21 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: have a way to ignore nonexisting locales in locale.setlocale -> [doc] mention that setlocale raises exception if given a nonexisting locale versions: +Python 3.10, Python 3.11, Python 3.9 -Python

[issue22013] Add at least minimal support for thread groups

2022-03-21 Thread Irit Katriel
Irit Katriel added the comment: And now we have TaskGroups in asyncio as well. I'm closing this as it seems to have been abandoned. Feel free to reopen if this is still needed. -- nosy: +iritkatriel stage: needs patch -> resolved status: open -

[issue40065] py39: remove deprecation note for xml.etree.cElementTree

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: > We are currently debating to bring the module back and warn users that it > will be removed in 3.10. Doesn't look like it was removed in 3.10. Was this an oversight? -- nosy: +iritkatriel ___ Pyt

[issue17733] Add tests to test__header_value_parser for RFC 2231 parsing code

2022-03-22 Thread Irit Katriel
New submission from Irit Katriel : I believe this is about smtpd, which is now deprecated under PEP 594. So I think we can close it. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

[issue22260] Rearrange tkinter tests, use test discovery

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch looks very out of date. Let mw know if it's still needed, otherwise I'll close. -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.pytho

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. -- keywords: +easy -needs review, patch nosy: +iritkatriel versions: +Python 3.11

[issue25528] Attempt to further increase test coverage of calendar module

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. See also issue13330. -- nosy: +iritkatriel

[issue13330] Attempt full test coverage of LocaleTextCalendar.formatweekday

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: See also issue25528. -- ___ Python tracker <https://bugs.python.org/issue13330> ___ ___ Python-bugs-list mailing list Unsub

[issue27132] New assert method that checks an error message for a list of strings

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: > Personally I'd write multiple asserts rather than regex permutations. I would too, because then when one of them fails it's clear which of the strings is missing. -- nosy: +iritkatriel ___ Python tr

[issue13670] Increase test coverage for pstats.py

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be reviewed. If the tests are still relevant and increase coverage, it needs to be converted to a GitHub PR. Otherwise this issue can be closed. -- keywords: +easy, newcomer friendly -patch nosy: +iritkatriel

[issue36692] Unexpected stderr output from test_sys_settrace

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: I'm not seeing this output when I run the test. Are you still seeing it? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org

[issue22608] test_socket fails with sem_init: Too many open files

2022-03-22 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed in issue45212. -- nosy: +iritkatriel resolution: -> duplicate status: open -> pending superseder: -> Dangling threads in skipped tests in test_socket ___ Python tracke

[issue23743] Python crashes upon exit if importing g++ compiled mod after importing gcc compiled mod

2022-03-22 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue23743> ___ ___ Python-bugs-list

[issue13011] Frozen programs require the original build directory in order to run.

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: Closing, please reopen or create a new issue if this is still a problem after all these years. -- stage: needs patch -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/i

[issue47099] Replace with_traceback() with exception chaining and reraising

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: You don't need sys.exc_info() for the traceback anymore. except Exception as e: raise OSError('blah').with_traceback(e.__traceback__) -- nosy: +iritkatriel ___ Python tracker <https://bugs.pyt

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +iritkatriel nosy_count: 5.0 -> 6.0 pull_requests: +30165 pull_request: https://github.com/python/cpython/pull/32078 ___ Python tracker <https://bugs.python.org/issu

[issue33028] [doc] tempfile.TemporaryDirectory documentation improvements

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.9 ___ Python tracker <https://bugs.python.or

[issue23578] struct.pack error messages do not indicate which argument was invalid

2022-03-23 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue23578> ___ ___ Python-bugs-list mailing list Unsub

[issue29067] Source archive: wrong directory attributes

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: In 3.11 it is drwxr-xr-x. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue27165] Skip callables when displaying exception fields in cgitb

2022-03-23 Thread Irit Katriel
Irit Katriel added the comment: cgi/cgitb are deprecated as per PEP 594, so there won't be further enhancements to them. -- nosy: +iritkatriel resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___

[issue27817] tkinter string variable misinterpreted as boolean

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This problem was reported for 2.7 without a manageable reproducer. I suggest we close it because it's unlikely that anyone will want to investigate this now unless it's reported again for a supported python version. -- nosy: +iritkatriel

[issue17246] inspect.getargvalues fails if arg name is not bound to a value

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch ___ Python tracker <https://bugs.python.org/issue17246> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28948] Facing issue while running Python 3.6.0rc1 windows x86-64 web based installer

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This was reported for 3.6 and there was not enough information to figure out what the problem is. I am closing it because it's unlikely that anyone will be do anything about this unless it is reported again for a current Python version, and with

[issue37665] threading.TIMEOUT_MAX integer overflow on 32-bit builds with threading.Thread.join

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> undefined behaviour: signed integer overflow in threadmodule.c ___ Python tracker <https://bugs.python

[issue37430] [doc] range is not a built-in function

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: range is not a built-in function -> [doc] range is not a built-in function versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue26362] Approved API for creating a temporary file path

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: > So no, while unresolved, this bug report should not be closed. This is not a bug report, it's a feature request, and there is enough resistance in the discussion to reject it (according to the Status Quo Wins a Stalemate principle). What may be un

[issue46841] Inline bytecode caches

2022-03-24 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +iritkatriel nosy_count: 5.0 -> 6.0 pull_requests: +30182 pull_request: https://github.com/python/cpython/pull/32100 ___ Python tracker <https://bugs.python.org/issu

[issue22722] inheritable pipes are unwieldy without os.pipe2

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: Closing as this seems abandoned. Buck, if you want to bring it up again and explain the use case, please reopen this issue, create a new issue or post to python-ideas. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status

[issue46841] Inline bytecode caches

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 2f49b97cc5426087b46515254b9a97a22ee8c807 by Irit Katriel in branch 'main': bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG (GH-32100) https://github.com/python/cpython/commit/2f49b97cc5426087b46515254b9a97

[issue11339] annotation for class being defined

2022-03-24 Thread Irit Katriel
Irit Katriel added the comment: This looks like PEP 673 – Self Type. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue8891] shutil: sort files before archiving for consistency

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- components: +Distutils -Library (Lib) nosy: +dstufft ___ Python tracker <https://bugs.python.org/issue8891> ___ ___ Python-bugs-list m

[issue8891] shutil: sort files before archiving for consistency

2022-03-25 Thread Irit Katriel
Irit Katriel added the comment: distutils is deprecated now, so there won't be any more enhancements to it. -- nosy: +iritkatriel resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python t

[issue18535] termios.tcgetattr should return namedtuple

2022-03-25 Thread Irit Katriel
Irit Katriel added the comment: The patch has no tests, the use case is not clear and it's been 9 years. Closing. -- nosy: +iritkatriel stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.

[issue13197] subprocess: move shell arguments to a separate keyword param

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Popen should raise ValueError if pass a string when shell=False or a list when shell=True ___ Python tracker <https://

[issue1554] socketmodule cleanups: allow the use of keywords in socket functions

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue47120] Make all jumps relative

2022-03-25 Thread Irit Katriel
New submission from Irit Katriel : For some of our jump opcodes target is absolute, so it can easily require EXTENDED_ARGS. Our analysis [1] shows that turning all absolute jumps into relative jumps will eliminate almost all EXTENDED_ARGS on jumps. This will require a _BACK version for each

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- title: Make all jumps relative -> Make all jump opcodes relative ___ Python tracker <https://bugs.python.org/issue47120> ___ ___ Py

[issue47120] Make all jump opcodes relative

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +30191 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32115 ___ Python tracker <https://bugs.python.org/issu

[issue11339] annotation for class being defined

2022-03-25 Thread Irit Katriel
Change by Irit Katriel : -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue11339> ___ ___ Python-bugs-list

[issue47133] enhance unittest to show test name and docstring on one line

2022-03-26 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy ___ Python tracker <https://bugs.python.org/issue47133> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34480] _markupbase.py fails with UnboundLocalError on invalid keyword in marked section

2022-03-27 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +lukasz.langa ___ Python tracker <https://bugs.python.org/issue34480> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-28 Thread Irit Katriel
Irit Katriel added the comment: That's a good point. I see that the __future__ imports appear in the dir() of the module, and indeed they are imported with 'from m import *'. But I wonder if that is actually a bug. If you try this: % cat x.py from __future__ import ann

[issue26120] pydoc: move __future__ imports out of the DATA block

2022-03-28 Thread Irit Katriel
Irit Katriel added the comment: New changeset 15ba8167d78f9e66bd5b07c4e5cbb0463460310a by Irit Katriel in branch 'main': bpo-26120: make pydoc exclude __future__ imports from the data block of the module (GH-30888) https://github.com/python/cpyt

<    4   5   6   7   8   9   10   11   12   13   >