[issue44462] multiprocessing.get hangs if the pool is closed in the signal handler

2021-06-19 Thread Chaitanya
New submission from Chaitanya : This is similar to https://bugs.python.org/issue22393 but the child is killed in the Pool.terminate() using SIGTERM i.e., proper way. Run the attached script that runs an indefinite method using multiprocessing.apply_async, and in the signal handler for

[issue26429] os.path.dirname returns empty string instead of "." when file is in current directory

2016-02-24 Thread Chaitanya Mannem
New submission from Chaitanya Mannem: Don't know if this is for windows compatibility or whatever but I think it makes more sense if os.path.dirname would return "." if the file passed in was in the current directory. -- components: Library (Lib) messages: 260821

[issue26176] EmailMessage example doesn't work

2016-01-21 Thread Srujan Chaitanya
New submission from Srujan Chaitanya: Example provided in 19.1.14.1. Examples using the Provisional API at https://docs.python.org/3.4/library/email-examples.html?highlight=email%20example Doesn't work. This could be a EmailMessage class issue also? -- assignee: docs@python compo

[issue23041] csv needs more quoting rules

2014-12-13 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Added file: http://bugs.python.org/file37445/issue23041_test.patch ___ Python tracker <http://bugs.python.org/issue23041> ___ ___ Python-bug

[issue23041] csv needs more quoting rules

2014-12-13 Thread Chaitanya agrawal
Chaitanya agrawal added the comment: Used function PyUnicode_Check instead of PyString_Check -- keywords: +patch nosy: +krypten Added file: http://bugs.python.org/file37444/issue23041.patch ___ Python tracker <http://bugs.python.org/issue23

[issue23047] typo in pyporting.rst

2014-12-13 Thread Chaitanya agrawal
Chaitanya agrawal added the comment: Typo corrected according to message232600. -- keywords: +patch nosy: +krypten Added file: http://bugs.python.org/file37438/issue23047.patch ___ Python tracker <http://bugs.python.org/issue23

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Added file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker <http://bugs.python.org/issue22883> ___ ___

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Removed file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker <http://bugs.python.org/issue22883> ___ ___

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Added file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker <http://bugs.python.org/issue22883> ___ ___

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-10 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : -- keywords: +patch Added file: http://bugs.python.org/file37408/issue22883.patch ___ Python tracker <http://bugs.python.org/issue22

[issue22918] Doc for __iter__ makes inexact comment about dict.__iter__

2014-12-10 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : -- keywords: +patch Added file: http://bugs.python.org/file37407/issue22918-inexactComment.diff ___ Python tracker <http://bugs.python.org/issue22