[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21130>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21130>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes-Werror=declaration-after-statement   -I. -IInclude 
-I./Include-DPy_BUILD_CORE -o Objects/obmalloc.o Objects/obmalloc.c
In file included from /usr/include/features.h:364:0,
 from /usr/include/limits.h:25,
 from 
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/limits.h:168,
 from 
/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/syslimits.h:7,
 from /usr/lib/gcc/x86_64-linux-gnu/5/include-fixed/limits.h:34,
 from Include/Python.h:11,
 from Objects/obmalloc.c:1:
Objects/obmalloc.c: In function ‘_PyObject_Realloc’:
/usr/include/x86_64-linux-gnu/bits/string3.h:50:1: error: inlining failed in 
call to always_inline ‘memcpy’: function attribute mismatch
 __NTH (memcpy (void *__restrict __dest, const void *__restrict __src,
 ^
Objects/obmalloc.c:1668:13: error: called from here
 memcpy(bp, p, size);
 ^
Makefile:1538: recipe for target 'Objects/obmalloc.o' failed
make: *** [Objects/obmalloc.o] Error 1

--
components: Build
messages: 261521
nosy: shakur shams Mullick
priority: normal
severity: normal
status: open
title: build fails with address sanitizer
type: compile error
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26532>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue26263] Serialize array.array to JSON by default

2016-03-08 Thread shakur shams Mullick

Changes by shakur shams Mullick <shakursmull...@gmail.com>:


--
nosy: +shakur shams Mullick

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26263>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21130>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21130] equivalent functools.partial instances should compare equal

2016-02-12 Thread shakur shams Mullick

Changes by shakur shams Mullick <shakursmull...@gmail.com>:


--
keywords: +patch
Added file: http://bugs.python.org/file41909/issue21130.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21130>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com