[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread pankaj.s01
New submission from pankaj.s01: Hi , Reporting an issue of uninitialized pointer buf.outobj in python-2.7.x . I have attached patch ,please check and review it. Thanks! -- components: Extension Modules, Library (Lib) files: Python-2.7.10-multibytecodec.patch keywords: patch messages

[issue24702] Uninitialised Pointer buf.outobj

2015-07-23 Thread pankaj.s01
Changes by pankaj.s01 pankaj@samsung.com: -- nosy: +benjamin.peterson -pankaj.s01 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24702

[issue24703] Resource Leak

2015-07-23 Thread pankaj.s01
New submission from pankaj.s01: Hi, There is an issue of resource leak of file descriptor outFile in Python-2.7.10 ,file :Python-2.7.10/Modules/_bsddb.c:3456. variable outFile is going out of scope which leaks the storage.So need to close file before return on error. I have attached the patch

[issue24300] Code Refactoring in function nis_mapname()

2015-07-23 Thread pankaj.s01
Changes by pankaj.s01 pankaj@samsung.com: -- nosy: +benjamin.peterson -pankaj.s01 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue24300

[issue24300] Code Refactoring in function nis_mapname()

2015-05-27 Thread pankaj.s01
New submission from pankaj.s01: Hi, Here , A code refactoring patch have been submitted for Function: nis_mapname() and File: Python-3.4.3/Modules/nismodule.c Please Review it, Thanks, Pankaj -- components: Extension Modules files: Python-3.4.3-nismodule.patch keywords: patch

[issue24302] Dead Code of Handler check in function faulthandler_fatal_error()

2015-05-27 Thread pankaj.s01
New submission from pankaj.s01: Hi, There is dead code reported in this issue and I think no need to check for NULL of 'handler' in function faulthandler_fatal_error() and file Python-3.4.3/Modules/faulthandler.c . where 'handler' is pointed to staic array faulthandler_handlers[] which never

[issue22947] Enable 'imageop' - Multimedia Srvices Feature module for 64-bit platform

2014-11-26 Thread pankaj.s01
New submission from pankaj.s01: Hi, 'imageop' is default disable in Python-2.7.8 for 64-bit platform. i have enable and test on x_86 64-bit architecture. it's working fine.and it's unit test is also ok. The respective patch has been attached and test log as shown below . output

[issue22954] Logically Dead Code

2014-11-26 Thread pankaj.s01
New submission from pankaj.s01: Hi, In Python-3.4.2 (latest version), there is logically dead code in function static tp_new_wrapper(). The respective patch has been attached for Python-3.4.2/Objects/typeobject.c Thanks $ Regards, Pankaj Sharma (pankaj@samsung.com) -- files