[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/issue32

[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/i

[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/issu

[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

[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/issue35

[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/issue27

[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/issu