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
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
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
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
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
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
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
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
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
Change by Sree Vaddi :
--
title: sqlite3_trace deprecated -> warning: 'sqlite3_trace' is deprecated
___
Python tracker
<https://bugs.pytho
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
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
12 matches
Mail list logo