[issue46912] Full gc collection blocked from collecting after some amount of objects in oldest gen

2022-03-06 Thread Irit Katriel
Irit Katriel added the comment: See if you can write a script that makes this happen. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue46

[issue34810] Maximum and minimum value of C types integers from Python

2022-03-06 Thread Irit Katriel
Irit Katriel added the comment: Closing because there was no reply to questions asking to clarify the use case. Please reopen if you would like to continue the discussion. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -&g

[issue11352] Update cgi module doc

2022-03-05 Thread Irit Katriel
Change by Irit Katriel : -- priority: high -> normal ___ Python tracker <https://bugs.python.org/issue11352> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue25415] [io doc] Reword "there is no public constructor"

2022-03-03 Thread Irit Katriel
Irit Katriel added the comment: > I think that the fix should be to delete the original incorrect statement and > not replace it with another incorrect statement. I agree with this. -- ___ Python tracker <https://bugs.python.org/i

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread Irit Katriel
Irit Katriel added the comment: Thank you @vidhya. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread Irit Katriel
Irit Katriel added the comment: New changeset 09819863a3fb7092ca5cbdfcb722882ebbac806b by Miss Islington (bot) in branch '3.9': bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) (GH-31661) https://github.com/python/cpython/commit

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-03 Thread Irit Katriel
Irit Katriel added the comment: New changeset 10117f1d8cb49ce95493555c06050faf636ccee7 by vidhya in branch 'main': bpo-6634: [doc] clarify that sys.exit() does not always exit the interpreter (GH-31639) https://github.com/python/cpython/commit/10117f1d8cb49ce95493555c06050faf636ccee7

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 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

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Irit Katriel added the comment: New changeset eb65e46b9b28103767c115ccf71a97a9f4237d4c by Irit Katriel in branch '3.10': [3.10] bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456). (GH-31645) https://github.com/python/cpython/commit

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29765 pull_request: https://github.com/python/cpython/pull/31645 ___ Python tracker <https://bugs.python.org/issue45

[issue45492] stdlib inspect documentation on code.co_names is incorrect

2022-03-02 Thread Irit Katriel
Irit Katriel added the comment: New changeset 3257d49d236e5f3453fe9d2fd8338bcdfe9756b7 by slateny in branch 'main': bpo-45492: Corrected documentation for co_names in inspect library doc (GH-31456) https://github.com/python/cpython/commit/3257d49d236e5f3453fe9d2fd8338bcdfe9756b7

[issue10515] csv sniffer does not recognize quotes at the end of line

2022-03-01 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> csv.Sniffer.sniff() regex error ___ Python tracker <https://bugs.python

[issue15002] urllib2 does not download 4 MB file completely using ftp

2022-03-01 Thread Irit Katriel
Irit Katriel added the comment: 2.7 backport is no longer relevant. -- nosy: +iritkatriel status: open -> closed ___ Python tracker <https://bugs.python.org/issu

[issue20970] [doc] contradictory documentation for prog option of argparse

2022-03-01 Thread Irit Katriel
Irit Katriel added the comment: @lilbludot - is this your GitHub account? https://github.com/lilbludot (I am asking in order to credit you as coauthor on the GitHub version of your patch). -- nosy: +iritkatriel ___ Python tracker <ht

[issue6634] [doc] sys.exit() called from threads other than the main one: undocumented behaviour

