[issue33823] A BUG in concurrent/asyncio

2018-06-10 Thread Python++
New submission from Python++ : ProcessPoolExecutor cannot specify the number of cores when running the Muti-Sub Event Loops, which results in the resulting statistics of the last code run cannot be promised to be separated. I'm deep hoping some genius can propose a solution and fix

[issue33823] A BUG in concurrent/asyncio

2018-06-10 Thread Python++
Change by Python++ : Added file: https://bugs.python.org/file47637/BUG for concurrent.futures(Found by william).py ___ Python tracker <https://bugs.python.org/issue33

[issue33823] A BUG in concurrent/asyncio

2018-06-11 Thread Python++
Python++ added the comment: First Kind of resutl sets: = Process-2:<4816> is ProcessExecuting [0] MainThread:<4816> is ThreadExecuting [0] exe_iter:0 sub_iter:0 Run for Wheel and result:0 callback number:1 MainThre

[issue33823] A BUG in concurrent/asyncio

2018-06-11 Thread Python++
Python++ added the comment: First Kind of resutl sets: = Process-2:<4816> is ProcessExecuting [0] MainThread:<4816> is ThreadExecuting [0] exe_iter:0 sub_iter:0 Run for Wheel and result:0 callback number:1 MainThre

[issue32810] Expose ags_gen and agt_gen in asynchronous generators

2018-02-10 Thread Andrew Svetlov via Python-bugs-list
Andrew Svetlov added the comment: Make sense at first glaze. -- ___ Python tracker <https://bugs.python.org/issue32810> ___ ___ Python-bugs-list mailin

[issue32816] Python's json dumps/loads make integer keys of the dict str

2018-02-10 Thread Korabelnikov Aleksandr via Python-bugs-list
New submission from Korabelnikov Aleksandr : when i serialize and deserialize python built-in structure I'm expect output same as input arr2 = [1,2,'3'] arr2_json = json.dumps(arr2) json.loads(arr2_json) Out[16]: [1, 2, '3'] BUT when I'm tring do it with dict I g

[issue32820] Add bits method to ipaddress

2018-02-12 Thread Eric Osborne via Python-bugs-list
dless complication of the module. > What's the actual use case of printing a human readable bit representation > of an IP address? > > -- > nosy: +christian.heimes > > ___ > Python tracker > <https://bugs.python.org/issue3

[issue32852] trace changes sys.argv from list to tuple

2018-02-15 Thread Kyle Altendorf via Python-bugs-list
, sys.argv[0]) When researching I found: https://stackoverflow.com/questions/47688568/trace-sys-argv-args-typeerror-tuple-object-does-not-support-item-assig They point out where trace assigns a tuple to sys.argv. https://github.com/python/cpython/blob/master/Lib/trace.py#L708 I'll see what I

[issue30449] Improve __slots__ datamodel documentation

2018-02-22 Thread Mariatta Wijaya via Python-bugs-list
Change by Mariatta Wijaya : -- stage: patch review -> backport needed ___ Python tracker <https://bugs.python.org/issue30449> ___ _______ Python-bugs-list mai

[issue30622] Fix NPN guard for OpenSSL 1.1

2018-02-25 Thread Christian Heimes via Python-bugs-list
Change by Christian Heimes : -- pull_requests: +5656 ___ Python tracker <https://bugs.python.org/issue30622> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue32970] Improve disassembly of the MAKE_FUNCTION instruction

2018-02-28 Thread Serhiy Storchaka via Python-bugs-list
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +5707 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32970> ___ _______ Py

[issue31226] shutil.rmtree fails when target has an internal directory junction (Windows)

2018-03-05 Thread Vidar Fauske via Python-bugs-list
Change by Vidar Fauske : -- keywords: +patch pull_requests: +5764 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue32540] venv docs - doesn't match behavior

2018-02-18 Thread Jason R. Coombs via Python-bugs-list
Jason R. Coombs added the comment: @jtrouverie: Yes, please do. Thanks! -- ___ Python tracker <https://bugs.python.org/issue32540> ___ ___ Python-bugs-list mailin