[issue7238] frame.f_lineno doesn't get updated after local trace function assigned to it

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> out of date stage: needs patch -> resolved status: pending -> closed ___ Python tracker <https://bugs.python.o

[issue30268] Make mimetypes.guess_type accept path-like objects

2022-01-18 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Allow querying a Path's mime-type ___ Python tracker <https://bugs.python

[issue46411] modernize exception handling in tests

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

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: New changeset a287b31bcb065e4122400cb59167340d25480e6d by Irit Katriel in branch 'main': bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) https://github.com/python/cpython/commit/a287b31bcb065e4122400cb59167340d25480e6d

[issue43196] logging.config.dictConfig shuts down socket for existing SysLogHandlers

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: I'm not getting this error on 3.11 on a Mac. Can you check on versions <= 3.9? Earlier versions are no longer getting bugfixes. -- nosy: +iritkatriel status: open -> pending type: crash -> behavior _

[issue28384] [doc] hmac cannot be used with shake algorithms

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation nosy: +docs@python title: hmac cannot be used with shake algorithms -> [doc] hmac cannot be used with shake algorithms versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Pyth

[issue38472] GCC detection in setup.py is broken

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: Alex, is this still an issue with current python versions (>= 3.9)? And can you followup on Victor's questions? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracke

[issue30492] 'make clinic' does not work for out of tree builds / clinic.py is not in the devguide

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: I'm closing because the original issue was fixed and testing out of tree build issue is the subject of Issue45695. -- nosy: +iritkatriel resolution: -> fixed stage: needs patch -> resolved status: open -&g

[issue30819] Linking with 'ld -b' fails with 64-bit using Itanium HP compiler

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: Robert's PR was merged so I'm assuming this is fixed. Reopen or create a new issue if not. -- nosy: +iritkatriel resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracke

[issue34027] openpty/forkpty build failure using nix package manager macOS environment

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- title: python 3.7 openpty/forkpty build failure using nix package manager macOS environment -> openpty/forkpty build failure using nix package manager macOS environment versions: -Python 3.7, Python 3.8 ___ Pyt

[issue43430] Exception raised when attempting to create Enum via functional API

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: Is there a bug/documentation change to make here or can this be closed? -- nosy: +iritkatriel status: open -> pending type: crash -> behavior versions: +Python 3.10 -Python 3.7, Python 3.8 ___ Python tracker

[issue42763] Exposing a race in the "_warnings" resulting Python parser crash

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue42763> ___ ___ Python-bugs-list mailin

[issue42712] Segmentation fault in running ast.literal_eval() with large expression size.

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Eval with too high string multiplication crashes newer Python versions ___ Python tracker <https://bugs.python

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

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: There are a number of third party components involved in your bug. If you can't narrow it down to something that plausibly looks like a cpython bug, it's unlikely that a core dev will investigate it. -- nosy: +iritkatriel resolution: -> third pa

[issue46115] Interrupting subprocess.popen in recursive calls by KeyboardInterrupt causes Fatal Python error.

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46115> ___ ___ Python-bugs-list mailin

[issue24711] Document getpass.getpass behavior on ^C

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- resolution: works for me -> versions: +Python 3.10, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6 ___ Python tracker <https://bugs.python.org/issu

[issue24711] Document getpass.getpass behavior on ^C

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- status: closed -> open ___ Python tracker <https://bugs.python.org/issue24711> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue33601] [doc] Py_UTF8Mode is not documented

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy title: [EASY DOC] Py_UTF8Mode is not documented -> [doc] Py_UTF8Mode is not documented versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.pyth

[issue31603] Please add argument to override stdin/out/err in the input builtin

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: See also Issue1927. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue31603> ___ ___ Python-bugs-list mailin

[issue1927] Change input() to always prompt to stderr

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: See also Issue31603. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue1927> ___ ___ Python-bugs-list mailin

[issue34875] Change .js mime to "text/javascript"

2022-01-17 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/issue34

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/issue22

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +28842 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30639 ___ Python tracker <https://bugs.python.org/issu

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch pull_requests: +28841 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30638 ___ Python tracker <https://bugs.python.org/issu

[issue46411] modernize exception handling in tests

2022-01-17 Thread Irit Katriel
New submission from Irit Katriel : There are a few tests that use sys.exc_info() because they needed to in python 2, but there is no longer a reason to do it. I will make a patch shortly. -- assignee: iritkatriel components: Tests messages: 410789 nosy: iritkatriel priority: normal

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +petr.viktorin ___ Python tracker <https://bugs.python.org/issue22039> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38550] hashlib missing algorithms

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

[issue39064] ValueError in zipfile.ZipFile

2022-01-17 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue39064> ___ ___ Python-bugs-list mailing list Unsub

[issue34135] The results of time.tzname print broken.

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

[issue22039] PyObject_SetAttr doesn't mention value = NULL