2022-03-01 Thread Irit Katriel
Irit Katriel added the comment: Vidhya, I think the sentence you are suggesting to add would overlap with one which is already there ("Since exit() ultimately “only” raises an exception, it will only exit the process when called from the main thread, and the exception is not interc

[issue46808] remove NEXT_BLOCK() from compile.c

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

[issue26175] Fully implement IOBase abstract on SpooledTemporaryFile

2022-02-28 Thread Irit Katriel
Irit Katriel added the comment: > Irit, you just patched Temp file doc, can you look at the PR code? I don't consider myself and expert here, but I left a comment on PR29560 just to be a good sport. -- ___ Python tracker <

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

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

[issue34429] [doc] On Windows tempfile.TemporaryFile behaves like NamedTemporaryFile

2022-02-25 Thread Irit Katriel
Irit Katriel added the comment: New changeset 53ecf9e08d35801807daf74492c090a325f995b7 by slateny in branch 'main': bpo-34429: Noted TemporaryFile behavior on non-Posix/non-Cygwin systems (GH-31547) https://github.com/python/cpython/commit/53ecf9e08d35801807daf74492c090a325f995b7

[issue3539] Problem with testembed make dependencies in certain circumstances

2022-02-24 Thread Irit Katriel
Irit Katriel added the comment: Closing as suggested by Martin. -- nosy: +iritkatriel resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.o

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: Thank you @vidhya! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46729] Better str() for BaseExceptionGroup

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

[issue46729] Better str() for BaseExceptionGroup

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 38b5acf8673ce42a401263a2528202e44d6ae60a by Irit Katriel in branch 'main': bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294) https://github.com/python/cpython/commit/38b5acf8673ce42a401263a2528202e44d6ae60a

[issue43545] Use LOAD_GLOBAL to set __module__ in class def

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: Please reopen or create and new issue if this is still relevant and you can provide more information. -- stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/i

[issue46717] Raising exception multiple times leaks memory

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

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset bba8008f99d615a02984422a3825082bb5621f5a by vidhya in branch 'main': bpo-20923 : [doc] Explain ConfigParser 'valid section name' and .SECTCRE (GH-31413) https://github.com/python/cpython/commit/bba8008f99d615a02984422a3825082bb5621f5a

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: Thank you @slateny. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue36557] [doc] Clarify the meaning of /uninstall in windows cli

2022-02-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c by slateny in branch 'main': bpo-36557: Updated wording for using/windows (GH-31457) https://github.com/python/cpython/commit/9a0d941df4c3e1efb8b3017cd2c2de17e582fd5c

[issue46808] remove NEXT_BLOCK() from compile.c

2022-02-20 Thread Irit Katriel
Irit Katriel added the comment: The patch in PR31448 delays the creation of an implicit block to when it is needed (do if we begin using another block before a new instruction is added, the implicit block is never created). I counted how many empty blocks are being detected

[issue46808] remove NEXT_BLOCK() from compile.c

2022-02-20 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +29576 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31448 ___ Python tracker <https://bugs.python.org/issu

[issue46808] remove NEXT_BLOCK() from compile.c

2022-02-20 Thread Irit Katriel
New submission from Irit Katriel : The compiler currently requires the code-generation functions to explicitly specify where basic blocks end, with a NEXT_BLOCK(). If you get that wrong, you get an exception about "malformed control flow graph" later, in the cfg anal

[issue46801] test_typing emits deprecation warnings

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

[issue46801] test_typing emits deprecation warnings

2022-02-19 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +29568 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31433 ___ Python tracker <https://bugs.python.org/issu

[issue46801] test_typing emits deprecation warnings

2022-02-19 Thread Irit Katriel
New submission from Irit Katriel : == ERROR: test_typeddict_create_errors (test.test_typing.TypedDictTests) -- Traceback (most recent call last): File

[issue46771] Add some form of cancel scopes

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

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-02-14 Thread Irit Katriel
Irit Katriel added the comment: It’s still open. Go for it. -- ___ Python tracker <https://bugs.python.org/issue20923> ___ ___ Python-bugs-list mailing list Unsub

[issue46729] Better str() for BaseExceptionGroup

2022-02-12 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +29453 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31294 ___ Python tracker <https://bugs.python.org/issu

[issue46729] Better str() for BaseExceptionGroup

