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
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
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
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
Andrew Svetlov added the comment:
Make sense at first glaze.
--
___
Python tracker
<https://bugs.python.org/issue32810>
___
___
Python-bugs-list mailin
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
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
, 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
Change by Mariatta Wijaya :
--
stage: patch review -> backport needed
___
Python tracker
<https://bugs.python.org/issue30449>
___
_______
Python-bugs-list mai
Change by Christian Heimes :
--
pull_requests: +5656
___
Python tracker
<https://bugs.python.org/issue30622>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Serhiy Storchaka :
--
keywords: +patch
pull_requests: +5707
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32970>
___
_______
Py
Change by Vidar Fauske :
--
keywords: +patch
pull_requests: +5764
stage: test needed -> patch review
___
Python tracker
<https://bugs.python.org/issu
Jason R. Coombs added the comment:
@jtrouverie: Yes, please do. Thanks!
--
___
Python tracker
<https://bugs.python.org/issue32540>
___
___
Python-bugs-list mailin
13 matches
Mail list logo