[issue39952] Using VS2019 to automatically build Python3 and it failed to build

2022-01-21 Thread Irit Katriel
Irit Katriel added the comment: 3.6 is no longer maintained. Can we close this now, or is this a problem on newer versions as well? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker

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

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

[issue46453] argparse subparser help text is not escaped before string formatting

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: This is a feature. See https://docs.python.org/3/library/argparse.html#help -- nosy: +iritkatriel resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bug

[issue46460] Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCEPT_START`

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 5d735241168cefe00be177ef4152955c100177ae by Nikita Sobolev in branch 'main': bpo-46460: remove duplicated `versionchanged` from `dis.rst` (GH-30752) https://github.com/python/cpython/commit/5d735241168cefe00be177ef415295

[issue46460] Doc/library/dis.rst lists `versionchange` twice for `WITH_EXCEPT_START`

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

[issue39854] f-strings with format specifiers have wrong col_offset

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Closing as 3.8 is only getting security fixes now. -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

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

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

[issue33936] OPENSSL_VERSION_1_1 never defined in _hashopenssl.c

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Christian is this fixed? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue33936> ___ ___ Python-bugs-list m

[issue36257] configure with --with-icc --with-cxx-main=icpc

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

[issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris

2022-01-22 Thread Irit Katriel
Irit Katriel added the comment: Python 2.4 and 2.5 are no longer maintained. Please create a new issue if you are seeing this problem on a current version (>= 3.9). -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue1

[issue1471934] Python libcrypt build problem on Solaris 8, 9, 10 and OpenSolaris

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

[issue32007] deprecate the nis module

2022-01-22 Thread Irit Katriel
Change by Irit Katriel : -- title: nis module fails to build against glibc-2.26 -> deprecate the nis module type: compile error -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/i

[issue40757] tarfile: ignore_zeros = True won't raise exception even on invalid (non-zero) TARs

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Thank you for clarifying. I can reproduce this on 3.11. -- resolution: out of date -> versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7 ___ Python tracker <https://bugs.python.org/issu

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +patch nosy: +iritkatriel nosy_count: 6.0 -> 7.0 pull_requests: +29019 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30833 ___ Python tracker <https://bugs.python.org/i

[issue38472] GCC detection in setup.py is broken

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: out of date -> versions: -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue30510] c_bool type not supported for BigEndianStructure on little-endian machine

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Reproduced on 3.11: >>> from ctypes import * >>> class r( BigEndianStructure ): ... _fields_ = [( "d0", c_uint32), ... ( "d1", c_bool ) ... ] ... Traceback (most recent call last):

[issue24046] Incomplete build on AIX

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 2.7 is no longer maintained. Please create new issues for build problems on current versions (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Py

[issue27954] makesetup does not take into account subdirectories

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: David, is this still an issue on current versions? Can you spell out the precise steps to reproduce the problem? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset f7955a82e36d4c32ebdd7b7707cdf0e6ffa7a418 by Irit Katriel in branch 'main': bpo-41403: Improve error message for invalid mock target (GH-30833) https://github.com/python/cpython/commit/f7955a82e36d4c32ebdd7b7707cdf0

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29020 pull_request: https://github.com/python/cpython/pull/30834 ___ Python tracker <https://bugs.python.org/issue41

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29021 pull_request: https://github.com/python/cpython/pull/30835 ___ Python tracker <https://bugs.python.org/issue41

[issue37886] PyStructSequence_UnnamedField not exported

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> PyStructSequence_UnnamedField unavailable on Windows ___ Python tracker <https://bugs.python

[issue39731] ModuleNotFoundError: No module named '_ctypes'

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue39708] final link stage in compile fails for 3.8.1 with missing CFLAGS

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

[issue41603] Compilation issue 3.8.5 with Redhat 7.8 and gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC)

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Please create a new issue if you are seeing this problem on a supported version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tra

[issue37080] Cannot compile Python3.7.3 on Alt-F (ARM)

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

[issue30053] Problems building with --enable-profiling on macOS using homebrew GCC

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

[issue40250] unable to comment out r'\u' string with triple quote marks

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

[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Python 3.7 is not longer maintained, so it is unlikely that anyone will look at these. Please create a new issue if you are seeing this problem on a current version. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status

[issue22211] Remove VMS specific code in expat.h & xmlrole.h

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue46435] MessageID parser raises IndexError: string index out of range

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- title: MessageID parser can crash with IndexError: string index out of range -> MessageID parser raises IndexError: string index out of range type: crash -> behavior versions: +Python 3.11 ___ Python tracker

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset e3ade66ec575e0cb4882cfdff155ef962e67c837 by Irit Katriel in branch '3.10': bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30834) https://github.com/python/cpython/commit/e3ade66ec575e0cb4882cfdff155ef

[issue41403] Uncaught AttributeError in unittest.mock._get_target

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: New changeset 1398dca838529e682c06b496cc1911d91334ff3a by Irit Katriel in branch '3.9': bpo-41403: Improve error message for invalid mock target (GH-30833) (GH-30835) https://github.com/python/cpython/commit/1398dca838529e682c06b496cc1911

[issue41403] Uncaught AttributeError in unittest.mock._get_target

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

[issue45298] SIGSEGV when access a fork Event in a spawn Process

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Which python version and system are you seeing this on? On 3.11 on a Mac I don't get a segfault but rather Process SpawnProcess-1: Traceback (most recent call last): File "/Users/iritkatriel/src/cpython/Lib/multiprocessing/process.py"

[issue38039] Segfault when pickling dictionary with large pandas dataframes

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42543] case sensitivity in open() arguments

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

[issue34697] ctypes: Crash if manually-created CField instance is used

2022-01-23 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

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: This is listed in the docs as a linux-only feature: https://docs.python.org/3/library/os.html#linux-extended-attributes -- nosy: +iritkatriel resolution: -> not a bug status: open -> pending type: crash ->

[issue37773] ValueError: I/O operation on closed file. in ZipFile destructor

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

[issue45868] xattr support missing in os module under cygwin

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: There isn't currently a maintainer for cpython on cygwin. If someone volunteers for this, they can go through the issues listed at the bottom of issue45537. -- resolution: not a bug -> wont fix stage: -> resolved status: open -> clo

[issue40771] Add a platform neutral version of localtime/gmtime

2022-01-23 Thread Irit Katriel
Change by Irit Katriel : -- title: python3 fromtimestamp generates OSError -> Add a platform neutral version of localtime/gmtime type: behavior -> enhancement versions: +Python 3.11 -Python 3.10 ___ Python tracker <https://bugs.p

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

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: The docs and the code are the same now. I would add just the first half of the suggested sentence: "On platforms that are neither Posix nor Cygwin, TemporaryFile behaves exactly like NamedTemporaryFile". -- keywords: +easy nosy: +iritkat

[issue40356] OverflowError: mktime argument out of range

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: 3.7 is no longer maintained. I was unable to reproduce this on 3.11 on windows or Mac. Please create a new issue if you are still seeing this on a current version. -- nosy: +iritkatriel resolution: -> works for me stage: -> resolved status

[issue42091] strftime returns empty string for -d, -I 3.8.3

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

[issue40674] Deprecate urllib.request.urlretrieve() and cleanup()

2022-01-23 Thread Irit Katriel
New submission from Irit Katriel : Remi, there is no background for this here or on the PR. Can you explain the reason for deprecating them? -- nosy: +iritkatriel ___ Python tracker <https://bugs.python.org/issue40

[issue46499] circular impoty

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: The python bug tracker is for reporting bugs in python, not for asking questions about how to use it. You cans ask user questions on python-list (though in this case I would try by searching for ‘python circular import’). -- nosy: +iritkatriel

[issue46254] Better fitting type for iterating in the trace_init C function

2022-01-24 Thread Irit Katriel
New submission from Irit Katriel : See discussion on the PR. -- nosy: +iritkatriel resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

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

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29031 pull_request: https://github.com/python/cpython/pull/30849 ___ Python tracker <https://bugs.python.org/issue45

[issue38665] Crash when running SQLAlchemy with pyodbc

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue42585] Segmentation fault on Linux with multiprocess queue

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Python 3.8 is no longer maintained, and there have been changes in this area since then. Please create a new issue if you are having this problem with a more recent python version. To answer you last question, yes - there are platform dependent differences

[issue43333] utf8 in BytesGenerator

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Are you able to provide a runnable script that reproduces the error? -- nosy: +iritkatriel type: crash -> behavior ___ Python tracker <https://bugs.python.org/issu

[issue46431] Trouble subclassing ExceptionGroup

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

[issue5322] object.__new__ argument calling autodetection faulty

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Can we close this now? >>> class A(object): ... def __new__(self): ... raise TypeError('i do not exist') ... >>> class B(A): ... __new__ = object.__new__ ... def __init__(self, x): ... self.x = x .

[issue5322] object.__new__ argument calling autodetection faulty

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Right, I see now. -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker <https://bugs.python.org/issue5

[issue46431] Trouble subclassing ExceptionGroup

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: The error message isn't always this bad: >>> class Base: ... def __new__(cls, a, b, c): ...cls.newargs = (a,b,c) ... ... >>> class Derived(Base): ... def __init__(self, x): ... super().__init__(x) ...

[issue46431] Trouble subclassing ExceptionGroup

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: This is the fix: -if (!PyArg_ParseTuple(args, "UO", &message, &exceptions)) { +if (!PyArg_ParseTuple(args, + "UO:BaseExceptionGroup.__new__", + &message, +

[issue46431] Trouble subclassing ExceptionGroup

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29035 pull_request: https://github.com/python/cpython/pull/30854 ___ Python tracker <https://bugs.python.org/issue46

[issue23289] concurrent.futures.Executor.map is not equivalent to map.

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Clarify map API in concurrent.futures ___ Python tracker <https://bugs.python

[issue41352] FileIO.readall() should raise "UnsupportedOperation" when in "w" mode

2022-01-24 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/issue41352> ___ ___ Python-bug

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

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 80e1def9ded2a1d017410394e50c88aa39135029 by Irit Katriel in branch 'main': bpo-45711: move whatsnew entries which are incorrectly listed under New Features (GH-30849) https://github.com/python/cpyt

[issue38195] A bug in the multiprocessing module

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Python 3.6 is no longer maintained and this doesn't freeze on my Mac on 3.11. Please create a new issue if you are seeing the freeze on a current python version (>= 3.9) and specify which system you are running it on. -- nosy: +iritkatriel re

[issue31991] Race condition in wait with timeout for multiprocessing.Event

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Python 3.6 is no longer maintained and I failed to reproduce this on a Mac on 3.11. Please create a new issue if you are seeing the problem on a current python version (>= 3.9) and specify which system you are running it on. -- nosy: +iritkatr

[issue31011] Users (except from the one who installed) not able to see python in add remove programs.

2022-01-24 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

[issue34680] asyncio event_loop close fails off main thread if signal handler registered

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: The documentation should explicitly mention that an event loop should be accessed from only one thread (it hints at this by referring to "the loop of the current thread" but I don't see this stated clearly). In the code, it would be good if

[issue34680] asyncio event_loop fails when accessed from multiple threads

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- title: asyncio event_loop close fails off main thread if signal handler registered -> asyncio event_loop fails when accessed from multiple threads ___ Python tracker <https://bugs.python.org/issu

[issue34680] asyncio event_loop fails when accessed from multiple threads

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: I think the script does violate the rule: t = threading.Thread(target=do_loop, args=(loop,)) and then do_loop closes the loop that was created in the main thread. -- ___ Python tracker <https://bugs.python.

[issue46505] Simplify exception handling code in py_compile

2022-01-24 Thread Irit Katriel
New submission from Irit Katriel : PyCompileError takes both type and value of the exception, which is no longer necessary. Fortunately neither its constructor signature nor its fields are documented so it can be simplified. -- messages: 411509 nosy: iritkatriel priority: normal

[issue46505] Simplify exception handling code in py_compile

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

[issue46505] Simplify exception handling code in py_compile

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- components: +Library (Lib) type: -> enhancement versions: +Python 3.11 ___ Python tracker <https://bugs.python.org/issu

[issue46431] Trouble subclassing ExceptionGroup

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset 573b54515740ce51dcf2402038a9d953aa6c317f by Irit Katriel in branch 'main': bpo-46431: improve error message on invalid calls to BaseExceptionGroup.__new__ (GH-30854) https://github.com/python/cpyt

[issue46431] Trouble subclassing ExceptionGroup

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: New changeset b18fd54f8c27e4b2aac222e75ac58aa85e5a7988 by Irit Katriel in branch 'main': bpo-46431: Add example of subclassing ExceptionGroup. Document the message and exceptions attributes (GH-30852) https://github.com/python/cpyt

[issue46431] Trouble subclassing ExceptionGroup

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

[issue39064] ValueError in zipfile.ZipFile

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

[issue39064] ValueError in zipfile.ZipFile

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: It's easy enough to convert the exception type (see patch), but I don't know how to write a unit test for this. -- ___ Python tracker <https://bugs.python.o

[issue31357] Expose `worker_target` and `workitem_cls` as arugments to customize `ThreadPoolExecutor` behaviour

2022-01-24 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement ___ Python tracker <https://bugs.python.org/issue31357> ___ ___ Python-bugs-list mailing list Un

[issue32203] [ctypes] test_struct_by_value fails on android-24-arm64

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

[issue32202] [ctypes] all long double tests fail on android-24-x86_64

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

[issue38886] permissions too restrictive in zipfile.writestr

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Closed issue23976 as duplicate of this. -- nosy: +iritkatriel type: behavior -> enhancement versions: +Python 3.11 -Python 3.8 ___ Python tracker <https://bugs.python.org/issu

[issue41209] Scripts Folder is Empty

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: 3.8 is no longer maintained. Please create a new issue if you are having this problem with a current python version. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -&g

[issue40735] test_nntplib depends on unreliable external servers

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Following discussion with Zach and Victor: This is probably an issue with the external servers these tests used. The fix would be to rewrite the tests so that they don't rely on external infrastructure. -- nosy: +iritkatriel, vstinner, zach.ware

[issue43545] Use LOAD_GLOBAL to set __module__ in class def

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: Can you explain what the bug is with code to reproduce it? -- nosy: +iritkatriel status: open -> pending ___ Python tracker <https://bugs.python.org/issu

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

2022-01-24 Thread Irit Katriel
Irit Katriel added the comment: This seems very outdated, can we close it? -- nosy: +iritkatriel resolution: -> out of date status: open -> pending ___ Python tracker <https://bugs.python.org/i

[issue22045] Python make issue

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

[issue26276] Inconsistent behaviour of PEP 3101 formatting between versions

2022-01-24 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.4 ___ Python tracker <https://bugs.python.org/issue26

[issue46510] Update Python2-style exception handling

2022-01-24 Thread Irit Katriel
New submission from Irit Katriel : Following issue45711 the redundancy in exc_info is now explicit. This means that we can now safely update places that still use python2-style exception handling code, like: exc_type, exc_value = sys.exc_info()[:2] try

[issue46510] Update Python2-style exception handling

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

[issue24398] Update test_capi to use test.support.script_helper

2022-01-25 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.11 -Python 3.6 ___ Python tracker <https://bugs.python.org/issue24398> ___ ___ Python-bugs-list mailing list Unsub

[issue46510] Update Python2-style exception handling

2022-01-25 Thread Irit Katriel
Change by Irit Katriel : -- pull_requests: +29060 pull_request: https://github.com/python/cpython/pull/30880 ___ Python tracker <https://bugs.python.org/issue46

[issue46510] Update Python2-style exception handling

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: It's not my intention here to go on a search-and-destroy mission to remove all calls to sys.exc_info(), that would cause unnecessary code churn. I am reviewing them to see where the call the sys.exc_info is close to other legacy problems/signif

[issue46517] Review exception handling in urllib.parse

2022-01-25 Thread Irit Katriel
New submission from Irit Katriel : Is there a reason for this raising, catching and reraising the exception here: https://github.com/python/cpython/blob/main/Lib/urllib/parse.py#L934 rather than just: if len(query) and not isinstance(query[0], tuple): raise TypeError("not a vali

[issue46517] Review exception handling in urllib.parse

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: In urllib.request, there are in a few places things like: except OSError as msg: raise OSError('socket error', msg).with_traceback(sys.exc_info()[2]) I imagine this predates chaining - is there a reason not to raise..from here instead of wr

[issue46517] Review exception handling in urllib

2022-01-25 Thread Irit Katriel
Change by Irit Katriel : -- title: Review exception handling in urllib.parse -> Review exception handling in urllib ___ Python tracker <https://bugs.python.org/issu

[issue46517] Review exception handling in urllib

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: Note that test.support has special handling for urllib's nested exception structure: https://github.com/python/cpython/blob/3.10/Lib/test/support/socket_helper.py#L250 -- ___ Python tracker &

[issue45945] compileall.py throws a traceback when using -j0 and thus 'make install' locks up

2022-01-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> "dictionary changed size during iteration" error in _ExecutorManagerThread ___ Python tracker <https://b

[issue46502] Py_CompileString no longer allows to tell "incomplete input" from "invalid input"

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: The python parser was completely rewritten in version 3.9, so it's likely that this caused changes to error messages. Adding @pablogsal and @lys.nikolaou in case they can say more. -- nosy: +iritkatriel, lys.nikolaou, pabl

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

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: It is explicitly documented that existing files are not overwritten and the script fails in this case, so I think this is a feature: https://docs.python.org/3/library/py_compile.html#py_compile.compile -- nosy: +iritkatriel resolution: -> rejec

[issue5884] pydoc to return error status code

2022-01-25 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed superseder: -> pydoc should return non-zero exit code when a query is not found ___ Python tracker <https://bugs.pytho

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: It is still relevant, but there is another issue for this: issue11831. -- nosy: +iritkatriel resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> "pydoc -w" causes "no Python documentation fou

[issue11831] "pydoc -w" causes "no Python documentation found" error when the path is not current directory

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: Closed Issue31305 as a duplicate of this. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2 ___ Python tracker <https://bugs.python.org/issue11

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