[issue16594] SocketServer should set SO_REUSEPORT along with SO_REUSEADDR when present

2021-12-12 Thread AnLong


Change by AnLong :


--
keywords: +patch
nosy: +asaka
nosy_count: 2.0 -> 3.0
pull_requests: +28292
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/30072

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



[issue32339] Make the dict type used in csv.DictReader configurable

2021-12-17 Thread AnLong


AnLong  added the comment:

As https://github.com/python/cpython/pull/4904 is closed now, I think this 
issue should be closed now?

--
nosy: +asaka

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



[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-11-24 Thread AnLong


Change by AnLong :


--
pull_requests: +16853
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/17367

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



[issue27873] multiprocessing.pool.Pool.map should take more than one iterable

2019-12-02 Thread AnLong


Change by AnLong :


--
pull_requests: +16916
pull_request: https://github.com/python/cpython/pull/17436

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



[issue35292] Make SimpleHTTPRequestHandler load mimetypes lazily

2020-01-04 Thread AnLong


Change by AnLong :


--
pull_requests: +17248
pull_request: https://github.com/python/cpython/pull/17822

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



[issue40834] sending str via channel caused truncate on last character

2020-05-31 Thread AnLong


New submission from AnLong :

Sending a str object for example "asdf" via channel, the received str object 
turn into "asd".

The attachment file test.py can re-produce this issue, with python3.8 and 3.9a1.

--
components: Subinterpreters
files: test.py
messages: 370487
nosy: asaka
priority: normal
severity: normal
status: open
title: sending str via channel caused truncate on last character
type: behavior
versions: Python 3.8, Python 3.9
Added file: https://bugs.python.org/file49204/test.py

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



[issue40834] sending str via channel caused truncate on last character

2020-05-31 Thread AnLong


Change by AnLong :


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

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