[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-12-27 Thread Senthil Kumaran
Change by Senthil Kumaran : -- components: +Library (Lib) -Documentation versions: +Python 3.10, Python 3.9 ___ Python tracker ___

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-12-27 Thread Senthil Kumaran
Senthil Kumaran added the comment: This is resolved by Issue 31122 and code now raises SSLEOFError instead of OSError. The reason for OSError in the first place was PySSL_SetError function had the following call s->errorhandler();

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-08-05 Thread Jeffrey Kintscher
Change by Jeffrey Kintscher : -- nosy: +Jeffrey.Kintscher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-08-03 Thread Allan Chandler
Allan Chandler added the comment: If you look through the source for PyExc, you'll find items for (over and above OsError) ValueError, NotImplementedError, TypeError, OverflowError, AttributeError, MemoryError, UnicodeEncodeError, and RuntimeWarning. I don't think ANY of those are

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Martin Panter
Martin Panter added the comment: Issue 31122 is also open about fixing this long-term, but I agree it would be good to document this quirk / bug. -- nosy: +martin.panter ___ Python tracker

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +christian.heimes ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +SSL ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41450] OSError is not documented in ssl library, but still can be thrown

2020-07-31 Thread Alexander Sibiryakov
New submission from Alexander Sibiryakov : See stack trace [07/15/2020 08:51:14.799: ERROR/kafka.producer.sender] Uncaught error in kafka producer I/O thread Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/kafka/producer/sender.py", line 60, in run