New submission from Kumar Aditya :
Benchmark and results are attached in the PR.
--
messages: 415129
nosy: gvanrossum, kumaraditya303
priority: normal
pull_requests: 29965
severity: normal
status: open
title: Speed up iteration of bytes and bytearray
type: performance
versions: Python
Change by Kumar Aditya :
--
keywords: +patch
pull_requests: +29970
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/31871
___
Python tracker
<https://bugs.python.org/issu
Change by Kumar Aditya :
--
keywords: +patch
nosy: +kumaraditya303
nosy_count: 3.0 -> 4.0
pull_requests: +30108
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/32020
___
Python tracker
<https://bugs.p
Kumar Aditya added the comment:
@asvetlov Do you have any insight for this issue?
--
___
Python tracker
<https://bugs.python.org/issue43884>
___
___
Python-bug
Change by Kumar Aditya :
--
components: +Interpreter Core
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.or
Change by Kumar Aditya :
--
pull_requests: +30160
pull_request: https://github.com/python/cpython/pull/32073
___
Python tracker
<https://bugs.python.org/issue43
Change by Kumar Aditya :
--
pull_requests: +30185
pull_request: https://github.com/python/cpython/pull/32107
___
Python tracker
<https://bugs.python.org/issue46
Change by Kumar Aditya :
--
resolution: fixed ->
status: closed -> open
___
Python tracker
<https://bugs.python.org/issue46429>
___
___
Python-bugs-list
Kumar Aditya added the comment:
With this change, Github Actions fails first time and it passes in the second
rerun of running asyncio tests.
See https://github.com/python/cpython/runs/5682275663?check_suite_focus=true
and main branch.
--
nosy: +kumaraditya303
New submission from Kumar Aditya :
Specialize call for c functions with METH_FASTCALL|METH_KEYWORDS flags.
It is the second largest PRECALL specialization failure as per the stats.
See
https://github.com/faster-cpython/ideas/blob/main/stats.md#specialization-attempts-10
Change by Kumar Aditya :
--
pull_requests: +30230
pull_request: https://github.com/python/cpython/pull/32152
___
Python tracker
<https://bugs.python.org/issue46
Change by Kumar Aditya :
--
resolution: -> fixed
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue47127>
___
Change by Kumar Aditya :
--
resolution: -> fixed
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue46429>
___
___
Python-bugs-list
Kumar Aditya added the comment:
@asvetlov This is bug no longer exists, on main branch this is the output and
it does not hangs:
DEBUG:asyncio:Using selector: EpollSelector
True
--
nosy: +asvetlov, kumaraditya
___
Python tracker
<ht
Kumar Aditya added the comment:
Most of the static variables were removed by GH-31366 so I closed those PRs as
they were outdated, however some static variable still exist.
--
nosy: +kumaraditya
___
Python tracker
<https://bugs.python.
Change by Kumar Aditya :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> ProactorEventLoop doesn't support stdin/stdout nor files with
connect_read_pipe/connect_write_pipe
___
Pytho
Change by Kumar Aditya :
--
keywords: +patch
nosy: +kumaraditya303
nosy_count: 7.0 -> 8.0
pull_requests: +27986
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/29749
___
Python tracker
Change by Kumar Aditya :
--
nosy: +kumaraditya303
nosy_count: 6.0 -> 7.0
pull_requests: +28009
pull_request: https://github.com/python/cpython/pull/29772
___
Python tracker
<https://bugs.python.org/issu
Change by Kumar Aditya :
--
nosy: +kumaraditya303
nosy_count: 3.0 -> 4.0
pull_requests: +28024
pull_request: https://github.com/python/cpython/pull/29788
___
Python tracker
<https://bugs.python.org/issu
Change by Kumar Aditya :
--
pull_requests: +28047
pull_request: https://github.com/python/cpython/pull/29814
___
Python tracker
<https://bugs.python.org/issue45
Kumar Aditya added the comment:
I would like to tackle this, I'll work on this from next week.
--
nosy: +kumaraditya303
___
Python tracker
<https://bugs.python.org/is
Kumar Aditya added the comment:
I have installed VS 2022 with v143 of MSVC.
I get this error when compiling
```console
C:\Program Files\Microsoft Visual
Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.ta
rgets(436,5): error MSB8020: The build tools for Visual Studio 2019
Kumar Aditya added the comment:
Thanks Steve, installing v142 is indeed my current workaround but would be
great to support v143 as it is the latest version.
On Tue, Nov 30, 2021, 21:09 Steve Dower wrote:
>
> Steve Dower added the comment:
>
> An easy workaround for people
Change by Kumar Aditya :
--
keywords: +patch
pull_requests: +28118
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/29894
___
Python tracker
<https://bugs.python.org/issu
Change by Kumar Aditya :
--
keywords: +patch
nosy: +kumaraditya303
nosy_count: 2.0 -> 3.0
pull_requests: +28127
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/29903
___
Python tracker
Change by Kumar Aditya :
--
keywords: +patch
nosy: +kumaraditya303
nosy_count: 2.0 -> 3.0
pull_requests: +28227
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/30003
___
Python tracker
<https://bugs.p
Change by Kumar Aditya :
--
keywords: +patch
nosy: +kumaraditya303
nosy_count: 4.0 -> 5.0
pull_requests: +28230
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/30006
___
Python tracker
201 - 227 of 227 matches
Mail list logo