2022-02-12 Thread Irit Katriel
New submission from Irit Katriel : The str() of exception groups currently contains just the msg as passed to the constructor. This turned out to be confusing (see https://github.com/python/cpython/pull/31270#issuecomment-1036418346). We should consider whether it is possible to design

[issue46717] Raising exception multiple times leaks memory

2022-02-11 Thread Irit Katriel
Irit Katriel added the comment: "raise exc" adds the current frame to the traceback of exc. If you want to clear the previous traceback before raising you can do that with raise exc.with_traceback(None) -- resolution: -> not a bug _

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

2022-02-08 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation nosy: +docs@python title: Allow catching virtual subclasses in except clauses -> [doc] clarify that except does not match virtual subclasses of the specified exception type versions: +Python 3.10,

[issue46282] return value of builtins is not clearly indicated

2022-02-08 Thread Irit Katriel
Irit Katriel added the comment: I should have said "redundant information" rather than "obvious". I consider it redundant to specify that the default behavior applies to some specific case. If I read redundant information I may pause to think why it was necessary

[issue12029] Allow catching virtual subclasses in except clauses

2022-02-07 Thread Irit Katriel
Irit Katriel added the comment: To summarise the discussion so far: The arguments in favour of changing exception matching to match on virtual base classes are: 1. It is confusing that it doesn't follow issubclass semantics. 2. Two use cases were presented as practical motivation. - one

[issue42548] debugger stops at breakpoint of `pass` that is not actually reached

2022-02-07 Thread Irit Katriel
Irit Katriel added the comment: Fine, I’ll reopen it for 3.9. However, realistically the release managers are unlikely to investigate how this bug got fixed between 3.9 and 3.11 so if you think this is important you might want to do that work. -- resolution: out of date -> sta

[issue42548] debugger stops at breakpoint of `pass` that is not actually reached

2022-02-07 Thread Irit Katriel
Irit Katriel added the comment: It depends how risky the 3.9 release manager would consider the fix to be. The first step would be to find out which commit(s) fixed it. -- ___ Python tracker <https://bugs.python.org/issue42

[issue40174] HAVE_CLOCK_GETTIME not repected in pytime.c

2022-02-06 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue40174> ___ ___ Pyth

[issue31057] pydoc for tempfile.TemporaryDirectory should say it returns the name

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

[issue25970] py_compile.compile fails if existing bytecode file is unwritable

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

[issue42926] Split compiler into code-gen, optimizer and assembler.

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

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: > GH-30531 proposes adding PyErr_GetActiveException() function which has no > parameter, but Cython __Pyx_PyErr_GetTopmostException() has a tstate > parameter. I've now updated it to follow the pattern of other functions, where the is a private

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: This is a backport of @scoder's patch to 0.29.x. (I don't know if this is helpful). https://github.com/cython/cython/compare/master...iritkatriel:exc_info?expand=1 -- ___ Python tracker <https://bugs.python.

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: If this is still the position of cython maintainers: https://github.com/cython/cython/issues/4581#issuecomment-1016503683 then I will need to revert the change until 3.12. -- ___ Python tracker <ht

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: That commit has significant changes in ceval.c and compile.c. They don't need to be reverted to unbreak cython. I'm working on a PR for a simpler change. Have you tried with CYTHON_USE_EXC_INFO_STACK undefined

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: Does unsetting CYTHON_USE_EXC_INFO_STACK still work? #if CYTHON_USE_EXC_INFO_STACK // See https://bugs.python.org/issue25612 #define __Pyx_ExcInfoStruct _PyErr_StackItem #else // Minimal replacement struct for Py<3.7, without the Py3.7 exception st

[issue45711] Simplify the interpreter's (type, val, tb) exception representation

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: I can probably just put back the two fields in _PyErr_StackItem and make sure they get updated when exc_value is set. Reverting the whole thing would include big changes in compile.c and ceval.c, so I'd rather avoid that if we can

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

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

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-02-01 Thread Irit Katriel
Irit Katriel added the comment: New changeset 108e66b6d23efd0fc2966163ead9434b328c5f17 by Irit Katriel in branch 'main': bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014) https://github.com/python/cpython/commit/108e66b6d23efd0fc2966163ead9434b328c5f17

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-02-01 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 ___ Python tracker <https://bugs.python.org/issue43721> ___ _

[issue43721] Documentation of property.{getter, setter, deleter} fails to mention that a *new* property is returned

2022-02-01 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 3.0 -> 4.0 pull_requests: +29227 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31046 ___ Python tracker <https://bugs.python.org/i

