[Python-Dev] Summary of Python tracker Issues (original) (raw)

Python tracker status at bugs.python.org
Fri May 25 12:09:55 EDT 2018


ACTIVITY SUMMARY (2018-05-18 - 2018-05-25) 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 6699 (+13) closed 38700 (+63) total 45399 (+76)

Open issues with patches: 2638

Issues opened (54)

#27485: urllib.splitport -- is it official or not? https://bugs.python.org/issue27485 reopened by serhiy.storchaka

#27535: Ignored ResourceWarning warnings leak memory in warnings regis https://bugs.python.org/issue27535 reopened by vstinner

#33330: Better error handling in PyImport_Cleanup() https://bugs.python.org/issue33330 reopened by vstinner

#33573: statistics.median does not work with ordinal scale https://bugs.python.org/issue33573 opened by W deW

#33575: Python relies on C undefined behavior float-cast-overflow https://bugs.python.org/issue33575 opened by gregory.p.smith

#33576: Make exception wrapping less intrusive for set_name calls https://bugs.python.org/issue33576 opened by ncoghlan

#33578: cjkcodecs missing getstate and setstate implementations https://bugs.python.org/issue33578 opened by libcthorne

#33579: calendar.timegm not always an inverse of time.gmtime https://bugs.python.org/issue33579 opened by eitan.adler

#33581: Document "optional components that are commonly included in Py https://bugs.python.org/issue33581 opened by Antony.Lee

#33582: formatargspec deprecated but does nto emit DeprecationWarning. https://bugs.python.org/issue33582 opened by mbussonn

#33586: 2.7.15 missing release notes on download page https://bugs.python.org/issue33586 opened by ericvw

#33587: inspect.getsource performs unnecessary filesystem stat call wh https://bugs.python.org/issue33587 opened by Pankaj Pandey

#33590: sched.enter priority has no impact on execution https://bugs.python.org/issue33590 opened by sahilmn

#33591: ctypes does not support fspath protocol https://bugs.python.org/issue33591 opened by mrh1997

#33592: Document contextvars C API https://bugs.python.org/issue33592 opened by Elvis.Pranskevichus

#33594: add deprecation since 3.5 for a few methods of inspect. https://bugs.python.org/issue33594 opened by mbussonn

#33595: FIx references to lambda "arguments" https://bugs.python.org/issue33595 opened by adelfino

#33597: Compact PyGC_Head https://bugs.python.org/issue33597 opened by inada.naoki

#33598: ActiveState Recipes links in docs, and the apparent closure of https://bugs.python.org/issue33598 opened by tritium

#33600: [EASY DOC] Python 2: document that platform.linux_distribution https://bugs.python.org/issue33600 opened by vstinner

#33601: [EASY DOC] Py_UTF8Mode is not documented https://bugs.python.org/issue33601 opened by serhiy.storchaka

#33602: Remove set and queue references from Data Types https://bugs.python.org/issue33602 opened by adelfino

#33603: Subprocess Thread handles grow with each call and aren't relea https://bugs.python.org/issue33603 opened by GranPrego

#33604: HMAC default to MD5 marked as to be removed in 3.6 https://bugs.python.org/issue33604 opened by mbussonn

#33605: Detect accessing event loop from a different thread outside of https://bugs.python.org/issue33605 opened by hniksic

#33606: Improve logging performance when logger disabled https://bugs.python.org/issue33606 opened by vinay.sajip

#33607: [subinterpreters] Explicitly track object ownership (and alloc https://bugs.python.org/issue33607 opened by eric.snow

#33608: [subinterpreters] Add a cross-interpreter-safe mechanism to in https://bugs.python.org/issue33608 opened by eric.snow

#33609: Document that dicts preserve insertion order https://bugs.python.org/issue33609 opened by yselivanov

#33610: IDLE: Make multiple improvements to CodeContext https://bugs.python.org/issue33610 opened by terry.reedy

#33613: test_multiprocessing_fork: test_semaphore_tracker_sigint() fai https://bugs.python.org/issue33613 opened by vstinner

#33614: Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x https://bugs.python.org/issue33614 opened by vstinner

#33615: test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x https://bugs.python.org/issue33615 opened by vstinner

#33616: typing.NoReturn is undocumented https://bugs.python.org/issue33616 opened by srittau

#33617: subprocess.Popen etc do not accept os.PathLike in passed seque https://bugs.python.org/issue33617 opened by altendky

#33618: Support TLS 1.3 https://bugs.python.org/issue33618 opened by christian.heimes

