[issue41540] Test test_maxcontext_exact_arith (_decimal) consumes all memory on AIX

2020-08-13 Thread Sanket Rathi
Change by Sanket Rathi : -- nosy: +sanket ___ Python tracker <https://bugs.python.org/issue41540> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38628] Issue with ctypes in AIX

2020-08-04 Thread Sanket Rathi
Change by Sanket Rathi : -- nosy: +sanket ___ Python tracker <https://bugs.python.org/issue38628> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue39365] Support (SEEK_END/SEEK_CUR) relative seeking in StringIO

2020-01-19 Thread sanket
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: +sanketplus

[issue30922] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
Sanket added the comment: Can i get solution here -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30922> ___ ___ Python-bugs-list

[issue30922] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
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() In above code

[issue30921] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
Changes by Sanket <sanky8...@gmail.com>: -- nosy: +terry.reedy ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30921> ___ __

[issue30921] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
Changes by Sanket <sanky8...@gmail.com>: -- nosy: +lars.gustaebel, lemburg, pedronis ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30921] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
Changes by Sanket <sanky8...@gmail.com>: -- nosy: +djc, gvanrossum -sanky8793 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue30921] Process in not get killed using subprocess.call() in python thread

2017-07-13 Thread Sanket
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() In above code

[issue30085] Discourage operator.__dunder__ functions

2017-04-21 Thread Sanket Dasgupta
Sanket Dasgupta added the comment: @terry, I have updated the same, thanks! -- nosy: +sanketdg ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue30085] Discourage operator.__dunder__ functions

2017-04-18 Thread Sanket Dasgupta
Changes by Sanket Dasgupta <sanketdasgu...@gmail.com>: -- pull_requests: +1301 ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue21056] csv documentation is incorrect

2017-02-13 Thread Sanket Dasgupta
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 <rep...@bugs.python.org> <http://bugs.python.org/i