[issue42784] issues with object.h includes

2022-01-31 Thread Irit Katriel
Irit Katriel added the comment: Another workaround is for you to rename object.h in your project. -- nosy: +iritkatriel resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue20923] [doc] Explain ConfigParser 'valid section name' and .SECTCRE

2022-01-31 Thread Irit Katriel
Irit Katriel added the comment: The comment Terry suggests to add (see https://bugs.python.org/issue20923#msg255304) could be placed in this paragraph: https://docs.python.org/3/library/configparser.html#supported-ini-file-structure -- keywords: +easy nosy: +iritkatriel title

[issue27954] makesetup does not take into account subdirectories

2022-01-31 Thread Irit Katriel
Irit Katriel added the comment: Please create a new issue if this is still a problem on versions >= 3.9. -- resolution: -> out of date stage: -> resolved status: pending -> closed ___ Python tracker <https://bugs.python

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: Maybe I did something wrong. Will check tomorrow. In the meantime I’m updating the versions. Thanks for double checking. -- resolution: out of date -> versions: +Python 3.10, Python 3.11, Python 3.9 -Python

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: I tested 3.11 (on a Mac 11.6). -- ___ Python tracker <https://bugs.python.org/issue33222> ___ ___ Python-bugs-list mailin

[issue43320] test test_webbrowser "can't locate runnable browser" with enable-optimizations

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: 3.8 is no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue33222] Various test failures if PYTHONUSERBASE is not canonicalized

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: I tested on a map and I only got the failure in test_s_option, which seems right because that directory is indeed not in sys.path. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___

[issue29155] test.test_spwd.TestSpwdNonRoot failure with FileNotFoundError:

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue30393] test_readline hangs

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: test needed -> resolved status: open

[issue45990] Exception notes need more documentation

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: https://www.python.org/dev/peps/pep-0678/ -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue40174] HAVE_CLOCK_GETTIME not repected in pytime.c

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: I'll close this in a week if there is no response. (It seems to have been abandoned by the OP after a minor code review disagreement if I understand their last comment.) -- status: open -> pending ___ Pyt

[issue42390] Other Python implementations may not expose the module name in datetime type names

2022-01-30 Thread Irit Katriel
Irit Katriel added the comment: Closing as the OP is unresponsive. -- resolution: -> rejected stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.or

[issue38295] test_relative_path of test_py_compile fails on macOS 10.15 Catalina

2022-01-30 Thread Irit Katriel
Change by Irit Katriel : -- stage: patch review -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.org/issue38295> ___ ___ Pyth

[issue37091] subprocess - uncaught PermissionError in send_signal can cause hang

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

[issue31817] Compilation Error with Python 3.6.1/3.6.3 with Tkinter

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

[issue44264] Add descriptive error message when environment variable not detected

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: > os.environ defines the __delitem__ method to call C unsetenv(). Thus `del > os.environ[varname]` does unset the environment variable, at least at the > level of the C runtime. For the current process, yes. But it's not that what the user ne

[issue44264] Add descriptive error message when environment variable not detected

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: I vote to reject this proposal. Unless another core dev disagrees, I will close this issue. -- status: pending -> open ___ Python tracker <https://bugs.python.org/issu

[issue44264] Add descriptive error message when environment variable not detected

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: > if a user of a Python program were to come across it, it may not indicate > what they needed to do to avoid the crash. The user of a program should not see this exception. The program should translate it to an error that would make sense to th

[issue44264] Add descriptive error message when environment variable not detected

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: It's not necessarily true that the environment variable is not set just because the key is not in os.environ. In this example my del did not change the environment variable: >>> import os >>> os.environ['TMPDIR'

[issue30210] No Documentation on tkinter dnd module

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: Doc was added under issue25237: https://docs.python.org/3/library/tkinter.dnd.html -- nosy: +iritkatriel resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> Add doc for tkinter commond

[issue43359] Dead assignment in Py_UniversalNewlineFgets

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: That function has been edited in the meantime and this line is no longer there. -- nosy: +iritkatriel resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue43361] Dead assignment in idna_converter function

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: I don't think removing this will make the code easier to read. It's an exercise to verify that all the different if-else branches set this variable. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.