#33623: Fix possible SIGSGV when asyncio.Future is created in del https://bugs.python.org/issue33623 opened by yselivanov

#33624: Implement subclass hooks for asyncio abstract classes https://bugs.python.org/issue33624 opened by asvetlov

#33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} https://bugs.python.org/issue33625 opened by wg

#33627: test-complex of test_numeric_tower.test_complex() crashes inte https://bugs.python.org/issue33627 opened by vstinner

#33630: test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x https://bugs.python.org/issue33630 opened by vstinner

#33632: undefined behaviour: signed integer overflow in threadmodule.c https://bugs.python.org/issue33632 opened by pitrou

#33635: OSError when using pathlib.Path.rglob() to list device files https://bugs.python.org/issue33635 opened by Victor Domingos

#33637: pip cannot build extensions for debug Python https://bugs.python.org/issue33637 opened by Ivan.Pozdeev

#33638: condition lock not re-acquired https://bugs.python.org/issue33638 opened by christof

#33639: Use high-performance os.sendfile() in shutil.copy* https://bugs.python.org/issue33639 opened by giampaolo.rodola

#33640: uuid: endian of the bytes argument is not documented https://bugs.python.org/issue33640 opened by vstinner

#33641: Add links to RFCs https://bugs.python.org/issue33641 opened by serhiy.storchaka

#33642: IDLE: Use variable number of lines in CodeContext https://bugs.python.org/issue33642 opened by cheryl.sabella

#33643: Mock functions with autospec STILL don't support assert_called https://bugs.python.org/issue33643 opened by dybi

#33644: Fix signatures of tp_finalize handlers in testing code. https://bugs.python.org/issue33644 opened by serhiy.storchaka

#33645: Importing bs4 fails with -3 option in Python 2.7.15 https://bugs.python.org/issue33645 opened by fschulze

#33647: Make string.replace accept a dict instead of two arguments https://bugs.python.org/issue33647 opened by paalped

#33648: unused with_c_locale_warning option in configure should be rem https://bugs.python.org/issue33648 opened by eitan.adler

Most recent 15 issues with no replies (15)

#33644: Fix signatures of tp_finalize handlers in testing code. https://bugs.python.org/issue33644

#33643: Mock functions with autospec STILL don't support assert_called https://bugs.python.org/issue33643

#33641: Add links to RFCs https://bugs.python.org/issue33641

#33635: OSError when using pathlib.Path.rglob() to list device files https://bugs.python.org/issue33635

#33624: Implement subclass hooks for asyncio abstract classes https://bugs.python.org/issue33624

#33616: typing.NoReturn is undocumented https://bugs.python.org/issue33616

#33606: Improve logging performance when logger disabled https://bugs.python.org/issue33606

#33602: Remove set and queue references from Data Types https://bugs.python.org/issue33602

#33600: [EASY DOC] Python 2: document that platform.linux_distribution https://bugs.python.org/issue33600

#33598: ActiveState Recipes links in docs, and the apparent closure of https://bugs.python.org/issue33598

#33595: FIx references to lambda "arguments" https://bugs.python.org/issue33595

#33594: add deprecation since 3.5 for a few methods of inspect. https://bugs.python.org/issue33594

#33591: ctypes does not support fspath protocol https://bugs.python.org/issue33591

#33586: 2.7.15 missing release notes on download page https://bugs.python.org/issue33586

#33582: formatargspec deprecated but does nto emit DeprecationWarning. https://bugs.python.org/issue33582

Most recent 15 issues waiting for review (15)

#33648: unused with_c_locale_warning option in configure should be rem https://bugs.python.org/issue33648

#33645: Importing bs4 fails with -3 option in Python 2.7.15 https://bugs.python.org/issue33645

#33644: Fix signatures of tp_finalize handlers in testing code. https://bugs.python.org/issue33644

#33642: IDLE: Use variable number of lines in CodeContext https://bugs.python.org/issue33642

#33641: Add links to RFCs https://bugs.python.org/issue33641

#33639: Use high-performance os.sendfile() in shutil.copy* https://bugs.python.org/issue33639

#33630: test_posix: TestPosixSpawn fails on PPC64 Fedora 3.x https://bugs.python.org/issue33630

#33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} https://bugs.python.org/issue33625

#33623: Fix possible SIGSGV when asyncio.Future is created in del https://bugs.python.org/issue33623

#33618: Support TLS 1.3 https://bugs.python.org/issue33618

#33617: subprocess.Popen etc do not accept os.PathLike in passed seque https://bugs.python.org/issue33617

