[issue21130] equivalent functools.partial instances should compare equal

2016-06-07 Thread shakur shams Mullick
shakur shams Mullick added the comment: Submitted a new patch addressing the review comments. -- Added file: http://bugs.python.org/file43279/issue_21130_2.patch ___ Python tracker <http://bugs.python.org/issue21

[issue21130] equivalent functools.partial instances should compare equal

2016-06-05 Thread shakur shams Mullick
shakur shams Mullick added the comment: Emanuel Barry if you want to take it over, I will stop and will not modify my patch further. Otherwise please let me know. -- ___ Python tracker <http://bugs.python.org/issue21

[issue26532] build fails with address sanitizer

2016-03-10 Thread shakur shams Mullick
New submission from shakur shams Mullick: After configuring with address sanitizer like this: $ ./configure --with-address-sanitizer --disable-ipv6 build fails when: $make gcc -pthread -c -fsanitize=address -fno-omit-frame-pointer -Wno-unused-result -Wsign-compare -Wunreachable-code

[issue26263] Serialize array.array to JSON by default

2016-03-08 Thread shakur shams Mullick
Changes by shakur shams Mullick : -- nosy: +shakur shams Mullick ___ Python tracker <http://bugs.python.org/issue26263> ___ ___ Python-bugs-list mailing list Unsub

[issue21130] equivalent functools.partial instances should compare equal

2016-02-12 Thread shakur shams Mullick
shakur shams Mullick added the comment: I have submitted a patch for the issue. Please review and give feedback. -- nosy: +shakur shams Mullick ___ Python tracker <http://bugs.python.org/issue21

[issue21130] equivalent functools.partial instances should compare equal

2016-02-12 Thread shakur shams Mullick
Changes by shakur shams Mullick : -- keywords: +patch Added file: http://bugs.python.org/file41909/issue21130.patch ___ Python tracker <http://bugs.python.org/issue21