[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman


Change by Matan Perelman :


--
assignee: christian.heimes
components: SSL, asyncio
nosy: asvetlov, christian.heimes, matan1008, yselivanov
priority: normal
severity: normal
status: open
title: SSLWantReadError causes _SelectorSocketTransport to close
type: behavior
versions: Python 3.10, Python 3.11

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



[issue46252] SSLWantReadError causes _SelectorSocketTransport to close

2022-01-03 Thread Matan Perelman


Change by Matan Perelman :


--
keywords: +patch
pull_requests: +28593
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/30385

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



[issue31116] base85 z85 variant encoding

2022-01-14 Thread Matan Perelman


Change by Matan Perelman :


--
keywords: +patch
nosy: +matan1008
nosy_count: 3.0 -> 4.0
pull_requests: +28796
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/30598

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



[issue42853] `OverflowError: signed integer is greater than maximum` in ssl.py for files larger than 2GB

2021-06-23 Thread Matan Perelman


Matan Perelman  added the comment:

A bit of extra context to save clicking through: 
the PR which introduced the regression: 
https://github.com/python/cpython/pull/12698

and the bug: https://bugs.python.org/issue36050

Maybe some people have context about why we couldn't just roll back that PR and 
increase `MAXAMOUNT` to something > 1 MiB and < 2 GiB?

--
nosy: +matan1008

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



[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman


Change by Matan Perelman :


--
components: Library (Lib)
nosy: matan1008
priority: normal
severity: normal
status: open
title: ZipFIle.write remove slash at the beginning of member's path
type: behavior
versions: Python 3.9

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



[issue42112] ZipFIle.write remove slash at the beginning of member's path

2020-10-21 Thread Matan Perelman


Change by Matan Perelman :


--
keywords: +patch
pull_requests: +21813
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/22871

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