[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Sep 8 12:09:23 EDT 2017
ACTIVITY SUMMARY (2017-09-01 - 2017-09-08)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open 6149 (-17)
closed 36997 (+87)
total 43146 (+70)
Open issues with patches: 2321
Issues opened (45)
==================
#31069: test_multiprocessing_spawn and test_multiprocessing_forkserver
https://bugs.python.org/issue31069 reopened by haypo
#31327: bug in dateutil\tz\tz.py
https://bugs.python.org/issue31327 opened by jerrykramskoy
#31329: Add idlelib module entry to doc
https://bugs.python.org/issue31329 opened by terry.reedy
#31331: IDLE: Move prompts with input.
https://bugs.python.org/issue31331 opened by terry.reedy
#31332: Building modules by Clang with Microsoft CodeGen
https://bugs.python.org/issue31332 opened by tats.u.
#31333: Implement ABCMeta in C
https://bugs.python.org/issue31333 opened by levkivskyi
#31334: select.poll.poll fails on BSDs with arbitrary negative timeout
https://bugs.python.org/issue31334 opened by Riccardo Coccioli
#31336: Speed up _PyType_Lookup() for class creation
https://bugs.python.org/issue31336 opened by scoder
#31338: Use abort() for code we never expect to hit
https://bugs.python.org/issue31338 opened by barry
#31342: test.bisect module causes tests to fail
https://bugs.python.org/issue31342 opened by nascheme
#31345: Backport docstring improvements to the C version of OrderedDic
https://bugs.python.org/issue31345 opened by rhettinger
#31346: Prefer PROTOCOL_TLS_CLIENT/SERVER
https://bugs.python.org/issue31346 opened by christian.heimes
#31348: webbrowser BROWSER with MacOSXOSAScript type
https://bugs.python.org/issue31348 opened by michael-lazar
#31349: Embedded initialization ignores Py_SetProgramName()
https://bugs.python.org/issue31349 opened by chrullrich
#31351: ensurepip discards pip's return code which leads to broken ven
https://bugs.python.org/issue31351 opened by Igor Filatov
#31353: Implement PEP 553 - built-in debug()
https://bugs.python.org/issue31353 opened by barry
#31354: Fixing a bug related to LTO only build
https://bugs.python.org/issue31354 opened by octavian.soldea
#31355: Remove Travis CI macOS job: rely on buildbots
https://bugs.python.org/issue31355 opened by haypo
#31356: Add context manager to temporarily disable GC
https://bugs.python.org/issue31356 opened by rhettinger
#31357: Expose `worker_target` and `workitem_cls` as arugments to cust
https://bugs.python.org/issue31357 opened by justdoit0823
#31359: `configure` script incorrectly detects symbols as available on
https://bugs.python.org/issue31359 opened by Maxime Belanger
#31361: Update feedparser.py to prevent theano compiling fail in pytho
https://bugs.python.org/issue31361 opened by Wei-Shun Lo
#31363: __PYVENV_LAUNCHER__ breaks calling another venv's interpreter
https://bugs.python.org/issue31363 opened by Ilya.Kulakov
#31366: Missing terminator option when using readline with socketserve
https://bugs.python.org/issue31366 opened by Thomas Feldmann
#31368: RWF_NONBLOCK
https://bugs.python.org/issue31368 opened by YoSTEALTH
#31369: re.RegexFlag is not included in __all__
https://bugs.python.org/issue31369 opened by PJB3005
#31371: Remove deprecated tkinter.tix module in 3.7
https://bugs.python.org/issue31371 opened by ned.deily
#31372: Add SSLSocket.get_verify_result()
https://bugs.python.org/issue31372 opened by christian.heimes
#31374: expat: warning: "_POSIX_C_SOURCE" redefined
https://bugs.python.org/issue31374 opened by christian.heimes
#31375: Add the interpreters module to stdlib (PEP 554).
https://bugs.python.org/issue31375 opened by eric.snow
#31376: test_multiprocessing_spawn randomly hangs AMD64 FreeBSD 10.x S
https://bugs.python.org/issue31376 opened by haypo
#31377: remove *_INTERNED opcodes from marshal
https://bugs.python.org/issue31377 opened by benjamin.peterson
#31378: Missing documentation for sqlite3.OperationalError
https://bugs.python.org/issue31378 opened by Leonardo Taglialegne
#31380: test_undecodable_filename() in Lib/test/test_httpservers.py br
https://bugs.python.org/issue31380 opened by howarthjw
#31381: Unable to read the project file "pythoncore.vcxproj".
https://bugs.python.org/issue31381 opened by denis-osipov
#31382: CGI upload error when file ~< 10kb
https://bugs.python.org/issue31382 opened by mschaming
#31386: Make return types of wrap_bio and wrap_socket customizable
https://bugs.python.org/issue31386 opened by christian.heimes
#31387: asyncio should make it easy to enable cooperative SIGINT handl
https://bugs.python.org/issue31387 opened by ncoghlan
#31388: Provide a way to defer SIGINT handling in the current thread
https://bugs.python.org/issue31388 opened by ncoghlan
#31389: Give pdb.set_trace() an optional `header` keyword argument
https://bugs.python.org/issue31389 opened by barry
#31390: pydoc.Helper.keywords missing async and await
https://bugs.python.org/issue31390 opened by rsw
#31391: Forward-port test_xpickle from 2.7 to 3.x
https://bugs.python.org/issue31391 opened by zach.ware
#31392: Upgrade installers to OpenSSL 1.1.0f
https://bugs.python.org/issue31392 opened by steve.dower
#31394: Ellipsis_token.type != token.ELLIPSIS
https://bugs.python.org/issue31394 opened by Aivar.Annamaa
#31395: Docs Downloads are 404s
https://bugs.python.org/issue31395 opened by n8henrie
Most recent 15 issues with no replies (15)
==========================================
#31395: Docs Downloads are 404s
https://bugs.python.org/issue31395
#31392: Upgrade installers to OpenSSL 1.1.0f
https://bugs.python.org/issue31392
#31391: Forward-port test_xpickle from 2.7 to 3.x
https://bugs.python.org/issue31391
#31390: pydoc.Helper.keywords missing async and await
https://bugs.python.org/issue31390
#31386: Make return types of wrap_bio and wrap_socket customizable
https://bugs.python.org/issue31386
#31382: CGI upload error when file ~< 10kb
https://bugs.python.org/issue31382
#31380: test_undecodable_filename() in Lib/test/test_httpservers.py br
https://bugs.python.org/issue31380
#31376: test_multiprocessing_spawn randomly hangs AMD64 FreeBSD 10.x S
https://bugs.python.org/issue31376
#31375: Add the interpreters module to stdlib (PEP 554).
https://bugs.python.org/issue31375
#31374: expat: warning: "_POSIX_C_SOURCE" redefined
https://bugs.python.org/issue31374
#31372: Add SSLSocket.get_verify_result()
https://bugs.python.org/issue31372
#31368: RWF_NONBLOCK
https://bugs.python.org/issue31368
#31366: Missing terminator option when using readline with socketserve
https://bugs.python.org/issue31366
#31363: __PYVENV_LAUNCHER__ breaks calling another venv's interpreter
https://bugs.python.org/issue31363
#31357: Expose `worker_target` and `workitem_cls` as arugments to cust
https://bugs.python.org/issue31357
Most recent 15 issues waiting for review (15)
=============================================
#31392: Upgrade installers to OpenSSL 1.1.0f
https://bugs.python.org/issue31392
#31389: Give pdb.set_trace() an optional `header` keyword argument
https://bugs.python.org/issue31389
#31386: Make return types of wrap_bio and wrap_socket customizable
https://bugs.python.org/issue31386
#31381: Unable to read the project file "pythoncore.vcxproj".
https://bugs.python.org/issue31381
#31346: Prefer PROTOCOL_TLS_CLIENT/SERVER
https://bugs.python.org/issue31346
#31336: Speed up _PyType_Lookup() for class creation
https://bugs.python.org/issue31336
#31325: req_rate is a namedtuple type rather than instance
https://bugs.python.org/issue31325
#31315: assertion failure in imp.create_dynamic(), when spec.name is n
https://bugs.python.org/issue31315
#31310: semaphore tracker isn't protected against crashes
https://bugs.python.org/issue31310
#31308: forkserver process isn't re-launched if it died
https://bugs.python.org/issue31308
#31294: ZeroMQSocketListener and ZeroMQSocketHandler examples in the L
https://bugs.python.org/issue31294
#31184: Fix data descriptor detection in inspect.getattr_static
https://bugs.python.org/issue31184
#31179: Speed-up dict.copy() up to 5.5 times.
https://bugs.python.org/issue31179
#31175: Exception while extracting file from ZIP with non-matching fil
https://bugs.python.org/issue31175
#31151: socketserver.ForkingMixIn.server_close() leaks zombie processe
https://bugs.python.org/issue31151
Top 10 most discussed issues (10)
=================================
#29988: with statements are not ensuring that __exit__ is called if __
https://bugs.python.org/issue29988 26 msgs
#31338: Use abort() for code we never expect to hit
https://bugs.python.org/issue31338 18 msgs
#14976: queue.Queue() is not reentrant, so signals and GC can cause de
https://bugs.python.org/issue14976 14 msgs
#31336: Speed up _PyType_Lookup() for class creation
https://bugs.python.org/issue31336 14 msgs
#17852: Built-in module _io can lose data from buffered files at exit
https://bugs.python.org/issue17852 7 msgs
#30403: PEP 547: Running extension modules using -m switch
https://bugs.python.org/issue30403 7 msgs
#31355: Remove Travis CI macOS job: rely on buildbots
https://bugs.python.org/issue31355 7 msgs
#30860: Consolidate stateful C globals under a single struct.
https://bugs.python.org/issue30860 6 msgs
#31333: Implement ABCMeta in C
https://bugs.python.org/issue31333 6 msgs
#31377: remove *_INTERNED opcodes from marshal
https://bugs.python.org/issue31377 6 msgs
Issues closed (82)
==================
#10746: ctypes c_long & c_bool have incorrect PEP-3118 type codes
https://bugs.python.org/issue10746 closed by pitrou
#11943: Add TLS-SRP (RFC 5054) support to ssl, _ssl, http, and urllib
https://bugs.python.org/issue11943 closed by christian.heimes
#12197: non-blocking SSL write fails if a partial write was issued
https://bugs.python.org/issue12197 closed by christian.heimes
#12633: sys.modules doc entry should reflect restrictions
https://bugs.python.org/issue12633 closed by eric.snow
#14191: argparse doesn't allow optionals within positionals
https://bugs.python.org/issue14191 closed by r.david.murray
#15464: ssl: add set_msg_callback function
https://bugs.python.org/issue15464 closed by christian.heimes
#16988: argparse: PARSER option for nargs not documented
https://bugs.python.org/issue16988 closed by r.david.murray
#19084: No way to use TLS-PSK from python ssl
https://bugs.python.org/issue19084 closed by christian.heimes
#20994: Disable TLS Compression
https://bugs.python.org/issue20994 closed by christian.heimes
#21649: Mention "Recommendations for Secure Use of TLS and DTLS"
https://bugs.python.org/issue21649 closed by Mariatta
#21818: cookielib documentation references Cookie module, not cookieli
https://bugs.python.org/issue21818 closed by berker.peksag
#22536: subprocess should include filename in FileNotFoundError except
https://bugs.python.org/issue22536 closed by gregory.p.smith
#22635: subprocess.getstatusoutput changed behavior in 3.4 (maybe 3.3.
https://bugs.python.org/issue22635 closed by gregory.p.smith
#23863: Fix EINTR Socket Module issues in 2.7
https://bugs.python.org/issue23863 closed by haypo
#24516: SSL create_default_socket purpose insufficiently documented
https://bugs.python.org/issue24516 closed by christian.heimes
#25674: test_ssl (test_algorithms) failures on bolen-ubuntu slaves: sh
https://bugs.python.org/issue25674 closed by christian.heimes
#26612: test_ssl: use context manager (with) to fix ResourceWarning
https://bugs.python.org/issue26612 closed by haypo
#26904: Difflib quick_ratio() could use Counter()
https://bugs.python.org/issue26904 closed by mscuthbert
#27144: concurrent.futures.as_completed() memory inefficiency
https://bugs.python.org/issue27144 closed by pitrou
#27340: bytes-like objects with socket.sendall(), SSL, and http.client
https://bugs.python.org/issue27340 closed by christian.heimes
#27448: Race condition in subprocess.Popen which causes a huge memory
https://bugs.python.org/issue27448 closed by gregory.p.smith
#27584: New addition of vSockets to the python socket module
https://bugs.python.org/issue27584 closed by christian.heimes
#27629: Cannot create ssl.SSLSocket without existing socket
https://bugs.python.org/issue27629 closed by christian.heimes
#27768: ssl: get CPU cap flags for AESNI and PCLMULQDQ
https://bugs.python.org/issue27768 closed by christian.heimes
#28085: SSL: Add client and server protocols for SSLContext
https://bugs.python.org/issue28085 closed by christian.heimes
#28191: Support RFC4985 SRVName in SAN name
https://bugs.python.org/issue28191 closed by christian.heimes
#28196: ssl.match_hostname() should check for SRV-ID and URI-ID
https://bugs.python.org/issue28196 closed by christian.heimes
#28411: Eliminate PyInterpreterState.modules.
https://bugs.python.org/issue28411 closed by eric.snow
#28588: Memory leak in OpenSSL thread state
https://bugs.python.org/issue28588 closed by christian.heimes
#28958: Python should return comperhansive error when SSLContext canno
https://bugs.python.org/issue28958 closed by christian.heimes
#29136: Add OP_NO_TLSv1_3
https://bugs.python.org/issue29136 closed by christian.heimes
#29212: Python 3.6 logging thread name regression with concurrent.futu
https://bugs.python.org/issue29212 closed by gregory.p.smith
#29588: importing ssl can fail with NameError: name 'PROTOCOL_TLS' is
https://bugs.python.org/issue29588 closed by christian.heimes
#29627: configparser.ConfigParser.read() has undocumented/unexpected b
https://bugs.python.org/issue29627 closed by lukasz.langa
#29781: SSLObject.version returns incorrect value before handshake.
https://bugs.python.org/issue29781 closed by christian.heimes
#29824: Hostname validation in SSL match_hostname()
https://bugs.python.org/issue29824 closed by christian.heimes
#30096: Update examples in abc documentation to use abc.ABC
https://bugs.python.org/issue30096 closed by Mariatta
#30102: improve performance of libSSL usage on hashing
https://bugs.python.org/issue30102 closed by christian.heimes
#30502: Fix buffer handling of OBJ_obj2txt
https://bugs.python.org/issue30502 closed by christian.heimes
#30622: Fix NPN guard for OpenSSL 1.1
https://bugs.python.org/issue30622 closed by christian.heimes
#30640: NULL + 1 in _PyFunction_FastCallDict(), PyEval_EvalCodeEx()
https://bugs.python.org/issue30640 closed by haypo
#30662: fix OrderedDict.__init__ docstring to reflect PEP 468
https://bugs.python.org/issue30662 closed by Mariatta
#30737: Update devguide link to the new URL
https://bugs.python.org/issue30737 closed by Mariatta
#30828: Out of bounds write in _asyncio_Future_remove_done_callback
https://bugs.python.org/issue30828 closed by serhiy.storchaka
#30867: Add macro `HAVE_OPENSSL_VERIFY_PARAM` to avoid invalid functio
https://bugs.python.org/issue30867 closed by christian.heimes
#30912: python 3 git master fails to find libffi and build _ctypes on
https://bugs.python.org/issue30912 closed by zach.ware
#31075: Collections - ChainMap - Documentation example wrong order lin
https://bugs.python.org/issue31075 closed by rhettinger
#31144: add initializer to concurrent.futures.ProcessPoolExecutor
https://bugs.python.org/issue31144 closed by pitrou
#31172: Py_Main() is totally broken on Visual Studio 2017
https://bugs.python.org/issue31172 closed by steve.dower
#31178: [EASY] subprocess: TypeError: can't concat str to bytes, in _e
https://bugs.python.org/issue31178 closed by gregory.p.smith
#31185: Miscellaneous errors in asyncio speedup module
https://bugs.python.org/issue31185 closed by serhiy.storchaka
#31252: Operator.itemgetter documentation should include dictionary ke
https://bugs.python.org/issue31252 closed by rhettinger
#31270: Simplify documentation of itertools.zip_longest
https://bugs.python.org/issue31270 closed by rhettinger
#31281: fileinput inplace does not work with pathlib.Path
https://bugs.python.org/issue31281 closed by eric.smith
#31301: Python 2.7 SIGSEGV
https://bugs.python.org/issue31301 closed by serhiy.storchaka
#31326: concurrent.futures: ProcessPoolExecutor.shutdown(wait=True) sh
https://bugs.python.org/issue31326 closed by haypo
#31328: _sha3 is missing from Setup.dist
https://bugs.python.org/issue31328 closed by benjamin.peterson
#31330: argparse.RawTextHelpFormatter does not maintain lines separate
https://bugs.python.org/issue31330 closed by r.david.murray
#31335: str.format should support "{:r}" for any type.
https://bugs.python.org/issue31335 closed by al45tair
#31337: Small opportunity for NULL dereference in compile.c
https://bugs.python.org/issue31337 closed by barry
#31339: [2.7] time.asctime() crash with year > 9999 using musl C libra
https://bugs.python.org/issue31339 closed by haypo
#31340: Use VS 2017 compiler for build
https://bugs.python.org/issue31340 closed by steve.dower
#31341: remove IRIX support code
https://bugs.python.org/issue31341 closed by benjamin.peterson
#31343: Include major(), minor(), makedev() from sysmacros
https://bugs.python.org/issue31343 closed by christian.heimes
#31344: f_trace_opcodes frame attribute to switch to per-opcode tracin
https://bugs.python.org/issue31344 closed by ncoghlan
#31347: possible undefined behavior in _PyObject_FastCall_Prepend
https://bugs.python.org/issue31347 closed by benjamin.peterson
#31350: asyncio: Optimize get_event_loop and _get_running_loop
https://bugs.python.org/issue31350 closed by Mariatta
#31352: Travis CI coverage job fails on Python 3.6
https://bugs.python.org/issue31352 closed by haypo
#31358: Pull zlib out to cpython-source-deps
https://bugs.python.org/issue31358 closed by zach.ware
#31360: argparse mutually_exclusive_group under add_argument_group fai
https://bugs.python.org/issue31360 closed by martin.panter
#31362: "async" and "await" are not keyword
https://bugs.python.org/issue31362 closed by Conor Cal
#31364: Possible problem with PR #3377
https://bugs.python.org/issue31364 closed by denis-osipov
#31365: Multiplication issue with 16.1
https://bugs.python.org/issue31365 closed by martin.panter
#31367: [[]]*int gives x of the same list that cannot be appended to o
https://bugs.python.org/issue31367 closed by zach.ware
#31370: Remove support for threads-less builds
https://bugs.python.org/issue31370 closed by haypo
#31373: demoting floating float values to unrepresentable types is und
https://bugs.python.org/issue31373 closed by benjamin.peterson
#31379: run_profile_task in Makefile should add $(RUNSHARED)
https://bugs.python.org/issue31379 closed by xiang.zhang
#31383: Issue with _posixsubprocess when importing subprocess32
https://bugs.python.org/issue31383 closed by gregory.p.smith
#31384: marshal: remove "current_filename" optimization
https://bugs.python.org/issue31384 closed by benjamin.peterson
#31385: `import as` does not work when module has same same as parent
https://bugs.python.org/issue31385 closed by ncoghlan
#31393: Fix the use of PyUnicode_READY()
https://bugs.python.org/issue31393 closed by serhiy.storchaka
#1198569: string.Template not flexible enough to subclass (regexes)
https://bugs.python.org/issue1198569 closed by barry
More information about the Python-Dev
mailing list