[issue29172] blake2: Use lowest-common denominator signature of #pragma pack

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> BETA report: Python-3.6 build messages to stderr: AIX and "not GCC" ___ Python tracker <https://b

[issue38682] struct timeval is not declared

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: timval is defined in sys/time.h. This would be something to do with your setup, but you did not provide any information about your system and the steps you took to get to this point so it's hard to know what happened. In any case, 3.7 is no longer maintained

[issue39339] ProcessPoolExecutor() Exception in thread QueueManagerThread

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ProcessPoolExecutor(max_workers=64) crashes on Windows ___ Python tracker <https://bugs.python

[issue40174] HAVE_CLOCK_GETTIME not repected in pytime.c

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: > For my information, is there a kind of committee or someone taking these > kinds of decisions or at least expressing rules as to the spirit in which > they should be made? You can bring this up on the python-ideas mailing list if you wan

[issue39711] SIGBUS and core dumped during tests of 3.8.1

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: Looks like you ran out of disk space: OSError: [Errno 12] Not enough space In any case, 3.8 is no longer maintained, so I am closing this as out of date. Please create a new issue if you are having problems with a current version (>= 3.9). -- n

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: test_embed does not fail anymore. -- ___ Python tracker <https://bugs.python.org/issue44031> ___ ___ Python-bugs-list mailin

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- type: compile error -> behavior versions: +Python 3.10, Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue44031] test_embed and test_tabnanny fails if the current directory is non-ASCII

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 4.0 -> 5.0 pull_requests: +29193 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31014 ___ Python tracker <https://bugs.python.org/i

[issue12010] Compile fails when sizeof(wchar_t) == 1

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: Closing after over 10 years of no activity. (The discussion from back then seems to be leaning towards wont fix.) -- nosy: +iritkatriel resolution: -> out of date stage: needs patch -> resolved status: open -&g

[issue27101] Compilation of python (modules) for foreign target platform problem.

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: 2.7 and 3.5 are no longer maintained. Please create a new issue if you are still having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open

[issue28970] ctypes.from_buffer counterpart to actively remove the mapping

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

[issue41711] Socker send method throws a timeout exception

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

[issue45913] readline + GTK + Pytest Seg Fault with Python 3.7 and 3.10 on CI

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

[issue28982] multiprocessing.Queue.get(block=True, timeout=0) always raises queue.Empty

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

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

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_embed and test_tabnanny fails if the current directory is non-ASCII ___ Python tracker <https://bugs.python

[issue46458] Optimise try-except code generation for the happy path

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: Re next steps, see https://github.com/faster-cpython/ideas/issues/226#issuecomment-1024875216. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracke

[issue6682] Default traceback does not handle PEP302 loaded modules

2022-01-28 Thread Irit Katriel
Irit Katriel added the comment: This was reported for 2.6, not clear why 3.1 and 3.2 were added later. Anyway, I'm not seeing the issue on 3.11 (with a script updated for python-3 prints). Also, imp is deprecated now. -- nosy: +iritkatriel resolution: -> out of date stage: ne

[issue46563] Add tests regarding context of exception in a finally block

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

[issue46458] Optimise try-except code generation for the happy path

2022-01-28 Thread Irit Katriel
Irit Katriel added the comment: New changeset 36f538c8092eeb3d5b8bc9df0ae7cc348f08a865 by Irit Katriel in branch 'main': bpo-46458: Add tests for context of exception in finally block (GH-30986) https://github.com/python/cpython/commit/36f538c8092eeb3d5b8bc9df0ae7cc348f08a865

[issue39486] Confusing error messages for %-formatting, related to escaped %-characters

2022-01-28 Thread Irit Katriel
Irit Katriel added the comment: On 3.11: >>> "%+%abc% %" % () Traceback (most recent call last): File "", line 1, in TypeError: not enough arguments for format string >>> "%+%abc% %" % {} Traceback (most recent call last): File "&q

<    1   2   3   4   5   6   7   8   9   10   >