2022-01-17 Thread Irit Katriel
Irit Katriel added the comment: I read the python-dev thread now and I see it was decided that it’s not worth removing it. In recent versions of the doc it is mentioned that the function is in the stable ABI. Should we clarify exactly what is meant by ‘deprecated’? -- status

[issue25652] collections.UserString.__rmod__() raises NameError

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

[issue31894] [doc] documentation incorrectly says that “datetime.timestamp” calls “mktime”

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation -Library (Lib), Tests nosy: +docs@python title: test_timestamp_naive failed on NetBSD -> [doc] documentation incorrectly says that “datetime.timestamp” calls “mktime” versions: +Python 3.10, Pytho

[issue29241] sys._enablelegacywindowsfsencoding() don't apply to os.fsencode and os.fsdecode

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: With 3.6 being over, is _enablelegacywindowsfsencoding still needed or is it time to deprecate it? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue29

[issue38963] multiprocessing processes seem to "bleed" user information (GID/UID/groups)

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

[issue24194] tokenize fails on some Other_ID_Start or Other_ID_Continue

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue24

[issue36988] zipfile: string IndexError on extract

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue36

[issue42543] case sensitivity in open() arguments

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: I also think the current error message and docs are clear enough. Things are usually case sensitive, and we don't state that in docs. Specifying the list of modes in the error message is possible, but I expect that we will get complaints about variations we

[issue20271] urllib.parse.urlparse() accepts wrong URLs

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue20

[issue13886] readline-related test_builtin failure

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: See also Issue44887. -- ___ Python tracker <https://bugs.python.org/issue13886> ___ ___ Python-bugs-list mailing list Unsub

[issue13886] readline-related test_builtin failure

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: On 3.11 I don't see a problem on windows, but on mac test_input_tty from test_builtin hangs when test_readline runs first, while test_builtin passes on its own. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python

[issue31524] mailbox._mboxMMDF.get_message throws away From envelope

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue31

[issue34629] Python3 regression for urllib(2).urlopen(...).fp for chunked http responses

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

[issue31038] test_runpy causes running all Python tests when run directly

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue31

[issue37310] Solaris 11.3 w/ Studio 12.6 test_ctypes fail

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: 3.7 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

[issue37311] Solaris 11.3 w/ Studio 12.6 test_support fail

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: 3.7 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

[issue39064] ValueError in zipfile.ZipFile

2022-01-16 Thread Irit Katriel
Irit Katriel added the comment: It's unlikely that anyone will download a binary from bpo and open it. Can you help us reproduce the issue without that? First question is whether you can reproduce this on a version of python that is still in maintenance - 3.9 or higher? -- nosy

[issue39602] importlib: lazy loading can result in reimporting a submodule

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +brett.cannon versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue39

[issue35974] os.DirEntry.inode() returns invalid value within Docker container

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

[issue44495] wrong FNAME in tarfile if tgz extension is used

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue44495> ___ _

[issue45444] test.test_concurrent_futures fail in x86_ 64 architecture

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue45444> ___ ___ Python-bugs-list mailin

[issue37800] Clean up the documentation on module attributes

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.11 -Python 3.7 ___ Python tracker <https://bugs.python.or

[issue45767] Fix types for dev_t processing in posix module

2022-01-16 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue45767> ___ ___ Python-bugs-list mailin

[issue39986] test_os / test_listdir failed as root-directory changed during test

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue39986> ___ ___ Python-bug

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

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: I can't reproduce this on 3.11. 3.7 is no longer maintained, and there have been many changes since then to the trace output. It is likely that this bug has been fixed, but please create a new issue if you see it on a current version. -- nosy

[issue34672] '%Z' strftime specifier never works with musl

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

[issue36369] test_weakref super slow on RPi Zero

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. Please create a new issue if you are seeing slow tests with a current version of python (ideally 3.10 or one of the 3.11 alphas), and you are interested in investigating along the lines of Victor's suggestion. -- nosy

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

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: William, can you elaborate where this came up? -- nosy: +iritkatriel status: open -> pending versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue39276] type() cause segmentation fault in callback function called from C extension

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

[issue34924] inspect.signature isn't aware that types.MethodType can wrap any callable

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

[issue37084] _ctypes not failing, can't find reason

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: Python 3.7 is no longer maintained, so it's unlikely anyone will look at this now. Please create a new issue if you can reproduce the problem on a current version (>=3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolv

[issue44901] Info about used pickle protocol used by multiprocessing.Queue

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

[issue23557] Misc/SpecialBuilds.txt contains outdated information about PYMALLOC_DEBUG

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: The PYMALLOC_DEBUG macro was removed in https://github.com/python/cpython/pull/25711/files -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracke

[issue29257] Possible error in discussion of Abstract Base Classes and abstract properties

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: I think this is out of date, the example is different now: https://docs.python.org/3/library/abc.html#abc.abstractproperty -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python t

[issue40962] Add documentation for asyncio._set_running_loop()

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- type: -> enhancement versions: +Python 3.11 -Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue42199] bytecode_helper assertNotInBytecode fails too eagerly

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

