[issue28166] WindowsConsoleIO misbehavior when Ctrl+C is ignored

2018-07-19 Thread Valeriya Sinevich


Valeriya Sinevich  added the comment:

I posted a PR but the problem with it is that all the input before the ignored 
Ctrl+C is lost.

--
nosy: +valer

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



[issue28166] WindowsConsoleIO misbehavior when Ctrl+C is ignored

2018-07-19 Thread Valeriya Sinevich


Change by Valeriya Sinevich :


--
keywords: +patch
pull_requests: +7878
stage: test needed -> patch review

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



[issue33881] dataclasses should use NFKC to find duplicate members

2018-06-25 Thread Valeriya Sinevich


Valeriya Sinevich  added the comment:

I sent a PR and measured how it affected the performance by creating a 
dataclass with 1 members.
python.bat -m timeit -s "from dataclasses import make_dataclass" -s "arg_list = 
[chr(k) * i for k in range(97, 123) for i in range(1, 500)]" 
"make_dataclass('a', arg_list)" 
The performance didn't change, both before and after the changes it takes 
around 14.5s.

--
nosy: +steve.dower, valer

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



[issue33881] dataclasses should use NFKC to find duplicate members

2018-06-25 Thread Valeriya Sinevich


Change by Valeriya Sinevich :


--
keywords: +patch
pull_requests: +7519
stage:  -> patch review

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



[issue30237] Access violation due to CancelSynchronousIo of console read

2018-06-25 Thread Valeriya Sinevich


Change by Valeriya Sinevich :


--
keywords: +patch
pull_requests: +7514
stage: test needed -> patch review

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



[issue33663] Web.py wsgiserver3.py raises TypeError when CSS file is not found

2018-06-16 Thread Valeriya Sinevich


Valeriya Sinevich  added the comment:

Hello!

I created a PR for this but I am new to the process, so I don't know what to do 
with the error on "no news entry" issue. Could someone please help me with the 
next steps?

--
nosy: +valer

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



[issue33663] Web.py wsgiserver3.py raises TypeError when CSS file is not found

2018-06-16 Thread Valeriya Sinevich


Change by Valeriya Sinevich :


--
keywords: +patch
pull_requests: +7361
stage:  -> patch review

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