[issue42210] float.hex discards sign from -nan

2020-11-02 Thread Sree
Sree added the comment: Thanks, all. I just wanted to know if this was a deliberate decision or an oversight. It also took me a while to realize it washex, and not fromhex. That allows the current behaviour to be easily worked around in Python code, and a backwards compatible optional

[issue42210] float.hex discards sign from -nan

2020-10-30 Thread Sree
New submission from Sree : float.hex(float.fromhex("-nan")) returns 'nan'. PyOS_double_to_string seems to check only if it is a NaN, but ignores the sign (unlike its handling of inf a few lines below): <https://github.com/python/cpython/blob/e9e7d284c434768333fdfb53

[issue41020] Could not build the ssl module!

2020-06-18 Thread Sree Vaddi
Sree Vaddi added the comment: openssl brew installed and upto date. despite build says it could not build the ssl module. i followed the macos instructions at the dev guide. svaddi@cpython % brew --prefix openssl /usr/local/opt/openssl@1.1

[issue41004] Hash collisions in IPv4Interface and IPv6Interface

2020-06-18 Thread Sree Vaddi
Change by Sree Vaddi : -- keywords: +patch nosy: +svaddi nosy_count: 3.0 -> 4.0 pull_requests: +20137 stage: -> patch review pull_request: https://github.com/python/cpython/pull/20956 ___ Python tracker <https://bugs.python.org/i

[issue41020] Could not build the ssl module!

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- components: macOS files: python.compile.log nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: Could not build the ssl module! Added file: https://bugs.python.org/file49248/python.compile.log

[issue41019] The necessary bits to build these optional modules were not found:

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- components: macOS files: python.compile.log nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: The necessary bits to build these optional modules were not found: Added file: https://bugs.python.org/file49247

[issue41018] warning: 'Tk_MainWindow' is deprecated: first deprecated

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- components: macOS files: python.compile.log nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: warning: 'Tk_MainWindow' is deprecated: first deprecated Added file: https://bugs.python.org/file49246/python.c

[issue41017] warning: 'Tk_Init' is deprecated: first deprecated

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- components: macOS files: python.compile.log nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: warning: 'Tk_Init' is deprecated: first deprecated Added file: https://bugs.python.org/file49245/python.c

[issue41016] warning: 'Tk_GetNumMainWindows' is deprecated

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- components: macOS files: python.compile.log nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: warning: 'Tk_GetNumMainWindows' is deprecated type: enhancement Added file: https://bugs.python.org

[issue41014] warning: 'sqlite3_trace' is deprecated

2020-06-17 Thread Sree Vaddi
Change by Sree Vaddi : -- title: sqlite3_trace deprecated -> warning: 'sqlite3_trace' is deprecated ___ Python tracker <https://bugs.pytho

[issue41015] warning: 'sqlite3_enable_shared_cache' is deprecated

2020-06-17 Thread Sree Vaddi
New submission from Sree Vaddi : details in the attached python.compile.log -- components: macOS files: python.compile.log messages: 371785 nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: warning: 'sqlite3_enable_shared_cache' is

[issue41014] sqlite3_trace deprecated

2020-06-17 Thread Sree Vaddi
New submission from Sree Vaddi : details in the attached python.compile.log -- components: macOS files: python.compile.log messages: 371784 nosy: ned.deily, ronaldoussoren, svaddi priority: normal severity: normal status: open title: sqlite3_trace deprecated type: enhancement Added