[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Dec 29 12:09:53 EST 2017
ACTIVITY SUMMARY (2017-12-22 - 2017-12-29)
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 6355 (+13)
closed 37843 (+24)
total 44198 (+37)
Open issues with patches: 2472
Issues opened (31)
==================
#30722: Tools/demo/redemo.py broken
https://bugs.python.org/issue30722 reopened by serhiy.storchaka
#32411: Idlelib.browser: stop sorting dicts created by pyclbr
https://bugs.python.org/issue32411 opened by terry.reedy
#32412: help() of bitwise operators should mention sets as well
https://bugs.python.org/issue32412 opened by steven.daprano
#32413: Document that locals() may return globals()
https://bugs.python.org/issue32413 opened by steven.daprano
#32414: PyCapsule_Import fails when name is in the form 'package.modul
https://bugs.python.org/issue32414 opened by lekma
#32417: fromutc does not respect datetime subclasses
https://bugs.python.org/issue32417 opened by p-ganssle
#32418: Implement Server.get_loop() method
https://bugs.python.org/issue32418 opened by asvetlov
#32419: Add unittest support for pyc projects
https://bugs.python.org/issue32419 opened by brgirgis
#32420: LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY
https://bugs.python.org/issue32420 opened by Kitamura
#32421: Keeping an exception in cache can segfault the interpreter
https://bugs.python.org/issue32421 opened by zunger
#32423: The Windows SDK version 10.0.15063.0 was not found
https://bugs.python.org/issue32423 opened by isuruf
#32424: Synchronize copy methods between Python and C implementations
https://bugs.python.org/issue32424 opened by gphemsley
#32425: Allow non-default XML parsers to take advantage of a _parse_wh
https://bugs.python.org/issue32425 opened by gphemsley
#32426: Tkinter.ttk Widget does not define wich option exists to set t
https://bugs.python.org/issue32426 opened by alex.75
#32427: Rename and expose dataclasses._MISSING
https://bugs.python.org/issue32427 opened by eric.smith
#32428: dataclasses: make it an error to have initialized non-fields i
https://bugs.python.org/issue32428 opened by eric.smith
#32429: Outdated Modules/Setup warning is invisible
https://bugs.python.org/issue32429 opened by mdk
#32430: Simplify Modules/Setup{,.dist,.local}
https://bugs.python.org/issue32430 opened by mdk
#32431: Two bytes objects of zero length don't compare equal
https://bugs.python.org/issue32431 opened by jonathanunderwood
#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433 opened by christian.heimes
#32434: pathlib.WindowsPath.reslove(strict=False) returns absoulte pat
https://bugs.python.org/issue32434 opened by mliska
#32435: tarfile recognizes .gz file as tar
https://bugs.python.org/issue32435 opened by spetrunin
#32436: Implement PEP 567
https://bugs.python.org/issue32436 opened by yselivanov
#32438: PyLong_ API cleanup
https://bugs.python.org/issue32438 opened by erik.bray
#32439: Clean up the code for compiling comparison expressions
https://bugs.python.org/issue32439 opened by serhiy.storchaka
#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441 opened by benjamin.peterson
#32443: Add Linux's signalfd() to the signal module
https://bugs.python.org/issue32443 opened by gregory.p.smith
#32444: python -m venv symlink dependency on how python binary is call
https://bugs.python.org/issue32444 opened by seliger
#32445: Skip creating redundant wrapper functions in ExitStack.callbac
https://bugs.python.org/issue32445 opened by ncoghlan
#32446: ResourceLoader.get_data() should accept a PathLike
https://bugs.python.org/issue32446 opened by barry
#32447: IDLE shell won't open on Mac OS 10.13.1
https://bugs.python.org/issue32447 opened by sm1979
Most recent 15 issues with no replies (15)
==========================================
#32447: IDLE shell won't open on Mac OS 10.13.1
https://bugs.python.org/issue32447
#32446: ResourceLoader.get_data() should accept a PathLike
https://bugs.python.org/issue32446
#32445: Skip creating redundant wrapper functions in ExitStack.callbac
https://bugs.python.org/issue32445
#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441
#32439: Clean up the code for compiling comparison expressions
https://bugs.python.org/issue32439
#32436: Implement PEP 567
https://bugs.python.org/issue32436
#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433
#32427: Rename and expose dataclasses._MISSING
https://bugs.python.org/issue32427
#32426: Tkinter.ttk Widget does not define wich option exists to set t
https://bugs.python.org/issue32426
#32423: The Windows SDK version 10.0.15063.0 was not found
https://bugs.python.org/issue32423
#32418: Implement Server.get_loop() method
https://bugs.python.org/issue32418
#32410: Implement loop.sock_sendfile method
https://bugs.python.org/issue32410
#32404: fromtimestamp does not call __new__ in datetime subclasses
https://bugs.python.org/issue32404
#32403: date, time and datetime alternate constructors should take fas
https://bugs.python.org/issue32403
#32400: inspect.isdatadescriptor false negative
https://bugs.python.org/issue32400
Most recent 15 issues waiting for review (15)
=============================================
#32441: os.dup2 should return the new fd
https://bugs.python.org/issue32441
#32439: Clean up the code for compiling comparison expressions
https://bugs.python.org/issue32439
#32436: Implement PEP 567
https://bugs.python.org/issue32436
#32433: Provide optimized HMAC digest
https://bugs.python.org/issue32433
#32431: Two bytes objects of zero length don't compare equal
https://bugs.python.org/issue32431
#32429: Outdated Modules/Setup warning is invisible
https://bugs.python.org/issue32429
#32427: Rename and expose dataclasses._MISSING
https://bugs.python.org/issue32427
#32424: Synchronize copy methods between Python and C implementations
https://bugs.python.org/issue32424
#32418: Implement Server.get_loop() method
https://bugs.python.org/issue32418
#32414: PyCapsule_Import fails when name is in the form 'package.modul
https://bugs.python.org/issue32414
#32413: Document that locals() may return globals()
https://bugs.python.org/issue32413
#32411: Idlelib.browser: stop sorting dicts created by pyclbr
https://bugs.python.org/issue32411
#32410: Implement loop.sock_sendfile method
https://bugs.python.org/issue32410
#32404: fromtimestamp does not call __new__ in datetime subclasses
https://bugs.python.org/issue32404
#32403: date, time and datetime alternate constructors should take fas
https://bugs.python.org/issue32403
Top 10 most discussed issues (10)
=================================
#32424: Synchronize copy methods between Python and C implementations
https://bugs.python.org/issue32424 16 msgs
#17611: Move unwinding of stack for "pseudo exceptions" from interpret
https://bugs.python.org/issue17611 11 msgs
#32429: Outdated Modules/Setup warning is invisible
https://bugs.python.org/issue32429 9 msgs
#31639: http.server and SimpleHTTPServer hang after a few requests
https://bugs.python.org/issue31639 7 msgs
#32431: Two bytes objects of zero length don't compare equal
https://bugs.python.org/issue32431 6 msgs
#32360: Save OrderedDict imports in various stdlibs.
https://bugs.python.org/issue32360 5 msgs
#32420: LookupError : unknown encoding : [0x7FF092395AD0] ANOMALY
https://bugs.python.org/issue32420 5 msgs
#21288: hashlib.pbkdf2_hmac Hash Constructor
https://bugs.python.org/issue21288 4 msgs
#32145: Wrong ExitStack Callback recipe
https://bugs.python.org/issue32145 4 msgs
#32419: Add unittest support for pyc projects
https://bugs.python.org/issue32419 4 msgs
Issues closed (24)
==================
#24960: Can't use lib2to3 with embeddable zip file.
https://bugs.python.org/issue24960 closed by benjamin.peterson
#26133: asyncio: ugly error related to signal handlers at exit if the
https://bugs.python.org/issue26133 closed by asvetlov
#26666: File object hook to modify select(ors) event mask
https://bugs.python.org/issue26666 closed by asvetlov
#28236: In xml.etree.ElementTree Element can be created with empty and
https://bugs.python.org/issue28236 closed by rhettinger
#29084: C API of OrderedDict
https://bugs.python.org/issue29084 closed by serhiy.storchaka
#29504: blake2: compile error with -march=bdver2
https://bugs.python.org/issue29504 closed by christian.heimes
#29780: Interpreter hang on self._epoll.poll(timeout, max_ev)
https://bugs.python.org/issue29780 closed by asvetlov
#31721: assertion failure in FutureObj_finalize() after setting _log_t
https://bugs.python.org/issue31721 closed by asvetlov
#31983: Officially add Py_SETREF and Py_XSETREF
https://bugs.python.org/issue31983 closed by serhiy.storchaka
#31988: Saving bytearray to binary plist file doesn't work
https://bugs.python.org/issue31988 closed by serhiy.storchaka
#32261: Online doc does not include inspect.classify_class_attrs
https://bugs.python.org/issue32261 closed by csabella
#32324: [Security] "python3 directory" inserts "directory" at sys.path
https://bugs.python.org/issue32324 closed by ncoghlan
#32335: Failed Python build on Fedora 27
https://bugs.python.org/issue32335 closed by amitg-b14
#32363: Deprecate task.set_result() and task.set_exception()
https://bugs.python.org/issue32363 closed by yselivanov
#32372: Optimize out __debug__ at the AST level
https://bugs.python.org/issue32372 closed by serhiy.storchaka
#32401: No module named '_ctypes'
https://bugs.python.org/issue32401 closed by YoSTEALTH
#32402: Coverity: CID 1426868/1426867: Null pointer dereferences in t
https://bugs.python.org/issue32402 closed by inada.naoki
#32415: Add Task.get_loop() and Future.get_loop()
https://bugs.python.org/issue32415 closed by yselivanov
#32416: Refactor and add new tests for the f_lineno setter
https://bugs.python.org/issue32416 closed by serhiy.storchaka
#32422: Reduce lru_cache memory overhead.
https://bugs.python.org/issue32422 closed by serhiy.storchaka
#32432: [BUG] Python vs Macbook High Sierra 10.13.2
https://bugs.python.org/issue32432 closed by Felipe Filgueira Barral
#32437: UnicodeError: 'IDNA does not round-trip'
https://bugs.python.org/issue32437 closed by berker.peksag
#32440: Use HTTPS in help()
https://bugs.python.org/issue32440 closed by Mariatta
#32442: Result of pathlib.Path.resolve() with UNC path is not very use
https://bugs.python.org/issue32442 closed by uranusjr
More information about the Python-Dev
mailing list