#33616: typing.NoReturn is undocumented https://bugs.python.org/issue33616

#33609: Document that dicts preserve insertion order https://bugs.python.org/issue33609

#33604: HMAC default to MD5 marked as to be removed in 3.6 https://bugs.python.org/issue33604

#33602: Remove set and queue references from Data Types https://bugs.python.org/issue33602

Top 10 most discussed issues (10)

#33614: Compilation of Python fails on AMD64 Windows8.1 Refleaks 3.x https://bugs.python.org/issue33614 13 msgs

#32911: Doc strings no longer stored in body of AST https://bugs.python.org/issue32911 10 msgs

#33462: reversible dict https://bugs.python.org/issue33462 10 msgs

#33597: Compact PyGC_Head https://bugs.python.org/issue33597 8 msgs

#33615: test__xxsubinterpreters crashed on x86 Gentoo Refleaks 3.x https://bugs.python.org/issue33615 8 msgs

#33618: Support TLS 1.3 https://bugs.python.org/issue33618 8 msgs

#33355: Windows 10 buildbot: 15 min timeout on test_mmap.test_large_fi https://bugs.python.org/issue33355 7 msgs

#33521: Add 1.32x faster C implementation of asyncio.isfuture(). https://bugs.python.org/issue33521 7 msgs

#33579: calendar.timegm not always an inverse of time.gmtime https://bugs.python.org/issue33579 7 msgs

#19251: bitwise ops for bytes of equal length https://bugs.python.org/issue19251 6 msgs

Issues closed (61)

#19950: Document that unittest.TestCase.init is called once per te https://bugs.python.org/issue19950 closed by gregory.p.smith

#20941: pytime.c:184 and pytime.c:218: runtime error, outside the rang https://bugs.python.org/issue20941 closed by vstinner

#26819: _ProactorReadPipeTransport pause_reading()/resume_reading() br https://bugs.python.org/issue26819 closed by asvetlov

#28547: Python to use Windows Certificate Store https://bugs.python.org/issue28547 closed by Jean-Philippe Landry

#29428: Doctest documentation unclear about multi-line fixtures https://bugs.python.org/issue29428 closed by willingc

#30877: possibe typo in json/scanner.py https://bugs.python.org/issue30877 closed by serhiy.storchaka

#30940: Documentation for round() is incorrect. https://bugs.python.org/issue30940 closed by serhiy.storchaka

#31106: os.posix_fallocate() generate exception with errno 0 https://bugs.python.org/issue31106 closed by ned.deily

#31493: IDLE cond context: fix code update and font update timers https://bugs.python.org/issue31493 closed by terry.reedy

#31868: Null pointer dereference in ndb.ndbm get when used with a defa https://bugs.python.org/issue31868 closed by serhiy.storchaka

#32708: test_sendfile() hangs on AMD64 FreeBSD 10.x Shared 3.x buildbo https://bugs.python.org/issue32708 closed by vstinner

#32831: IDLE: Add docstrings and tests for codecontext https://bugs.python.org/issue32831 closed by terry.reedy

#33037: Skip sending/receiving after SSL transport closing https://bugs.python.org/issue33037 closed by asvetlov

#33109: argparse: make new 'required' argument to add_subparsers defau https://bugs.python.org/issue33109 closed by ned.deily

#33263: Asyncio server enters an invalid state after a request with SO https://bugs.python.org/issue33263 closed by asvetlov

#33321: Add a Linux clang ubsan undefined behavior sanitizer buildbot https://bugs.python.org/issue33321 closed by gregory.p.smith

#33353: test_asyncio: test_sock_sendfile_mix_with_regular_send() hangs https://bugs.python.org/issue33353 closed by vstinner

#33354: Python2: test_ssl fails on non-ASCII path https://bugs.python.org/issue33354 closed by vstinner

#33421: Missing documentation for typing.AsyncContextManager https://bugs.python.org/issue33421 closed by levkivskyi

#33430: Import secrets module in secrets examples https://bugs.python.org/issue33430 closed by steven.daprano

#33441: Expose the sigset_t converter via private API https://bugs.python.org/issue33441 closed by serhiy.storchaka

#33447: Asynchronous lambda syntax https://bugs.python.org/issue33447 closed by yselivanov

#33454: Mismatched C function signature in xxsubinterpreters.channel https://bugs.python.org/issue33454 closed by serhiy.storchaka

#33475: Fix converting AST expression to string and optimize parenthes https://bugs.python.org/issue33475 closed by serhiy.storchaka

