[issue32810] Expose ags_gen and agt_gen in asynchronous generators

2018-09-19 Thread Keith Dart
Change by Keith Dart : -- nosy: +kdart ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue34138] imaplib RFC 6855 issue

2018-09-19 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +8849 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue34138] imaplib RFC 6855 issue

2018-09-19 Thread Gordon Messmer
Gordon Messmer added the comment: PR 9436 should resolve the issue. Since the RFC requires the "UTF8 (" prefix in the "data" and not in the literal, that had to be moved into the _command function. This change should only affect the append() use, as that is currently the only function that

[issue34722] Non-deterministic bytecode generation

2018-09-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: Possibly we should just sort the individual marsahalled entries of the frozenset. -- ___ Python tracker ___ _

[issue34746] Asyncio documentation have a error

2018-09-19 Thread lanzhiwang
New submission from lanzhiwang : https://docs.python.org/3.7/library/asyncio-llapi-index.html loop.stop() Close the event loop. fix loop.close() Close the event loop. -- components: asyncio messages: 325838 nosy: asvetlov, docs@python, hzhil...@163.com, yselivanov priority: normal seve

[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Change by Yury Selivanov : -- keywords: +patch pull_requests: +8851 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue34686] Add `-r`, as opposed to `-R` to Python core interpreter

2018-09-19 Thread Benjamin Peterson
Benjamin Peterson added the comment: See #34722. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Yury Selivanov added the comment: New changeset ffef50f1f5907e5f0f175b12088d3e509011f126 by Yury Selivanov in branch 'master': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/ffef50f1f5907e5f0f175b12088d3e509011f126 -- ___

[issue34746] Asyncio documentation have a error

2018-09-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +8852 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34746] Asyncio documentation have a error

2018-09-19 Thread miss-islington
miss-islington added the comment: New changeset 4fe8dc68577f9e22aaf24db08fb6647277c42d4c by Miss Islington (bot) in branch '3.7': bpo-34746: Fix stop -> close (GH-9437) https://github.com/python/cpython/commit/4fe8dc68577f9e22aaf24db08fb6647277c42d4c -- nosy: +miss-islington __

[issue34746] Asyncio documentation have a error

2018-09-19 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks for filing the bug! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue17560] problem using multiprocessing with really big objects?

2018-09-19 Thread Shyam Saladi
Shyam Saladi added the comment: I apologize if this isn't the right forum to post this message, but Davin, if you have since put together the guide/blogpost mentioned in your message, would you be able to share a link to the material please? I am interested in gaining a better understanding

[issue34736] Confusing base64.b64decode output

2018-09-19 Thread Tal Einat
Tal Einat added the comment: I welcome suggestions for improvement! We could either find a better error message covering all cases, or emit a more specific message when non-base64 characters have been skipped. Unfortunately, skipping non-base64 characters is a basic assumption of a2b_base64

[issue33649] asyncio docs overhaul

2018-09-19 Thread Yury Selivanov
Change by Yury Selivanov : -- pull_requests: +8853 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34736] Confusing base64.b64decode output

2018-09-19 Thread Tal Einat
Tal Einat added the comment: Perhaps something such as "number of base64 data characters cannot be 1 more than a multiple of 4"? -- ___ Python tracker ___ ___

<    1   2   3