ACTIVITY SUMMARY (2019-11-08 - 2019-11-15)
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 7148 ( +8)
closed 43418 (+59)
total 50566 (+67)
Open issues with patches: 2820
Issues opened (39)
==================
#38750: Solve IPv4 categorisation issues with the ipaddress module
https://bugs.python.org/issue38750 opened by Wicken
#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753 opened by John Belmonte
#38755: Long unicode string causes SyntaxError: Non-UTF-8 code startin
https://bugs.python.org/issue38755 opened by Andrew Ushakov
#38760: Document for urllib.error.HTTPError.headers Should Specify Wha
https://bugs.python.org/issue38760 opened by Han You
#38762: Logging displays wrong "processName" if "sys.modules" is clear
https://bugs.python.org/issue38762 opened by Delgan
#38765: `ast.AST._attributes` is used by `ast.dump()` but not document
https://bugs.python.org/issue38765 opened by pekka.klarck
#38768: Support lldb enhancement in MacOS
https://bugs.python.org/issue38768 opened by Manjusaka
#38770: Pickle handle self references in classes
https://bugs.python.org/issue38770 opened by Saim Raza
#38776: rlock_count<0
https://bugs.python.org/issue38776 opened by toywei
#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778 opened by pconnell
#38780: SysLogHandler crash atexit
https://bugs.python.org/issue38780 opened by jaraco
#38782: Convert importlib.abc to use typing.Protocol
https://bugs.python.org/issue38782 opened by brett.cannon
#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783 opened by johnliao
#38784: ip_network does not clear/update the broadcast_address cache w
https://bugs.python.org/issue38784 opened by 992jo
#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787 opened by Dormouse759
#38788: Inconsistent documentation of tell/seek on textiobase/textiowr
https://bugs.python.org/issue38788 opened by qha
#38789: difflib lacks a way to check if results are empty
https://bugs.python.org/issue38789 opened by simon_
#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790 opened by steve.dower
#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792 opened by ZackerySpytz
#38793: pathlib.Path.resolve(strict=False) strips final path component
https://bugs.python.org/issue38793 opened by lutecki
#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794 opened by Lukas.Vacek
#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795 opened by vstinner
#38796: test_multiprocessing_forkserver: test_mymanager_context() fail
https://bugs.python.org/issue38796 opened by vstinner
#38797: x86-64 High Sierra 3.x buildbot worker fails to build Python:
https://bugs.python.org/issue38797 opened by vstinner
#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798 opened by vstinner
#38799: race condition in multiprocessing.Pool with maxtasksperchild=1
https://bugs.python.org/issue38799 opened by [email protected]
#38802: Clearer wording of os.WNOHANG documentation to avoid misinterp
https://bugs.python.org/issue38802 opened by bbmmy
#38803: test_wait3 and test_wait4 leaked references on x86 Gentoo Refl
https://bugs.python.org/issue38803 opened by vstinner
#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804 opened by bc
#38805: locale.getlocale() returns a non RFC1766 language code
https://bugs.python.org/issue38805 opened by markgrandi
#38806: "pdb.Pdb(skip=â¦).set_trace()" should always stop on calling
https://bugs.python.org/issue38806 opened by blueyed
#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807 opened by tomasfarias
#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809 opened by taleinat
#38810: SSL connect() raises SSLError "[SSL] EC lib (_ssl.c:728)"
https://bugs.python.org/issue38810 opened by andymaier
#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811 opened by tohojo
#38812: Comparing datetime.time objects incorrect for TZ aware and una
https://bugs.python.org/issue38812 opened by epicadv
#38813: math.modf() change integer returned part as integer instead of
https://bugs.python.org/issue38813 opened by aikimark1955
#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814 opened by karolyi
#38815: test_ssl: test_min_max_version() fails on AMD64 FreeBSD Shared
https://bugs.python.org/issue38815 opened by vstinner
Most recent 15 issues with no replies (15)
==========================================
#38814: Python3.7.5 crashes on OSX with my django project
https://bugs.python.org/issue38814
#38812: Comparing datetime.time objects incorrect for TZ aware and una
https://bugs.python.org/issue38812
#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809
#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807
#38806: "pdb.Pdb(skip=â¦).set_trace()" should always stop on calling
https://bugs.python.org/issue38806
#38805: locale.getlocale() returns a non RFC1766 language code
https://bugs.python.org/issue38805
#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804
#38799: race condition in multiprocessing.Pool with maxtasksperchild=1
https://bugs.python.org/issue38799
#38798: test_asyncio.test_sendfile.test_sendfile_ssl_pre_and_post_data
https://bugs.python.org/issue38798
#38795: test_asyncio.test_subprocess.test_terminate() timed out on AMD
https://bugs.python.org/issue38795
#38790: test_fcntl failing on macOS CI
https://bugs.python.org/issue38790
#38788: Inconsistent documentation of tell/seek on textiobase/textiowr
https://bugs.python.org/issue38788
#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787
#38783: the window size is bigger than the specific size when create a
https://bugs.python.org/issue38783
#38782: Convert importlib.abc to use typing.Protocol
https://bugs.python.org/issue38782
Most recent 15 issues waiting for review (15)
=============================================
#38811: Pathlib crashes when os module is missing 'link' method
https://bugs.python.org/issue38811
#38809: On Windows, build scripts should prefer using python.exe from
https://bugs.python.org/issue38809
#38807: Better exception message in os.path.join
https://bugs.python.org/issue38807
#38806: "pdb.Pdb(skip=â¦).set_trace()" should always stop on calling
https://bugs.python.org/issue38806
#38804: Regular Expression Denial of Service in http.cookiejar
https://bugs.python.org/issue38804
#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794
#38792: IDLE calltips may not properly close on KeyboardInterrupt
https://bugs.python.org/issue38792
#38787: PEP 573: Module State Access from C Extension Methods
https://bugs.python.org/issue38787
#38778: Document that os.fork is not allowed in subinterpreters
https://bugs.python.org/issue38778
#38753: AsyncMock not cited as new in 3.8
https://bugs.python.org/issue38753
#38743: configure: on macOS (darwin) add CoreFoundation to flags befor
https://bugs.python.org/issue38743
#38741: Definition of multiple ']' in header configparser
https://bugs.python.org/issue38741
#38731: bad input crashes py_compile library
https://bugs.python.org/issue38731
#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724
#38712: add signal.pidfd_send_signal
https://bugs.python.org/issue38712
Top 10 most discussed issues (10)
=================================
#22367: Add open_file_descriptor parameter to fcntl.lockf() (use the n
https://bugs.python.org/issue22367 9 msgs
#38780: SysLogHandler crash atexit
https://bugs.python.org/issue38780 8 msgs
#38591: Deprecate Process Child Watchers
https://bugs.python.org/issue38591 7 msgs
#38794: Setup: support linking openssl statically
https://bugs.python.org/issue38794 7 msgs
#4630: IDLE: add cursor noblink option
https://bugs.python.org/issue4630 5 msgs
#38724: Implement subprocess.Popen.__repr__
https://bugs.python.org/issue38724 5 msgs
#36128: ResourceReader for FileLoader inconsistently handles path sepa
https://bugs.python.org/issue36128 4 msgs
#36852: Python3.7.2 fails to cross-compile (yocto / openembedded) when
https://bugs.python.org/issue36852 4 msgs
#38500: Provide a way to get/set PyInterpreterState.frame_eval without
https://bugs.python.org/issue38500 4 msgs
#38673: REPL shows continuation prompt (...) when comment or space ent
https://bugs.python.org/issue38673 4 msgs
Issues closed (59)
==================
#9399: Provide a 'print' action for argparse
https://bugs.python.org/issue9399 closed by rhettinger
#11354: argparse: nargs could accept range of options count
https://bugs.python.org/issue11354 closed by rhettinger
#26353: IDLE: Saving Shell should not add \n
https://bugs.python.org/issue26353 closed by terry.reedy
#27805: io.open('/dev/stdout', 'a') raises OSError with errno=ESPIPE
https://bugs.python.org/issue27805 closed by benjamin.peterson
#35192: pathlib mkdir throws FileExistsError when not supposed to
https://bugs.python.org/issue35192 closed by xtreak
#35666: Update design FAQ about assignment expression
https://bugs.python.org/issue35666 closed by xtreak
#35856: bundled pip syntaxwarning
https://bugs.python.org/issue35856 closed by inada.naoki
#36092: unittest.mock's patch.object and patch.dict are not supported
https://bugs.python.org/issue36092 closed by xtreak
#36130: Pdb(skip=[...]) + module without __name__ => TypeError
https://bugs.python.org/issue36130 closed by benjamin.peterson
#37436: os.path.isfile() with big number cause OverflowError: fd is gr
https://bugs.python.org/issue37436 closed by serhiy.storchaka
#37564: ArgumentParser should support bool type according to truth val
https://bugs.python.org/issue37564 closed by rhettinger
#37759: Polish whatsnew for 3.8
https://bugs.python.org/issue37759 closed by rhettinger
#37855: Compiling Python 3.7.4 with Intel compilers 2019
https://bugs.python.org/issue37855 closed by vstinner
#38351: Modernize email example from %-formatting to f-string
https://bugs.python.org/issue38351 closed by taleinat
#38385: statistics: incorrect documentation
https://bugs.python.org/issue38385 closed by rhettinger
#38421: email.utils.parsetime_tz does not return "None" as the tz offs
https://bugs.python.org/issue38421 closed by petr.viktorin
#38438: argparse "usage" overly-complex with nargs="*"
https://bugs.python.org/issue38438 closed by rhettinger
#38517: functools.cached_property should support partial functions and
https://bugs.python.org/issue38517 closed by taleinat
#38565: Expose the value passed of typed passed to functools.lru_cache
https://bugs.python.org/issue38565 closed by rhettinger
#38609: Trashcan mechanism segfault during interpreter finalization in
https://bugs.python.org/issue38609 closed by ronaldoussoren
#38635: Simplify decoding the ZIP64 extra field and make it tolerant t
https://bugs.python.org/issue38635 closed by serhiy.storchaka
#38677: Arraymodule initialization error handling improvements
https://bugs.python.org/issue38677 closed by serhiy.storchaka
#38679: Scipy and Scikit learn library installation issues
https://bugs.python.org/issue38679 closed by terry.reedy
#38692: add a pidfd child process watcher
https://bugs.python.org/issue38692 closed by benjamin.peterson
#38723: Pdb._runscript should use io.open_code() instead of open()
https://bugs.python.org/issue38723 closed by steve.dower
#38734: Python 3.7 and 3.8 in Windows Store do not start under git bas
https://bugs.python.org/issue38734 closed by steve.dower
#38736: argparse: wrong type from get_default when type is set
https://bugs.python.org/issue38736 closed by paul.j3
#38738: Fix formatting of True and False
https://bugs.python.org/issue38738 closed by serhiy.storchaka
#38740: Line count mismatch between open() vs sys.stdin api calls
https://bugs.python.org/issue38740 closed by thammegowda
#38742: ElementTree won't parse comments before root element
https://bugs.python.org/issue38742 closed by scoder
#38747: Slowly introduce a subset of Jupyter console (IPython) feature
https://bugs.python.org/issue38747 closed by terry.reedy
#38749: sqlite3 driver fails on four byte unicode strings coming from
https://bugs.python.org/issue38749 closed by serhiy.storchaka
#38751: Document maximum JSON depth or remove it.
https://bugs.python.org/issue38751 closed by rhettinger
#38752: __init__ taking out of context variables
https://bugs.python.org/issue38752 closed by eric.smith
#38754: Python3.7 site-packages
https://bugs.python.org/issue38754 closed by ned.deily
#38756: Add generic versions of weakref types to typing module
https://bugs.python.org/issue38756 closed by levkivskyi
#38757: mocking an exception, arguments do not seem to be passed to th
https://bugs.python.org/issue38757 closed by cjw296
#38758: @dataclass defaults
https://bugs.python.org/issue38758 closed by gvanrossum
#38759: Python 2.7.9 x64 for Windows version is 2.7.13
https://bugs.python.org/issue38759 closed by steve.dower
#38761: weakref.WeakSet not instanceof collections.abc.Set
https://bugs.python.org/issue38761 closed by rhettinger
#38763: mock with side effect : assert_called_once returns None while
https://bugs.python.org/issue38763 closed by cjw296
#38764: Deterministic globbing.
https://bugs.python.org/issue38764 closed by gvanrossum
#38766: AttributeError: 'xml.etree.ElementTree.ParseError' has no attr
https://bugs.python.org/issue38766 closed by mlj
#38767: Replace Mersenne Twister RNG with a PCG family algorithm
https://bugs.python.org/issue38767 closed by rhettinger
#38769: generators are currently hashable
https://bugs.python.org/issue38769 closed by steven.daprano
#38771: Bug in example of collections.ChainMap
https://bugs.python.org/issue38771 closed by rhettinger
#38772: shutil.copytree fail to copy some bytes
https://bugs.python.org/issue38772 closed by benjamin.peterson
#38773: Fatal Python error: Aborted
https://bugs.python.org/issue38773 closed by brett.cannon
#38774: Statements in try block still executes after raised error
https://bugs.python.org/issue38774 closed by Torbjørn Wikestad
#38775: Cloudpickle.py file is crashing due to data type incompatibili
https://bugs.python.org/issue38775 closed by xtreak
#38777: plist handling of real data type
https://bugs.python.org/issue38777 closed by David Nicolson
#38779: Simple typo in strings module documentation
https://bugs.python.org/issue38779 closed by zach.ware
#38781: Clear buffer in MemoryHandler flush
https://bugs.python.org/issue38781 closed by penlect
#38785: Segmentation fault in asyncio
https://bugs.python.org/issue38785 closed by asvetlov
#38786: Add parsing of https links to pydoc
https://bugs.python.org/issue38786 closed by taleinat
#38791: readline history file is hard-coded
https://bugs.python.org/issue38791 closed by jconder
#38800: Resume position for UTF-8 codec error handler not working
https://bugs.python.org/issue38800 closed by serhiy.storchaka
#38801: Scientific notation doesn't work with itertools.islice
https://bugs.python.org/issue38801 closed by rhettinger
#38808: weird bug while using a for loop and array
https://bugs.python.org/issue38808 closed by mark.dickinson_______________________________________________
Python-Dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at
https://mail.python.org/archives/list/[email protected]/message/J2APZHKJJBAQZM5D67JAUGY2YM4T6PUG/
Code of Conduct: http://python.org/psf/codeofconduct/