ACTIVITY SUMMARY (2019-04-19 - 2019-04-26)
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    7083 (+25)
  closed 41402 (+39)
  total  48485 (+64)

Open issues with patches: 2821 


Issues opened (46)
==================

#11871: test_default_timeout() of test_threading.BarrierTests failure:
https://bugs.python.org/issue11871  reopened by vstinner

#36672: A compiler warning in winreg.SetValue()
https://bugs.python.org/issue36672  opened by ZackerySpytz

#36673: Comment/PI parsing support for ElementTree
https://bugs.python.org/issue36673  opened by scoder

#36674: "unittest.TestCase.debug" should honour "skip" (and other test
https://bugs.python.org/issue36674  opened by dmaurer

#36675: Doctest directives and comments not visible or missing from co
https://bugs.python.org/issue36675  opened by steven.daprano

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676  opened by scoder

#36678: duplicate method definitions in Lib/test/test_dataclasses.py
https://bugs.python.org/issue36678  opened by xdegaye

#36679: duplicate method definition in Lib/test/test_genericclass.py
https://bugs.python.org/issue36679  opened by xdegaye

#36680: duplicate method definition in  Lib/test/test_importlib/test_u
https://bugs.python.org/issue36680  opened by xdegaye

#36681: duplicate method definition in  Lib/test/test_logging.py
https://bugs.python.org/issue36681  opened by xdegaye

#36683: duplicate method definition in Lib/test/test_utf8_mode.py
https://bugs.python.org/issue36683  opened by xdegaye

#36684: codecov.io code coverage has not updated since 2019-04-13
https://bugs.python.org/issue36684  opened by gphemsley

#36685: C implementation of xml.etree.ElementTree does not make a copy
https://bugs.python.org/issue36685  opened by gphemsley

#36686: Docs: asyncio.loop.subprocess_exec documentation is confusing,
https://bugs.python.org/issue36686  opened by sbstp

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688  opened by xtreak

#36689: docs: os.path.commonpath raises ValueError for different drive
https://bugs.python.org/issue36689  opened by lazka

#36691: SystemExit & sys.exit : Allow both exit status and message
https://bugs.python.org/issue36691  opened by takluyver

#36692: Unexpected stderr output from test_sys_settrace
https://bugs.python.org/issue36692  opened by ncoghlan

#36694: Excessive memory use or memory fragmentation when unpickling m
https://bugs.python.org/issue36694  opened by Ellenbogen

#36697: inspect.getclosurevars returns wrong globals dict
https://bugs.python.org/issue36697  opened by Noitul

#36698: Shell restart when error message contains non-BMP characters
https://bugs.python.org/issue36698  opened by TheMathsGod

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699  opened by Andreas K. Hüttel

#36700: base64 has old references that should be updated
https://bugs.python.org/issue36700  opened by paulehoffman

#36702: test_dtrace failed
https://bugs.python.org/issue36702  opened by sayno996

#36703: [Easy][Windows] test_subprocess: test_close_fds_with_stdio() h
https://bugs.python.org/issue36703  opened by vstinner

#36704: logging.FileHandler currently hardcodes errors='strict'
https://bugs.python.org/issue36704  opened by sourcejedi

#36706: Python script on startup stucks at import
https://bugs.python.org/issue36706  opened by serge g

#36709: Asyncio SSL keep-alive connections raise errors after loop clo
https://bugs.python.org/issue36709  opened by tomchristie

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710  opened by vstinner

#36711: duplicate method definition in Lib/email/feedparser.py
https://bugs.python.org/issue36711  opened by xdegaye

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712  opened by xdegaye

#36713: uplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713  opened by xdegaye

#36714: Tweak doctest 'example' regex to allow a leading ellipsis in '
https://bugs.python.org/issue36714  opened by bskinn

#36715: Dictionary initialization
https://bugs.python.org/issue36715  opened by Aditya Sane

#36716: Embedded Python fails to import module files with version_plat
https://bugs.python.org/issue36716  opened by ecosatto

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717  opened by Joel Croteau2

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719  opened by vstinner

#36721: Add pkg-config python-3.8-embed
https://bugs.python.org/issue36721  opened by vstinner

#36723: Unittest Discovery for namespace subpackages dot notation fail
https://bugs.python.org/issue36723  opened by mrwaffles

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724  opened by vstinner

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725  opened by kayhayen

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728  opened by vstinner

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729  opened by eamanu

