[issue37013] Fatal Python error in socket.if_indextoname()

2021-10-17 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 3.7, Python 3.8 ___ Python tracker ___ ___ Pytho

[issue37013] Fatal Python error in socket.if_indextoname()

2019-05-22 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +13418 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue37013] Fatal Python error in socket.if_indextoname()

2019-05-22 Thread Zackery Spytz
New submission from Zackery Spytz : Python 3.8.0a4+ (heads/master:ef9d9b6312, May 22 2019, 08:35:25) [GCC 9.0.1 20190402 (experimental) [trunk revision 270074]] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import socket >>> socket.if_indextoname(2**64 - 1)