#33514: async and await as keywords not mentioned in What’s New In P https://bugs.python.org/issue33514 closed by hroncok

#33516: unittest.mock: Add round to supported magicmock methods https://bugs.python.org/issue33516 closed by vstinner

#33518: Add PEP to glossary https://bugs.python.org/issue33518 closed by vstinner

#33528: os.getentropy support https://bugs.python.org/issue33528 closed by David Carlier

#33537: Help on importlib.resources outputs the builtin open descripti https://bugs.python.org/issue33537 closed by serhiy.storchaka

#33540: socketserver: Add an opt-in option to get Python 3.6 behaviour https://bugs.python.org/issue33540 closed by vstinner

#33541: Remove private and apparently unused __pad function https://bugs.python.org/issue33541 closed by belopolsky

#33542: _ipconfig_getnode incorrectly selects a DUID as a MAC address https://bugs.python.org/issue33542 closed by serhiy.storchaka

#33544: Asyncio Event.wait() is a hold over from before awaitable, and https://bugs.python.org/issue33544 closed by asvetlov

#33546: asyncio.Condition should become awaitable in 3.9 https://bugs.python.org/issue33546 closed by asvetlov

#33556: leftover thread crumb in threading.ident docstring https://bugs.python.org/issue33556 closed by zach.ware

#33565: strange tracemalloc results https://bugs.python.org/issue33565 closed by thehesiod

#33574: Conversion of Number to String(str(number)) https://bugs.python.org/issue33574 closed by eric.smith

#33577: remove wrapping of set_name exceptions in RuntimeError https://bugs.python.org/issue33577 closed by carljm

#33580: Make binary/text file glossary entries follow most common "see https://bugs.python.org/issue33580 closed by serhiy.storchaka

#33583: PyObject_GC_Resize() doesn't relink GCHead https://bugs.python.org/issue33583 closed by inada.naoki

#33584: Fix several minor bugs in asyncio https://bugs.python.org/issue33584 closed by serhiy.storchaka

#33585: re.sub calls repl function one time too many for catch-all reg https://bugs.python.org/issue33585 closed by serhiy.storchaka

#33588: Unicode function arguments aren't preserved https://bugs.python.org/issue33588 closed by steven.daprano

#33589: Remove dummy member in GCHead https://bugs.python.org/issue33589 closed by inada.naoki

#33593: Support heapq on typed arrays? https://bugs.python.org/issue33593 closed by rhettinger

#33596: fix memory leak in lib/json/scanner.py py_make_scanner https://bugs.python.org/issue33596 closed by serhiy.storchaka

#33599: Copying objects subclassed from SimpleNamespace doesn't work https://bugs.python.org/issue33599 closed by serhiy.storchaka

#33611: Fatal Python error: Py_Initialize: unable to load the file sys https://bugs.python.org/issue33611 closed by vstinner

#33612: Assertion failure in PyThreadState_Clear https://bugs.python.org/issue33612 closed by vstinner

#33619: libffi detection via pkg-config is broken https://bugs.python.org/issue33619 closed by benjamin.peterson

#33620: requests.Session doesn't properly handle closed keep-alive ses https://bugs.python.org/issue33620 closed by Jonathan Lynch

#33621: repr(threading._DummyThread) always fails. https://bugs.python.org/issue33621 closed by fabioz

#33622: Fix errors handling in the garbage collector https://bugs.python.org/issue33622 closed by serhiy.storchaka

#33626: test_sendfile_fallback_close_peer_in_middle_of_receiving() fai https://bugs.python.org/issue33626 closed by vstinner

#33628: IDLE: Code cleanup on codecontext https://bugs.python.org/issue33628 closed by terry.reedy

#33629: test_importlib creates a coredump on AMD64 FreeBSD 10.x Shared https://bugs.python.org/issue33629 closed by vstinner

#33631: [ValueError] _strptime.py can't handle 12-hr format strings us https://bugs.python.org/issue33631 closed by ammar2

#33633: smtplib msg['To] = appends instead of assigning https://bugs.python.org/issue33633 closed by r.david.murray

#33634: Buildbot configuration issue on Windows7 buildbots https://bugs.python.org/issue33634 closed by zach.ware

#33636: Unexpected behavior with * and arrays https://bugs.python.org/issue33636 closed by steven.daprano

#33646: os.fspath() bypasses fspath for str subclasses https://bugs.python.org/issue33646 closed by serhiy.storchaka



More information about the Python-Dev mailing list