[issue41972] bytes.find consistently hangs in a particular scenario

2020-10-12 Thread Dennis Sweeney
Dennis Sweeney added the comment: I used random_bench.py to compare PR 22679 to Master, and the results are in bench_results.txt. Results were varied. I suppose this depends on what cases we want to optimize for. -- Added file: https://bugs.python.org/file49512/random_bench.py _

[issue40422] Light refactor: create a common _Py_closerange API

2020-10-12 Thread Kyle Evans
Change by Kyle Evans : -- pull_requests: +21651 pull_request: https://github.com/python/cpython/pull/22680 ___ Python tracker ___ __

[issue42010] Generic types accept indexing/subscripting, causing confusion

2020-10-12 Thread Ken Jin
Ken Jin added the comment: Partly due to Python 3.9.0's nascency, I've not been able to find online cases of beginners getting confused by this specific behavior. Wow I didn't know about integer variadics, assuming they make their way into 3.11, I can see why it'd be better to leave that in

[issue37461] email.parser.Parser hang

2020-10-12 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue41822] Document the meaning of values for sys.float_info.rounds

2020-10-12 Thread Emmanuel Arias
Change by Emmanuel Arias : -- nosy: +eamanu ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue42023] Argparse: Add a "display" arg

2020-10-12 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +paul.j3, rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue42024] Exception ignored in: .remove at 0x7f6a325f2ea0>

2020-10-12 Thread jayesh
New submission from jayesh : Team, I am getting python warning messages while run ansible. Previously I was using python 3.5.3, but after read the below article, I upgraded it with python 3.5.4. ref: https://github.com/ansible/ansible/issues/21982 Still facing the same issues. Kindly find a

[issue42015] Order of decrementing reference counts in meth_dealloc

2020-10-12 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41995] five possible Null Pointer Dereference bugs.

2020-10-12 Thread STINNER Victor
STINNER Victor added the comment: New changeset 66c28f50c76e4f23af7146e0e580457c5fd6bde7 by Yunlongs in branch 'master': bpo-41995: Fix null ptr deref in tracemalloc_copy_trace() (GH-22660) https://github.com/python/cpython/commit/66c28f50c76e4f23af7146e0e580457c5fd6bde7 -- ___

[issue41995] five possible Null Pointer Dereference bugs.

2020-10-12 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +21652 pull_request: https://github.com/python/cpython/pull/22681 ___ Python tracker _

<    1   2