[Python-Dev] Summary of Python tracker Issues

Python tracker status at bugs.python.org
Fri Jul 21 12:09:12 EDT 2017


ACTIVITY SUMMARY (2017-07-14 - 2017-07-21)
Python tracker at http://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    6058 (+16)
  closed 36679 (+38)
  total  42737 (+54)

Open issues with patches: 2343 


Issues opened (37)
==================

#19896: Exposing "q" and "Q" to multiprocessing.sharedctypes
http://bugs.python.org/issue19896  reopened by haypo

#30450: Pull Windows dependencies from GitHub rather than svn.python.o
http://bugs.python.org/issue30450  reopened by steve.dower

#30931: Race condition in asyncore may access the wrong dispatcher
http://bugs.python.org/issue30931  opened by walkhour

#30934: Document how to run coverage for repository idlelib files.
http://bugs.python.org/issue30934  opened by terry.reedy

#30935: document the new behavior of get_event_loop() in Python 3.6
http://bugs.python.org/issue30935  opened by chris.jerdonek

#30937: csv module examples miss newline='' when opening files
http://bugs.python.org/issue30937  opened by Pavel

#30938: pdb lacks debugger command to list and show all user-defined v
http://bugs.python.org/issue30938  opened by David Rieger

#30939: Sphinx 1.6.3 deprecation warning for sphinx.util.compat.Direct
http://bugs.python.org/issue30939  opened by ned.deily

#30940: Documentation for round() is incorrect.
http://bugs.python.org/issue30940  opened by George K

#30944: Python 32 bit install fails on Windows - BitDefender false pos
http://bugs.python.org/issue30944  opened by Arie van Wingerden

#30945: loop.create_server does not detect if the interface is IPv6 en
http://bugs.python.org/issue30945  opened by cecton

#30947: Update embeded copy of libexpat to 2.2.2
http://bugs.python.org/issue30947  opened by haypo

#30949: Provide assertion functions in unittest.mock
http://bugs.python.org/issue30949  opened by odd_bloke

#30950: Convert round() to Arument Clinic
http://bugs.python.org/issue30950  opened by serhiy.storchaka

#30951: Documentation error in inspect module
http://bugs.python.org/issue30951  opened by jalexvig

#30952: include Math extension in SQlite
http://bugs.python.org/issue30952  opened by Big Stone

#30953: Fatal python error when jumping into except clause
http://bugs.python.org/issue30953  opened by ppperry

#30956: ftplib behaves oddly if socket timeout is greater than the def
http://bugs.python.org/issue30956  opened by arloclarke

#30959: Constructor signature is duplicated in the help of namedtuples
http://bugs.python.org/issue30959  opened by serhiy.storchaka

#30962: Add caching to logging.Logger.isEnabledFor()
http://bugs.python.org/issue30962  opened by aviso

#30963: xxlimited.c XxoObject_Check should be XxoObject_CheckExact
http://bugs.python.org/issue30963  opened by Jim.Jewett

#30964: Mention ensurepip in package installation docs
http://bugs.python.org/issue30964  opened by ncoghlan

#30966: multiprocessing.queues.SimpleQueue leaks 2 fds
http://bugs.python.org/issue30966  opened by arigo

#30967: Crash in PyThread_ReInitTLS() in the child process after os.fo
http://bugs.python.org/issue30967  opened by Thomas Mortensson

#30969: Docs should say that `x is z or x == z` is used for `x in y` i
http://bugs.python.org/issue30969  opened by ztane

#30971: Improve code readability of json.tool
http://bugs.python.org/issue30971  opened by dhimmel

#30972: Event loop incorrectly inherited in child processes.
http://bugs.python.org/issue30972  opened by Elvis.Pranskevichus

#30974: Update os.samefile docstring to match documentation
http://bugs.python.org/issue30974  opened by eMPee584

#30975: multiprocessing.Condition.notify_all() blocks indefinitely if 
http://bugs.python.org/issue30975  opened by mickp

#30977: reduce uuid.UUID() memory footprint
http://bugs.python.org/issue30977  opened by wbolster

#30978: str.format_map() silences exceptions in __getitem__
http://bugs.python.org/issue30978  opened by Akuli

#30979: the winapi fails to run shortcuts (because considers a shortcu
http://bugs.python.org/issue30979  opened by Bernát Gábor

#30980: Calling asyncore.file_wrapper.close twice may close unrelated 
http://bugs.python.org/issue30980  opened by Nir Soffer