#36730: Change outdated references to macOS
https://bugs.python.org/issue36730  opened by Sebastian Bassi

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732  opened by vstinner

#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35
https://bugs.python.org/issue36734  opened by michael-o



Most recent 15 issues with no replies (15)
==========================================

#36732: test_asyncio: test_huge_content_recvinto() fails randomly
https://bugs.python.org/issue36732

#36730: Change outdated references to macOS
https://bugs.python.org/issue36730

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729

#36728: Remove PyEval_ReInitThreads() from the public C API
https://bugs.python.org/issue36728

#36723: Unittest Discovery for namespace subpackages dot notation fail
https://bugs.python.org/issue36723

#36721: Add pkg-config python-3.8-embed
https://bugs.python.org/issue36721

#36717: Allow retrieval of return value from the target of a threading
https://bugs.python.org/issue36717

#36713: uplicate method definition in Lib/ctypes/test/test_unicode.py
https://bugs.python.org/issue36713

#36712: duplicate method definition in Lib/email/test/test_email_renam
https://bugs.python.org/issue36712

#36703: [Easy][Windows] test_subprocess: test_close_fds_with_stdio() h
https://bugs.python.org/issue36703

#36702: test_dtrace failed
https://bugs.python.org/issue36702

#36699: building for riscv multilib (patch attached)
https://bugs.python.org/issue36699

#36692: Unexpected stderr output from test_sys_settrace
https://bugs.python.org/issue36692

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676

#36675: Doctest directives and comments not visible or missing from co
https://bugs.python.org/issue36675



Most recent 15 issues waiting for review (15)
=============================================

#36734: Modules/faulthandler.c does not compile on HP-UX due to bpo-35
https://bugs.python.org/issue36734

#36729: Delete unused text variable on tests
https://bugs.python.org/issue36729

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725

#36724: Clear _PyRuntime at exit
https://bugs.python.org/issue36724

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719

#36715: Dictionary initialization
https://bugs.python.org/issue36715

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710

#36688: _dummy_thread lacks an RLock implementaiton
https://bugs.python.org/issue36688

#36685: C implementation of xml.etree.ElementTree does not make a copy
https://bugs.python.org/issue36685

#36683: duplicate method definition in Lib/test/test_utf8_mode.py
https://bugs.python.org/issue36683

#36681: duplicate method definition in  Lib/test/test_logging.py
https://bugs.python.org/issue36681

#36680: duplicate method definition in  Lib/test/test_importlib/test_u
https://bugs.python.org/issue36680

#36679: duplicate method definition in Lib/test/test_genericclass.py
https://bugs.python.org/issue36679

#36678: duplicate method definitions in Lib/test/test_dataclasses.py
https://bugs.python.org/issue36678

#36676: Make ET.XMLParser target aware of namespace prefixes
https://bugs.python.org/issue36676



Top 10 most discussed issues (10)
=================================

#36710: Pass _PyRuntimeState as an argument rather than using the _PyR
https://bugs.python.org/issue36710  12 msgs

#36725: Reference leak regression with Python3.8a3
https://bugs.python.org/issue36725   8 msgs

#35224: PEP 572: Assignment Expressions
https://bugs.python.org/issue35224   6 msgs

#36670: test suite broken due to cpu usage feature on win 10/ german
https://bugs.python.org/issue36670   6 msgs

#16079: list duplicate test names with patchcheck
https://bugs.python.org/issue16079   5 msgs

#35824: http.cookies._CookiePattern modifying regular expressions
https://bugs.python.org/issue35824   5 msgs

#36661: Missing dataclass decorator import in dataclasses module docs
https://bugs.python.org/issue36661   5 msgs

#36719: regrtest --findleaks should fail if an uncollectable object is
https://bugs.python.org/issue36719   5 msgs

#32424: Synchronize copy methods between Python and C implementations 
https://bugs.python.org/issue32424   4 msgs

#36624: cleanup the stdlib and tests with regard to sys.platform usage
https://bugs.python.org/issue36624   4 msgs



Issues closed (40)
==================

#9194: winreg:fixupMultiSZ should check that P < Q in the inner loop
https://bugs.python.org/issue9194  closed by steve.dower

#17349: wsgiref.simple_server.demo_app is not PEP-3333 compatible
https://bugs.python.org/issue17349  closed by berker.peksag

#18372: _Pickler_New() doesn't call PyObject_GC_Track(self)
https://bugs.python.org/issue18372  closed by inada.naoki

