[issue39498] Signpost security considerations in library

2020-06-24 Thread Christian Heimes
Christian Heimes added the comment: +1 -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue39498] Signpost security considerations in library

2020-06-24 Thread Christian Heimes
Christian Heimes added the comment: There are more features that should have security considerations, e.g. builtin functions like eval and exec. -- ___ Python tracker ___ ___

[issue41002] HTTPResponse.read with amt is slow

2020-06-24 Thread miss-islington
miss-islington added the comment: New changeset 152f0b8beea12e6282d284100b600771b968927a by Bruce Merry in branch 'master': bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) https://github.com/python/cpython/commit/152f0b8beea12e6282d284100b600771b968927a -- nosy:

[issue41002] HTTPResponse.read with amt is slow

2020-06-24 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue41087] Argparse int / float default

2020-06-24 Thread Vedran Čačić
Vedran Čačić added the comment: Python _is_ strongly typed. As soon as you try to use that 0.005 as an index into a list or something else that requires an int, you'll get a TypeError. Strong typing is not the same as static typing. It is a common misconception. And common sense is always com

<    1   2