#30981: IDLE: Add config dialog font page tests
http://bugs.python.org/issue30981  opened by terry.reedy

#30982: AMD64 Windows8.1 Refleaks 3.x: compilation error, cannot open 
http://bugs.python.org/issue30982  opened by haypo

#30983: eval frame rename in pep 0523 broke gdb's python extension
http://bugs.python.org/issue30983  opened by bcap

#30984: traceback.print_exc return value documentation
http://bugs.python.org/issue30984  opened by Jelle Zijlstra



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

#30984: traceback.print_exc return value documentation
http://bugs.python.org/issue30984

#30983: eval frame rename in pep 0523 broke gdb's python extension
http://bugs.python.org/issue30983

#30980: Calling asyncore.file_wrapper.close twice may close unrelated 
http://bugs.python.org/issue30980

#30972: Event loop incorrectly inherited in child processes.
http://bugs.python.org/issue30972

#30963: xxlimited.c XxoObject_Check should be XxoObject_CheckExact
http://bugs.python.org/issue30963

#30952: include Math extension in SQlite
http://bugs.python.org/issue30952

#30950: Convert round() to Arument Clinic
http://bugs.python.org/issue30950

#30938: pdb lacks debugger command to list and show all user-defined v
http://bugs.python.org/issue30938

#30937: csv module examples miss newline='' when opening files
http://bugs.python.org/issue30937

#30935: document the new behavior of get_event_loop() in Python 3.6
http://bugs.python.org/issue30935

#30926: KeyError with cgitb inspecting exception in generator expressi
http://bugs.python.org/issue30926

#30925: RPM build lacks ability to include other files similar to doc_
http://bugs.python.org/issue30925

#30924: RPM build doc_files needs files separated into separate lines
http://bugs.python.org/issue30924

#30915: distutils sometimes assumes wrong C compiler
http://bugs.python.org/issue30915

#30912: python 3 git master fails to find libffi and build _ctypes on 
http://bugs.python.org/issue30912



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

#30978: str.format_map() silences exceptions in __getitem__
http://bugs.python.org/issue30978

#30971: Improve code readability of json.tool
http://bugs.python.org/issue30971

#30950: Convert round() to Arument Clinic
http://bugs.python.org/issue30950

#30945: loop.create_server does not detect if the interface is IPv6 en
http://bugs.python.org/issue30945

#30939: Sphinx 1.6.3 deprecation warning for sphinx.util.compat.Direct
http://bugs.python.org/issue30939

#30937: csv module examples miss newline='' when opening files
http://bugs.python.org/issue30937

#30919: Shared Array Memory Allocation Regression
http://bugs.python.org/issue30919

#30891: importlib: _find_and_load() race condition on sys.modules[name
http://bugs.python.org/issue30891

#30877: possibe typo in json/scanner.py
http://bugs.python.org/issue30877

#30876: SystemError on importing module from unloaded package
http://bugs.python.org/issue30876

#30872: Update curses docs to Python 3
http://bugs.python.org/issue30872

#30867: Add necessary macro that insure `HAVE_OPENSSL_VERIFY_PARAM` to
http://bugs.python.org/issue30867

#30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(
http://bugs.python.org/issue30863

#30860: Consolidate stateful C globals under a single struct.
http://bugs.python.org/issue30860

#30828: Out of bounds write in _asyncio_Future_remove_done_callback
http://bugs.python.org/issue30828



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

#28638: Optimize namedtuple creation
http://bugs.python.org/issue28638  33 msgs

#30450: Pull Windows dependencies from GitHub rather than svn.python.o
http://bugs.python.org/issue30450  29 msgs

#30940: Documentation for round() is incorrect.
http://bugs.python.org/issue30940  11 msgs

#30822: Python implementation of datetime module is not being tested c
http://bugs.python.org/issue30822  10 msgs

#18558: Iterable glossary entry needs clarification
http://bugs.python.org/issue18558   9 msgs

#30919: Shared Array Memory Allocation Regression
http://bugs.python.org/issue30919   9 msgs

#30934: Document how to run coverage for repository idlelib files.
http://bugs.python.org/issue30934   9 msgs

#19896: Exposing "q" and "Q" to multiprocessing.sharedctypes
http://bugs.python.org/issue19896   8 msgs

#25988: collections.abc.Indexable
http://bugs.python.org/issue25988   8 msgs

#30981: IDLE: Add config dialog font page tests
http://bugs.python.org/issue30981   7 msgs



Issues closed (37)
==================

#11230: "Full unicode import system" not in 3.2
http://bugs.python.org/issue11230  closed by serhiy.storchaka