[issue39663] IDLE: Add additional tests for pyparse

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

[issue39324] Add mimetype for extension .md (markdown)

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue39

[issue43814] Fix the error message for disallowed __weakref__ slots

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue43

[issue44408] imaplib fails when server sends extra blank line after literal value

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: How does it fail? Can you provide a reproducer and add a unit test to the PR? -- nosy: +iritkatriel type: crash -> behavior versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.pyth

[issue28186] Autogenerated tabs / trailing whitespace

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

[issue34165] uu.decode() raises binascii.Error instead of uu.Error on invalid data

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy type: -> behavior versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue39441] mimetypes.guess_extension unable to get non-lowercase mimetype

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: See also Issue20392. -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue39441> ___ ___ Python-bugs-list m

[issue42028] Regression in mimetypes for image/bmp

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/issue42028> ___

[issue37943] mimetypes.guess_extension() doesn’t get JPG right

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: remind -> out of date status: open -> closed ___ Python tracker <https://bugs.python.org/issue37943> ___ ___ Pyth

[issue39441] mimetypes.guess_extension unable to get non-lowercase mimetype

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue39441> ___ ___ Python-bugs-list mailing list Unsub

[issue39823] Disassembly - improve documentation for bytecode instruction class and set source line no. attribute for every instruction

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: I don't think this change should be made - it would generate the same information in a slightly different format, which will break existing code while not making it possible to do anything we can't do now. -- nosy: +iritkatriel versions: +Python 3.11

[issue39819] NULL pointer crash in Modules/_cursesmodule.c in PyInit__curses() on MIPS uclibc-ng and ncurses-6.2

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

[issue44620] UUIDv1 is not RFC 4122 compliant

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue44620> ___ _

[issue45955] Calling read() on HTTPError may cause KeyError in tempfile

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- type: -> behavior versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue45955> ___ _

[issue44158] Clarify documentation for redirected stdout/stderr when using subprocess in Linux

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

[issue44158] Clarify documentation for redirected stdout/stderr when using subprocess in Linux

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue45266] subtype_clear can not be called from derived types

2022-01-15 Thread Irit Katriel
Irit Katriel added the comment: Victor, it's not clear to me whether this is a bug report or a "how do I do this" question, but in either case if you posted your code along with "I expected X but got Y", it would be easier to understand the issue. -- nosy: +

[issue45639] Support modern image formats in MIME types

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue45

[issue45686] ElementTree.Element.extend: bad error message when error occurs in generator

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue45686> ___ ___ Python-bugs-list mailin

[issue6686] xml.sax.xmlreader.XMLReader.getProperty (xml.sax.handler.property_xml_string) returns bytes

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue6

[issue20281] [doc] time.strftime %z format specifier is the same as %Z

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

[issue29964] [doc] %z directive has no effect on the output of time.strptime

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

[issue29985] make install doesn't seem to support --quiet

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.11, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue29985> ___ ___ Python-bug

[issue46133] Feature request: allow mechanism for creator of exec-generated code to provide source to pdb

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- nosy: -iritkatriel ___ Python tracker <https://bugs.python.org/issue46133> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue46133] Feature request: allow mechanism for creator of exec-generated code to provide source to pdb

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- stage: resolved -> versions: -Python 3.10, Python 3.6, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

[issue46017] Tutorial incorrectly refers to skits rather than sketches.

2022-01-14 Thread Irit Katriel
Irit Katriel added the comment: I asked a Monty Python expert and he said I should close this. -- nosy: +iritkatriel stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue45737] assertLogs to optionally not disable existing handlers

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issue45737> ___ ___ Python-bug

[issue46133] Unclear whether one can (or how to) provide source to exec-generated code

2022-01-14 Thread Irit Katriel
Irit Katriel added the comment: The source code is read from a file. If there is no file you get OSError, as the docstring states. -- nosy: +iritkatriel resolution: -> not a bug stage: -> resolved status: open -> closed ___ Pytho

[issue46367] multiprocessing's "spawn" doesn't actually use spawn

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- nosy: +vstinner versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46367> ___ ___ Python-bugs-list m

[issue46381] Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- versions: -Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issue46381> ___ ___ Python-bugs-list mailing list Unsub

[issue28206] signal.Signals not documented

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.or

[issue29985] make install doesn't seem to support --quiet

2022-01-14 Thread Irit Katriel
Irit Katriel added the comment: Ken, the output you posted is for 3.7 and 3.8. Is this reproducible on 3.9+? (3.8 and lower are no longer maintained). -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue29

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issue41403> ___ ___ Python-bug

[issue46363] Two typos in versions 3.7 document translation of zh_CN

2022-01-14 Thread Irit Katriel
Irit Katriel added the comment: I copied the issue there: https://github.com/python/python-docs-zh-cn/issues/238 -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46376] PyMapping_Check returns 1 for list

2022-01-14 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: -Python 3.10, Python 3.7, Python 3.8, Python 3.9 ___ Python tracker <https://bugs.python.org/issu

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