Irit Katriel added the comment:
This was fixed under issue7648.
--
nosy: +iritkatriel
resolution: -> duplicate
stage: test needed -> resolved
status: open -> closed
superseder: -> test_urllib2 fails on Windows if not run from C:
__
Irit Katriel added the comment:
We're not going to make changes in python 2 anymore, so this can be closed,
right?
--
nosy: +iritkatriel
resolution: -> out of date
status: open -> pending
___
Python tracker
<https://bugs.python.
Change by Irit Katriel :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
Python 2.7 is no longer supported and the code of subprocess has been changed a
lot compared to what shows up in your traceback. Please create a new issue if
you still see this problem in Python 3.9+.
--
nosy: +iritkatriel
resolution: -> out of d
Change by Irit Katriel :
--
title: argparse help formatter crashes -> argparse help formatter raises
IndexError
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
I think the problem is still there:
https://github.com/python/cpython/blame/bb3e0c240bc60fe08d332ff5955d54197f79751c/Lib/urllib/request.py#L2746
if proxyOverride ends with a ';' then the last "" is considered a match
Irit Katriel added the comment:
It's not at all clear what raised this exception.
Furthermore, Python 2.7 is no longer under maintenance. If you have this issue
with python 3.9+ please create a new issue with instructions how to reproduce
it, or at least a full traceback of the exce
Irit Katriel added the comment:
Python 2.7 is no longer maintained. There aren't enough details here to tell
whether the issue was fixed in python 3.
If you are having this problem with python 3.9+, please create a new issue.
--
nosy: +iritkatriel
resolution: -> out of da
Irit Katriel added the comment:
Jiri, if you are still having this problem in 3.9+, and Glenn's suggestion to
escape the error is not helpful, please create a new issue and include code to
reproduce it.
Python 2.7 is no longer maintained.
--
nosy: +iritkatriel
resolution: -
Change by Irit Katriel :
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
Since this is not relevant to python 3, I think this issue can be closed.
--
nosy: +iritkatriel
resolution: -> out of date
status: open -> pending
___
Python tracker
<https://bugs.python.org/i
Change by Irit Katriel :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue25957>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Irit Katriel :
--
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.o
Irit Katriel added the comment:
asyncore and asynchat are deprecated since 3.6, so this is not going to be
fixed. Use asyncio instead.
--
nosy: +iritkatriel
resolution: -> wont fix
stage: -> resolved
status: open -> closed
___
Pytho
Change by Irit Katriel :
--
assignee: -> docs@python
components: +Documentation
keywords: +easy
nosy: +docs@python
title: Sending a zero-length UDP packet to asyncore invokes handle_close() ->
doc: asyncore does not support UDP
versions: +Python 3.10, Python 3.11, Python 3.9 -
Irit Katriel added the comment:
2.7-only issue.
--
nosy: +iritkatriel
resolution: -> out of date
stage: needs patch -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
nosy: +steve.dower
___
Python tracker
<https://bugs.python.org/issue34219>
___
___
Python-bugs-list mailing list
Unsubscribe:
Irit Katriel added the comment:
New changeset 0b11c429c7f1721d9ffb9ae19e3e8e2e7bd6444d by Martmists in branch
'main':
bpo-42085: [docs] Add versionadded for am_send in type object documentation
(GH-25465)
https://github.com/python/cpython/commit/0b11c429c7f1721d9ffb9ae19e3e8e
Irit Katriel added the comment:
New changeset d338ce0796e5fe8e54dfe52f93ed9d5936ad3efe by Miss Islington (bot)
in branch '3.10':
bpo-42085: [docs] Add versionadded for am_send in type object documentation
(GH-25465) (GH-26453)
https://github.com/python/cpyt
Irit Katriel added the comment:
What were you expecting?
The documentation is here:
https://docs.python.org/3/library/random.html
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue44
Irit Katriel added the comment:
What’s the output, what system are you using?
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue44
Irit Katriel added the comment:
If you pass an integer to a function that expects a sequence you get an error
message (in most languages).
Please read the documentation.
--
___
Python tracker
<https://bugs.python.org/issue44
New submission from Irit Katriel :
"suppresses any of the specified exceptions if they occur in the body of a with
statement"
Should be:
"suppresses any of the specified exceptions if they are raised in the body of a
with statement"
--
assignee: do
Irit Katriel added the comment:
New changeset 87272b70f157af76cb14ff90d73dfc5d9bfb945a by MapleCCC in branch
'main':
bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
https://github.com/python/cpython/commit/87272b70f157af76cb14ff90d73dfc
Change by Irit Katriel :
--
pull_requests: +25077
pull_request: https://github.com/python/cpython/pull/26480
___
Python tracker
<https://bugs.python.org/issue44
Change by Irit Katriel :
--
pull_requests: +25078
pull_request: https://github.com/python/cpython/pull/26481
___
Python tracker
<https://bugs.python.org/issue44
Irit Katriel added the comment:
New changeset 6563ea5c60be2e4896df52eff777aa93743f1551 by Irit Katriel in
branch '3.10':
[3.10] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
(GH-26480)
https://github.com/python/cpython/commit/6563ea5c60be2e4896df52eff777aa
Irit Katriel added the comment:
New changeset 9a688624973a2b753b84f892b65268543c7ff67d by Irit Katriel in
branch '3.9':
[3.9] bpo-44279: [doc] reword contextlib.suppress documentation (GH-26428)
(GH-26481)
https://github.com/python/cpython/commit/9a688624973a2b753b84f892b65268
Change by Irit Katriel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
I see, that’s a good point. Any suggestion regarding the original confusion
with warnings? (See PR 26428).
--
status: closed -> open
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
New changeset 7b1f527d5b37dc3aa085ebbe11a1a2dd29ef210f by Irit Katriel in
branch 'main':
bpo-17792: more accurate error message for unbound variable access exceptions
(GH-24976)
https://github.com/python/cpython/commit/7b1f527d5b37dc3aa085ebbe11a1a2
Irit Katriel added the comment:
Following a discussion on PR24976 we opted for
"cannot access local variable 'x' where it is not associated with a value"
This is because binding it not always related to assignment.
I don't know whether this completely resolves thi
Change by Irit Katriel :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Unupdated source file in traceback
___
Python tracker
<https://bugs.python
Irit Katriel added the comment:
Agreed.
--
nosy: +iritkatriel
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> unittest swallows part of stack trace when raising
AssertionError in a TestCase
___
Py
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 2.7, Python 3.3, Python 3.4, Python 3.5
___
Python tracker
<https://bugs.python.org/issue20
Change by Irit Katriel :
--
pull_requests: +25088
stage: resolved -> patch review
pull_request: https://github.com/python/cpython/pull/26492
___
Python tracker
<https://bugs.python.org/issu
Irit Katriel added the comment:
New changeset dda9ecbfece28aad7b8ba7eaf7951dd9816f78b1 by Irit Katriel in
branch 'main':
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
https://github.com/python/cpython/commit/dda9ecbfec
Irit Katriel added the comment:
New changeset ea298e1e33eb03b2b4ea2f4556e59b11e3bf240f by Miss Islington (bot)
in branch '3.9':
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
(GH-26539)
https://gi
Irit Katriel added the comment:
New changeset 1065ba66b535b786d6dc5f7d912c6486d9a834ae by Miss Islington (bot)
in branch '3.10':
bpo-44279: revert 'exceptions are raised' back to 'exceptions occur' (GH-26492)
(GH-26538)
https://gi
Change by Irit Katriel :
--
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue44279>
___
___
Pyth
Change by Irit Katriel :
--
versions: +Python 3.11
___
Python tracker
<https://bugs.python.org/issue44187>
___
___
Python-bugs-list mailing list
Unsubscribe:
Irit Katriel added the comment:
The python-ideas mailing list is a better place for such questions than the bug
tracker.
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue44
Irit Katriel added the comment:
>From the code, this arg is simply passed to os.mkdirs() here:
https://github.com/python/cpython/blob/e6e34e45222b9c7a63ba92386612acf768082ba0/Lib/shutil.py#L450
os.mkdir is documented here:
https://docs.python.org/3/library/os.html#os.makedirs
and says j
Change by Irit Katriel :
--
components: +Library (Lib)
versions: +Python 3.11 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue44347>
___
___
Pytho
Irit Katriel added the comment:
Your fix looks correct - the problem is that the list of breakpoints gets
emptied by the clear_break call, and you copy the list so that it can be echoed
later if clear_break does not err.
I made some polishing comments on the PR, and it also need to be
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue37022>
___
___
Python-bug
Irit Katriel added the comment:
New changeset 6544b2532df82d137b71323445a07a6e29bcdec0 by Daniel Hahler in
branch 'main':
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr
(GH-18180)
https://github.com/python
Irit Katriel added the comment:
New changeset e3bc32fc1ad5537b476b34062b07a040533c913a by Miss Islington (bot)
in branch '3.10':
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr
(GH-18180) (GH-26650)
https://github.com/python
Irit Katriel added the comment:
New changeset 175ebc60d52f2e88cf5cba5224c15074d2623c10 by Miss Islington (bot)
in branch '3.9':
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr
(GH-18180) (GH-26651)
https://github.com/python
Change by Irit Katriel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
keywords: +patch
nosy: +iritkatriel
nosy_count: 2.0 -> 3.0
pull_requests: +25242
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/26656
___
Python tracker
<https://bugs.python.org/i
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue19094>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
New changeset 4cb6ba14325cff98589c2660d1d2c65f4aacfee4 by huzhaojie in branch
'main':
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints
(GH-24646)
https://github.com/python/cpython/commit/4cb6ba14325cff98589c2660d1d2c6
Irit Katriel added the comment:
New changeset 9c0180ae7761b352116a2528aae61eea10e31045 by Miss Islington (bot)
in branch '3.10':
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints
(GH-24646) (GH-26674)
https://github.com/python/cpyt
Irit Katriel added the comment:
New changeset 6df926f1c46eb6db7b5dcd0227c6b532c78525c9 by Miss Islington (bot)
in branch '3.9':
bpo-43318: Fix a bug where pdb does not always echo cleared breakpoints
(GH-24646) (GH-26675)
https://github.com/python/cpyt
Change by Irit Katriel :
--
resolution: -> fixed
stage: patch review -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Irit Katriel added the comment:
Isn't it enough that the traceback is available on exc_value.__traceback__?
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/is
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue43803>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
I recently fixed a bug where breakpoints were not saved properly between reruns
of the program - the assumption there was that if you set a breakpoint you
don't want to have to set it again and again.
Similarly, how do you know that the change to sys
Irit Katriel added the comment:
pdb imports the module with importlib, and populates __main__ with data from
its spec, including the package. This doesn't contradict the fact that the
python command line can have only one "-m".
What is the actual problem here?
--
nos
Irit Katriel added the comment:
Closing as there doesn't seem to be interest in this currently. If you would
like to pursue it, please bring it up for discussion on python-ideas. The
semantics you request are not the only obvious option, so this needs to be
agreed.
--
Irit Katriel added the comment:
Closing as it's not clear what the problem is. Please reopen or create a new
issue if you can explain.
--
resolution: -> not a bug
stage: -> resolved
status: pending -> closed
___
Python t
Change by Irit Katriel :
--
stage: patch review -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.python.org/issue3014>
___
___
Pyth
Irit Katriel added the comment:
Closing as this seems abandoned. Please reopen or create a new issue if you
would like to continue working on it.
--
stage: -> resolved
status: pending -> closed
___
Python tracker
<https://bugs.p
Change by Irit Katriel :
--
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.6, Python 2.7, Python
3.1, Python 3.2, Python 3.3
___
Python tracker
<https://bugs.python.org/issue7
Irit Katriel added the comment:
I've reproduced on 3.11.
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue7089>
___
___
Python-bugs-l
Change by Irit Katriel :
--
keywords: -patch
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.4, Python
3.5, Python 3.6, Python 3.7, Python 3.8
___
Python tracker
<https://bugs.python.org/issue31
Irit Katriel added the comment:
Thanks Keith. Closing and we can look into it if someone else has an issue.
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
Irit Katriel added the comment:
Since this is fixed in 3.6 and it’s too late for 3.5, I think this issue can be
closed.
--
nosy: +iritkatriel
resolution: -> out of date
status: open -> pending
___
Python tracker
<https://bugs.p
Irit Katriel added the comment:
Are you sure? It seems to me that they both incref the type object in
_PyObject_Init:
https://github.com/python/cpython/blob/689a84475e7b1da79d5ae82df67ab8897316f98c/Include/internal/pycore_object.h#L43
--
nosy: +iritkatriel
Irit Katriel added the comment:
Do you still have the code that created the crash? It would help to understand
what you are/were seeing.
--
___
Python tracker
<https://bugs.python.org/issue32
Irit Katriel added the comment:
As Terry suggested, it would be better to establish whether this is a python
bug by asking on python-list, where more people are likely to see your question.
A complete script reproducing the crash is *always* better than a verbal
description that we may or
Irit Katriel added the comment:
Can this be closed now? It seems that the query API was added and the set API
was rejected.
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue40
Irit Katriel added the comment:
Thanks!
--
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
type: -> enhancement
versions: +Python 3.11 -Python 3.5
___
Python tracker
<https://bugs.python.org/issue23035>
___
___
Python-
Irit Katriel added the comment:
These comments have been removed in the meantime, here:
https://github.com/python/cpython/commit/59d3dce69b0a4f6ee17578ae68037cc7ae90936f
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open -&g
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.6
___
Python tracker
<https://bugs.python.org/issue27607>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
This part of the documentation was reworded in issue28805, making this issue
out of date.
--
nosy: +iritkatriel
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Add documentation for METH_
Irit Katriel added the comment:
asynchat has been deprecated for a long time, it's unlikely we will do anything
with it now.
--
nosy: +iritkatriel
resolution: -> out of date
stage: test needed -> resolved
status: open -> closed
___
Irit Katriel added the comment:
asynchat is deprecated since version 3.6 so there won't be any more development
related to it.
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python t
Change by Irit Katriel :
--
versions: +Python 3.11 -Python 3.2
___
Python tracker
<https://bugs.python.org/issue8772>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
I am closing this because there was no followup for over 9 years. If you are
still interested in pursuing this, please raise it for discussion on
python-ideas and open a new issue once there is agreement on how to proceed.
--
nosy: +iritkatriel
Change by Irit Katriel :
--
keywords: +easy
versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2, Python
3.3
___
Python tracker
<https://bugs.python.org/issue14
Irit Katriel added the comment:
Whether the recursive nature of the check should be documented or not, it seems
inconsistent that it's documented for isinstance but not for issubclass.
--
nosy: +iritkatriel
versions: +Python 3.11 -Python 3.3, Pytho
Irit Katriel added the comment:
This is still the same in 3.11. I added another line to the example's file,
which shows more clearly what's happening:
>>> open('x.py', 'wb').write(b'#\x00\na\nb\n')
% ./python.exe x.py
Traceback (most re
Irit Katriel added the comment:
I don't think this is true anymore:
>>> def a():
... print('a')
... return (1,2)
...
>>> def b():
... print('b')
... return (3,4)
...
>>> def f(*args, b=None):
... print('f')
..
Irit Katriel added the comment:
For the use case you describe, you could add a close() function to your library
so that callers can make shutdown explicit, or if you want it to remain
implicit you could use daemon threads which terminate when the main thread
exits.
Relying on GC to release
Irit Katriel added the comment:
Can this be close (as third party?) or is there anything left to do?
--
nosy: +iritkatriel
___
Python tracker
<https://bugs.python.org/issue23
Irit Katriel added the comment:
Looks like this was merged here:
https://github.com/akvadrako/cpython/commit/fe9b43a0928a5ef80a4daf3a50af300e5eaeda9a
Can we close?
--
nosy: +iritkatriel
resolution: -> fixed
status: open -> pending
___
Change by Irit Katriel :
--
resolution: -> rejected
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue23394>
___
___
Irit Katriel added the comment:
It should be possible to make the compiler emit code that evaluates the arg
values left to right in all cases.
--
___
Python tracker
<https://bugs.python.org/issue23
Irit Katriel added the comment:
@Ken - not quite. This issue is about isinstance containing "(or recursively,
other such tuples)" which is not there for issubclass.
--
___
Python tracker
<https://bugs.python.o
Change by Irit Katriel :
--
nosy: +amaury.forgeotdarc, belopolsky
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/issue16
Irit Katriel added the comment:
See also issue1105770.
--
___
Python tracker
<https://bugs.python.org/issue20115>
___
___
Python-bugs-list mailing list
Unsub
Irit Katriel added the comment:
Can we close this? I don't think we are still interested in performance
comparisons with Python 2.
--
nosy: +iritkatriel
resolution: -> out of date
status: open -> pending
___
Python trac
Irit Katriel added the comment:
It remains to update the load_test doc along the lines of Michael's suggestion
in msg140999.
--
keywords: +easy
nosy: +iritkatriel
versions: +Python 3.11 -Python 2.7, Python 3.2, Python 3.3
___
Python tr
Irit Katriel added the comment:
This was removed in https://github.com/python/cpython/pull/13390.
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Irit Katriel :
--
versions: +Python 3.11
___
Python tracker
<https://bugs.python.org/issue43024>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Irit Katriel :
--
keywords: +easy
type: -> enhancement
versions: +Python 3.11
___
Python tracker
<https://bugs.python.org/issue14995>
___
___
Py
Irit Katriel added the comment:
This looks like an issue with the way QVariant is defined. I'm not sure why you
are reporting it as a Python bug?
--
nosy: +iritkatriel
resolution: -> third party
status: open -> pending
___
Python trac
1201 - 1300 of 3640 matches
Mail list logo