#23267: multiprocessing pool.py doesn't close inqueue and outqueue pip
http://bugs.python.org/issue23267  closed by pitrou

#26781: os.walk max_depth
http://bugs.python.org/issue26781  closed by rhettinger

#28523: Idlelib.configdialog: use 'color' insteadof 'colour'
http://bugs.python.org/issue28523  closed by terry.reedy

#30466: Tutorial doesn't explain the use of classes
http://bugs.python.org/issue30466  closed by Mariatta

#30490: Allow pass an exception to the Event.set method
http://bugs.python.org/issue30490  closed by pfreixes

#30585: [security][3.3] Backport smtplib fix for TLS stripping vulnera
http://bugs.python.org/issue30585  closed by ned.deily

#30694: Update embedded copy of expat to 2.2.1
http://bugs.python.org/issue30694  closed by ned.deily

#30730: [security] Injecting environment variable in subprocess on Win
http://bugs.python.org/issue30730  closed by serhiy.storchaka

#30794: Add multiprocessing.Process.kill()
http://bugs.python.org/issue30794  closed by pitrou

#30797: ./pyconfig.h:1438:0: warning: "_GNU_SOURCE" redefined [enabled
http://bugs.python.org/issue30797  closed by ned.deily

#30808: Use _Py_atomic API for concurrency-sensitive signal state
http://bugs.python.org/issue30808  closed by pitrou

#30836: test_c_locale_coercion fails on AIX
http://bugs.python.org/issue30836  closed by ncoghlan

#30870: IDLE: configdialog/fonts: change font when select by key up/do
http://bugs.python.org/issue30870  closed by terry.reedy

#30883: test_urllib2net failed on s390x Debian 3.6: ftp.debian.org err
http://bugs.python.org/issue30883  closed by berker.peksag

#30917: IDLE: Add idlelib.config.IdleConf unittest
http://bugs.python.org/issue30917  closed by terry.reedy

#30920: Sequence Matcher from diff lib is not implementing longest com
http://bugs.python.org/issue30920  closed by terry.reedy

#30929: AttributeErrors after import in multithreaded environment
http://bugs.python.org/issue30929  closed by larry

#30932: Identity comparison ("is") fails for floats in Python3 but wor
http://bugs.python.org/issue30932  closed by steven.daprano

#30933: Python not IEEE 754 float compliant for various zero operation
http://bugs.python.org/issue30933  closed by r.david.murray

#30936: json module ref leaks detected by test_json
http://bugs.python.org/issue30936  closed by serhiy.storchaka

#30941: Missing line in example program
http://bugs.python.org/issue30941  closed by r.david.murray

#30942: Implement lwalk(levelwalk) function on os.py
http://bugs.python.org/issue30942  closed by r.david.murray

#30943: printf-style Bytes Formatting sometimes do not worked.
http://bugs.python.org/issue30943  closed by r.david.murray

#30946: readline module has obsolete code
http://bugs.python.org/issue30946  closed by pitrou

#30948: Docs for __subclasses__(): Add hint that Python imports are la
http://bugs.python.org/issue30948  closed by r.david.murray

#30954: backport unittest.TestCase.assertLogs to 2.7?
http://bugs.python.org/issue30954  closed by r.david.murray

#30955: \\N in f-string causes next { to be literal if not escaped
http://bugs.python.org/issue30955  closed by ned.deily

#30957: pathlib: Path and PurePath cannot be subclassed
http://bugs.python.org/issue30957  closed by serhiy.storchaka

#30958: Scripts folder is empty
http://bugs.python.org/issue30958  closed by ned.deily

#30960: Python script is failing to run
http://bugs.python.org/issue30960  closed by serhiy.storchaka

#30961: Py_Decref a borrowed reference in _tracemalloc
http://bugs.python.org/issue30961  closed by xiang.zhang

#30965: Unexpected behavior of operator "in"
http://bugs.python.org/issue30965  closed by ammar2

#30968: test_get_font (idlelib.idle_test.test_config.IdleConfTest) fai
http://bugs.python.org/issue30968  closed by terry.reedy

#30970: return-value of filecmp.dircmp.report_*
http://bugs.python.org/issue30970  closed by r.david.murray

#30973: Regular expression "hangs" interpreter
http://bugs.python.org/issue30973  closed by r.david.murray

#30976: multiprocessing.Process.is_alive can show True for dead proces
http://bugs.python.org/issue30976  closed by mickp


More information about the Python-Dev mailing list