#21536: extension built with a shared python cannot be loaded with a s
https://bugs.python.org/issue21536  closed by vstinner

#23078: unittest.mock patch autospec doesn't work on staticmethods
https://bugs.python.org/issue23078  closed by berker.peksag

#24011: Add error checks to PyInit_signal()
https://bugs.python.org/issue24011  closed by berker.peksag

#28552: Distutils fail if sys.executable is None
https://bugs.python.org/issue28552  closed by vstinner

#30840: Contrary to documentation, relative imports cannot pass throug
https://bugs.python.org/issue30840  closed by ncoghlan

#35149: pip3 show causing Error for  ConfigParaser
https://bugs.python.org/issue35149  closed by eryksun

#36454: test_time: test_monotonic() failed on AMD64 FreeBSD 10-STABLE 
https://bugs.python.org/issue36454  closed by vstinner

#36465: Make release and debug ABI compatible
https://bugs.python.org/issue36465  closed by vstinner

#36469: Stuck during interpreter exit, attempting to take the GIL
https://bugs.python.org/issue36469  closed by mocramis

#36523: Add docstring to io.IOBase.writelines
https://bugs.python.org/issue36523  closed by inada.naoki

#36546: Add quantiles() to the statistics module
https://bugs.python.org/issue36546  closed by rhettinger

#36635: Add _testinternalcapi module
https://bugs.python.org/issue36635  closed by vstinner

#36645: re.sub() library entry does not adequately document surprising
https://bugs.python.org/issue36645  closed by berker.peksag

#36650: Cached method implementation no longer works on Python 3.7.3
https://bugs.python.org/issue36650  closed by rhettinger

#36658: Py_Initialze() throws error 'unable to load the file system en
https://bugs.python.org/issue36658  closed by steve.dower

#36659: distutils UnixCCompiler: Remove standard library path from rpa
https://bugs.python.org/issue36659  closed by vstinner

#36668: semaphore_tracker is not reused by child processes
https://bugs.python.org/issue36668  closed by pitrou

#36669: weakref proxy doesn't support the matrix multiplication operat
https://bugs.python.org/issue36669  closed by SilentGhost

#36671: str.lower() looses character information when working with UTF
https://bugs.python.org/issue36671  closed by SilentGhost

#36677: support visual studio multiprocess compile
https://bugs.python.org/issue36677  closed by Manjusaka

#36682: duplicate method definitions in Lib/test/test_sys_setprofile.p
https://bugs.python.org/issue36682  closed by steve.dower

#36687: subprocess encoding
https://bugs.python.org/issue36687  closed by sbstp

#36690: A typing error in demo rpython.py
https://bugs.python.org/issue36690  closed by berker.peksag

#36693: Reversing large ranges results in a minor type inconsistency
https://bugs.python.org/issue36693  closed by rhettinger

#36695: Change (regression?) in v3.8.0a3 doctest output after capturin
https://bugs.python.org/issue36695  closed by bskinn

#36696: possible multiple regressions on AIX
https://bugs.python.org/issue36696  closed by vstinner

#36701: module 'urllib' has no attribute 'request'
https://bugs.python.org/issue36701  closed by brett.cannon

#36705: Unexpected Behaviour of pprint.pprint
https://bugs.python.org/issue36705  closed by fdrake

#36707: The "m" ABI flag of SOABI for pymalloc is no longer needed
https://bugs.python.org/issue36707  closed by vstinner

#36708: can not execute the python + version, to launch python under w
https://bugs.python.org/issue36708  closed by brett.cannon

#36718: Python 2.7 compilation fails on AMD64 Ubuntu Shared 2.7 buildb
https://bugs.python.org/issue36718  closed by vstinner

#36720: Correct Should to Must in Definition of object.__len__
https://bugs.python.org/issue36720  closed by brett.cannon

#36722: In debug build, load also C extensions compiled in release mod
https://bugs.python.org/issue36722  closed by vstinner

#36726: Empty select() on windows gives error.
https://bugs.python.org/issue36726  closed by martin.panter

#36727: python 3.6+ docs use ul tags instead of ol tags
https://bugs.python.org/issue36727  closed by eric.smith

#36731: Add example to priority queue
https://bugs.python.org/issue36731  closed by rhettinger

#36733: make regen-all doesn't work in subfolder: No module named Pars
https://bugs.python.org/issue36733  closed by vstinner
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to