Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 4.0 -> 5.0
pull_requests: +29815
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31696
___
Python tracker
<https://bugs.p
Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 4.0 -> 5.0
pull_requests: +29816
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/31696
___
Python tracker
Jacob Walls added the comment:
I agree not a bug. To ignore the document default you can set
`specified_attributes` on the parser as documented:
https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.specified_attributes
Also, this was explicitly worked on recently in
Change by Jacob Walls :
--
pull_requests: +29458
pull_request: https://github.com/python/cpython/pull/31299
___
Python tracker
<https://bugs.python.org/issue45
Jacob Walls added the comment:
Duplicate of issue29298 (fixed)
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue34191>
___
___
Pytho
Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 1.0 -> 2.0
pull_requests: +29329
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31152
___
Python tracker
<https://bugs.p
Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 6.0 -> 7.0
pull_requests: +29326
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/31149
___
Python tracker
Jacob Walls added the comment:
Fixed in PR 21420, suggest closing as fixed.
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue41
Change by Jacob Walls :
--
nosy: +jacobtylerwalls
nosy_count: 6.0 -> 7.0
pull_requests: +29183
pull_request: https://github.com/python/cpython/pull/30832
___
Python tracker
<https://bugs.python.org/issu
Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 1.0 -> 2.0
pull_requests: +29018
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30832
___
Python tracker
<https://bugs.p
Change by Jacob Walls :
--
nosy: +jacobtylerwalls
nosy_count: 4.0 -> 5.0
pull_requests: +27977
pull_request: https://github.com/python/cpython/pull/29739
___
Python tracker
<https://bugs.python.org/issu
Jacob Walls added the comment:
Third voice chiming in to say not a bug, also. I think the last two messages
inadvertently moved to pending and then back to open. I suggest closing.
--
nosy: +jacobtylerwalls
___
Python tracker
<ht
Jacob Walls added the comment:
Greetings. I believe this is mooted by #42967 as well as changes even prior to
that.
https://bugs.python.org/issue42967
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue20
New submission from Jacob Walls :
Greetings, all. I take it this is fully resolved?
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue44
Change by Jacob Walls :
--
components: +Library (Lib)
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue44587>
___
___
Python-bugs-list mai
Jacob Walls added the comment:
Presumably this can be closed.
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue35277>
___
___
Pytho
Jacob Walls added the comment:
Presumably this can be closed.
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue43077>
___
___
Pytho
Change by Jacob Walls :
--
components: +Library (Lib)
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue44455>
___
___
Python-bugs-list mai
Jacob Walls added the comment:
With the followup patch merged, can this be closed now?
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue44
Jacob Walls added the comment:
Well, now I've looked at the CPython test failure more closely, and it's in
`test.test_venv.EnsurePipTest` where we just download latest pip.
Their release cadence suggests a new release in July, about 2-4 weeks from now.
So I'll wai
Jacob Walls added the comment:
Both this ticket and #19094 started from one method in urllib.parse and then
generalized a proposal for the rest of the submodule to move away from
duck-typing and to instead raise TypeErrors (or at least some error) for
invalid types. The attached PR does
Change by Jacob Walls :
--
nosy: -jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue22334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jacob Walls added the comment:
Sorry for noise; I typo-d when linking a PR on GitHub. Unlinked.
--
___
Python tracker
<https://bugs.python.org/issue22
Change by Jacob Walls :
--
pull_requests: -25293
___
Python tracker
<https://bugs.python.org/issue22334>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Jacob Walls :
--
nosy: +jacobtylerwalls
nosy_count: 5.0 -> 6.0
pull_requests: +25293
pull_request: https://github.com/python/cpython/pull/26687
___
Python tracker
<https://bugs.python.org/issu
Change by Jacob Walls :
--
nosy: +jacobtylerwalls
nosy_count: 7.0 -> 8.0
pull_requests: +25291
pull_request: https://github.com/python/cpython/pull/26687
___
Python tracker
<https://bugs.python.org/issu
Jacob Walls added the comment:
Sounds reasonable to me.
--
components: +Library (Lib)
nosy: +jacobtylerwalls
type: -> behavior
versions: +Python 3.11 -Python 3.9
___
Python tracker
<https://bugs.python.org/issu
Change by Jacob Walls :
--
pull_requests: +25276
pull_request: https://github.com/python/cpython/pull/26687
___
Python tracker
<https://bugs.python.org/issue19
Jacob Walls added the comment:
Hi vajrasky, do you have any interest in converting your patch to a GitHub PR?
If not I can see about doing so myself. Cheers.
--
nosy: +jacobtylerwalls
___
Python tracker
<https://bugs.python.org/issue19
Jacob Walls added the comment:
Unfortunately, at the outset I should have tested this without multiprocessing.
I can reproduce without multiprocessing[1], which meant I could more easily
pinpoint the failure. There is an expensive O(nm) algorithm[2] in the music21
library that is
Jacob Walls added the comment:
Thanks for this detailed reply. I reproduced on Python 3.9.4 on the same iMac
from my original report running macOS 10.13.6, but with much lesser frequency
(I wouldn't use the word "consistently" anymore).
I tried on a MacBook Pro with wo
New submission from Jacob Walls :
macOS 10.13.6
Python 3.9.2
I can consistently reproduce a seg fault while using
multiprocessing.JoinableQueue in Python 3.9.2.
My use case is the sheet music processing library music21. My fork includes a
folder of 209 files I use to reproduce, running 3
New submission from Jacob Walls :
Cmd-A to select all or Cmd-Z to undo, etc., have no effect when typing in the
"Save As:" or "Tags:" fields of the native Save As... dialog on MacOS. Cmd-R,
curiously, opens a Finder window.
IDLE dialogs such as Search behave as expecte
Change by Jacob Walls :
--
keywords: +patch
nosy: +jacobtylerwalls
nosy_count: 4.0 -> 5.0
pull_requests: +23449
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/24663
___
Python tracker
34 matches
Mail list logo