Change by Sanket Rathi :
--
nosy: +sanket
___
Python tracker
<https://bugs.python.org/issue41540>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Sanket Rathi :
--
nosy: +sanket
___
Python tracker
<https://bugs.python.org/issue38628>
___
___
Python-bugs-list mailing list
Unsubscribe:
sanket added the comment:
can you provide more details? Python version and code/steps to reproduce.
That'd be more helpful as it seems the methods are already implemented in
latest version https://docs.python.org/3/library/io.html#io.TextIOBase.seek
--
nosy: +sanke
Sanket added the comment:
Can i get solution here
--
___
Python tracker
<http://bugs.python.org/issue30922>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Sanket:
import threading
import subprocess
def B():
while True:
break
cmd="ps -ef | grep 'shell' | awk '{print $2}' | xargs kill -9"
subprocess.call(cmd, shell=True)
def A():
th = threading.Thread(target=B)
th.start
Changes by Sanket :
--
nosy: +terry.reedy
___
Python tracker
<http://bugs.python.org/issue30921>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Sanket :
--
nosy: +lars.gustaebel, lemburg, pedronis
___
Python tracker
<http://bugs.python.org/issue30921>
___
___
Python-bugs-list mailing list
Unsub
Changes by Sanket :
--
nosy: +djc, gvanrossum -sanky8793
___
Python tracker
<http://bugs.python.org/issue30921>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Sanket:
import threading
import subprocess
def B():
while True:
break
cmd="ps -ef | grep 'shell' | awk '{print $2}' | xargs kill -9"
subprocess.call(cmd, shell=True)
def A():
th = threading.Thread(target=B)
th.start
Sanket Dasgupta added the comment:
@terry, I have updated the same, thanks!
--
nosy: +sanketdg
___
Python tracker
<http://bugs.python.org/issue30085>
___
___
Pytho
Changes by Sanket Dasgupta :
--
pull_requests: +1301
___
Python tracker
<http://bugs.python.org/issue30085>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sanket Dasgupta added the comment:
Hi, I am looking to fix this bug.
So as per the discussion, should I remove the documentation of __next__() ?
--
nosy: +sanketdg
___
Python tracker
<http://bugs.python.org/issue21
12 matches
Mail list logo