[issue44206] Add a version number to dict keys.

2021-05-22 Thread STINNER Victor
STINNER Victor added the comment: > Add a version number to dict keys. Is the version on the key or on the value? Does the version change if a value is changed like d[1]="a"; d[1]="b"? -- ___ Python tracker

[issue40068] test_threading: ThreadJoinOnShutdown.test_reinit_tls_after_fork() crash with Python 3.8 on AIX

2021-05-22 Thread David Edelsohn
Change by David Edelsohn : -- nosy: +David.Edelsohn ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread miss-islington
Change by miss-islington : -- pull_requests: +24910 pull_request: https://github.com/python/cpython/pull/26312 ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 10.0 -> 11.0 pull_requests: +24909 pull_request: https://github.com/python/cpython/pull/26311 ___ Python tracker

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 413df57968e4d612f87722bb8454a66357f84839 by Miss Islington (bot) in branch '3.10': bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26311)

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 099e6a4096382697dda55d58d3a96f68375ea546 by Miss Islington (bot) in branch '3.9': bpo-30757: Improve "How to make stand-alone binaries" FAQ (GH-26309) (GH-26312)

[issue37228] UDP sockets created by create_datagram_endpoint() allow by default multiple processes to bind the same port

2021-05-22 Thread Kyle Stanley
Kyle Stanley added the comment: > Since 3.5 has now reached end-of-life, this issue will not be fixed there so > it looks like it can be closed. Thanks, Ned <3 -- ___ Python tracker

[issue44112] [buildbot] test_asyncio hangs (killed after 3 hours) on Refleak buildbots

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +erlendaasland ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44201] REPL requests another line despite syntax error

2021-05-22 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue44201] REPL requests another line despite syntax error

2021-05-22 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24911 pull_request: https://github.com/python/cpython/pull/26313 ___ Python tracker

[issue37228] UDP sockets created by create_datagram_endpoint() allow by default multiple processes to bind the same port

2021-05-22 Thread Kyle Stanley
Kyle Stanley added the comment: > Thanks, Ned <3 (For following up and closing the issue) -- ___ Python tracker ___ ___

[issue42588] Improvements to graphlib.TopologicalSorter.static_order() documentation

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Hi Ran, would you like to submit a pull request with the suggestion? -- ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44201] REPL requests another line despite syntax error

2021-05-22 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 1fb6b9e91d8685f7eca0fc33402589c65723bd94 by Miss Islington (bot) in branch '3.10': bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH-26313)

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-05-22 Thread Irit Katriel
Irit Katriel added the comment: New changeset 11b5045b0ce18fee8cc1023cc516aeb14ebf7bda by Miss Islington (bot) in branch '3.9': bpo-8264: Document hasattr and getattr behavior for private attributes (GH-23513) (GH-26238)

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- nosy: +berker.peksag versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker ___

[issue30757] pyinstaller can be added to docs, py2exe ref can be updated

2021-05-22 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- keywords: +patch nosy: +erlendaasland nosy_count: 9.0 -> 10.0 pull_requests: +24908 pull_request: https://github.com/python/cpython/pull/26309 ___ Python tracker

[issue43504] Site linked in docs, effbot.org, down

2021-05-22 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue8264] [doc] hasattr doesn't show private (double underscore) attributes exist

2021-05-22 Thread Ken Jin
Ken Jin added the comment: All the PRs have landed in bugfix branches so I'm closing this issue. Thanks Irit and Ethan! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue43504] Site linked in docs, effbot.org, down

2021-05-22 Thread E. Paine
Change by E. Paine : -- keywords: +patch pull_requests: +24907 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/26308 ___ Python tracker

[issue44024] Improve the TypeError message for non-string second arguments passed to the built-in functions getattr and hasattr

2021-05-22 Thread wyz23x2
Change by wyz23x2 : -- versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue42627] urllib.request.getproxies() misparses Windows registry proxy settings

2021-05-22 Thread 狂男风
Change by 狂男风 : -- keywords: +patch pull_requests: +24906 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26307 ___ Python tracker ___

[issue40695] hashlib: OpenSSL hash detection should obey security policy

2021-05-22 Thread Christian Heimes
Christian Heimes added the comment: No, nothing left to do. Thanks for the ping! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue41930] Wrap sqlite3_serialize API in sqlite3 module

2021-05-22 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: FYI, the pending release log of the upcoming SQLite 3.36.0 now mentions that these API's are enabled by default: https://sqlite.org/releaselog/3_36_0.html -- ___ Python tracker

[issue44137] importlib.resources.path raises RuntimeError when FileNotFoundError is raise in context manager

2021-05-22 Thread Nils Kattenbeck
Nils Kattenbeck added the comment: Thanks for looking into it. Yes I can confirm that `importlib_resources` has the expected behaviour - I did not download Python 3.10 as the code seems to be the same. -- ___ Python tracker

[issue44207] Add a version number to Python functions

2021-05-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44203] test__xxsubinterpreters: heap-buffer-overflow in interp_is_running() on AMD64 Arch Linux Asan 3.x

2021-05-22 Thread Dong-hee Na
Change by Dong-hee Na : -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33809] Expose `capture_locals` parameter in `traceback` convenience functions

2021-05-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue29757] The loop in utility `socket.create_connection()` swallows previous errors

2021-05-22 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate superseder: -> OSError: multiple exceptions should preserve the exception type if it is common ___ Python tracker ___

[issue44207] Add a version number to Python functions

2021-05-22 Thread Batuhan Taskaya
Change by Batuhan Taskaya : -- nosy: +BTaskaya ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19083] IDNA prefix should be case insensitive

2021-05-22 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11 -Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list