[Python-Dev] Summary of Python tracker Issues
Python tracker
status at bugs.python.org
Fri Nov 30 12:10:07 EST 2018
ACTIVITY SUMMARY (2018-11-23 - 2018-11-30)
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 6880 (+15)
closed 40234 (+47)
total 47114 (+62)
Open issues with patches: 2736
Issues opened (41)
==================
#33015: Fix function cast warning in thread_pthread.h
https://bugs.python.org/issue33015 reopened by vstinner
#35302: create_connection with local_addr misses valid socket bindings
https://bugs.python.org/issue35302 opened by kyuupichan
#35305: subprocess.Popen(['/sbin/ldconfig', '-p'], stdin=PIPE) itself
https://bugs.python.org/issue35305 opened by Henrik Bengtsson
#35306: OSError [WinError 123] when testing if pathlib.Path('*') (aste
https://bugs.python.org/issue35306 opened by jimbo1qaz_
#35307: Command line help example is missing "--prompt" option
https://bugs.python.org/issue35307 opened by daftwullie
#35310: select which was interrupted by EINTR isn't re-run if the time
https://bugs.python.org/issue35310 opened by Brian Maissy
#35311: exception unpickling error causes `multiprocessing.Pool` to ha
https://bugs.python.org/issue35311 opened by Anthony Sottile
#35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable
https://bugs.python.org/issue35312 opened by Anthony Sottile
#35316: test_eintr fails randomly on macOS
https://bugs.python.org/issue35316 opened by vstinner
#35318: Check accuracy of str() doc string for its encoding argument
https://bugs.python.org/issue35318 opened by rhettinger
#35319: pkgutil.get_data() is a wrapper for a deprecated class
https://bugs.python.org/issue35319 opened by Kevin.Norris
#35321: None _frozen_importlib.__spec__.origin attribute
https://bugs.python.org/issue35321 opened by maggyero
#35324: ssl: FileNotFoundError when do handshake
https://bugs.python.org/issue35324 opened by josephshi at yahoo.com
#35325: imp.find_module() return value documentation discrepancy
https://bugs.python.org/issue35325 opened by StefanBauerTT
#35327: Using skipTest with subTest gives a misleading UI.
https://bugs.python.org/issue35327 opened by p-ganssle
#35328: Set a environment variable for venv prompt
https://bugs.python.org/issue35328 opened by batisteo
#35329: Documentation - capitalization issue
https://bugs.python.org/issue35329 opened by Strijker
#35330: When using mock to wrap an existing object, side_effect requir
https://bugs.python.org/issue35330 opened by noamraph
#35331: Incorrect __module__ attribute for _struct.Struct and perhaps
https://bugs.python.org/issue35331 opened by bup
#35332: shutil.rmtree(..., ignore_errors=True) doesn't ignore errors f
https://bugs.python.org/issue35332 opened by rabraham
#35333: Rename private structs to use names closer to types
https://bugs.python.org/issue35333 opened by vstinner
#35335: msgfmt should be able to merge more than one po file
https://bugs.python.org/issue35335 opened by s-ball
#35337: Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode
https://bugs.python.org/issue35337 opened by vstinner
#35338: set union/intersection/difference could accept zero arguments
https://bugs.python.org/issue35338 opened by carandraug
#35341: Add generic version of OrderedDict to typing module
https://bugs.python.org/issue35341 opened by itoijala
#35342: email "default" policy raises exception iterating over unparse
https://bugs.python.org/issue35342 opened by rptb1
#35344: platform: get macOS version rather than darwin version?
https://bugs.python.org/issue35344 opened by vstinner
#35346: Modernize Lib/platform.py code
https://bugs.python.org/issue35346 opened by vstinner
#35348: Problems with handling the file command output in platform.arc
https://bugs.python.org/issue35348 opened by serhiy.storchaka
#35350: importing "ctypes" immediately causes a segmentation fault
https://bugs.python.org/issue35350 opened by n0s69z
#35351: LTOFLAGS are passed to BASECFLAGS when using LTO
https://bugs.python.org/issue35351 opened by cstratak
#35352: test_asyncio fails on RHEL8
https://bugs.python.org/issue35352 opened by cstratak
#35353: Add frame command to pdb
https://bugs.python.org/issue35353 opened by cnklein
#35354: Generator functions stack overflow
https://bugs.python.org/issue35354 opened by asdwqii
#35357: unittest.mock.call can't represent calls to a method called 'p
https://bugs.python.org/issue35357 opened by cjw296
#35358: avoid '-' in importlib.import_module and builtins.__import__
https://bugs.python.org/issue35358 opened by matrixise
#35359: [2.7][Windows] Define _CRT_SECURE_NO_WARNINGS to build Modules
https://bugs.python.org/issue35359 opened by vstinner
#35360: [Windows] Update SQLite dependency
https://bugs.python.org/issue35360 opened by vstinner
#35361: Update libffi dependency to 3.2.1?
https://bugs.python.org/issue35361 opened by vstinner
#35362: list inheritor with abstract content does not raise
https://bugs.python.org/issue35362 opened by vaslem
#35363: test_eintr: test_open() hangs randomly on x86-64 El Capitan 3.
https://bugs.python.org/issue35363 opened by vstinner
Most recent 15 issues with no replies (15)
==========================================
#35362: list inheritor with abstract content does not raise
https://bugs.python.org/issue35362
#35361: Update libffi dependency to 3.2.1?
https://bugs.python.org/issue35361
#35359: [2.7][Windows] Define _CRT_SECURE_NO_WARNINGS to build Modules
https://bugs.python.org/issue35359
#35357: unittest.mock.call can't represent calls to a method called 'p
https://bugs.python.org/issue35357
#35353: Add frame command to pdb
https://bugs.python.org/issue35353
#35351: LTOFLAGS are passed to BASECFLAGS when using LTO
https://bugs.python.org/issue35351
#35332: shutil.rmtree(..., ignore_errors=True) doesn't ignore errors f
https://bugs.python.org/issue35332
#35331: Incorrect __module__ attribute for _struct.Struct and perhaps
https://bugs.python.org/issue35331
#35329: Documentation - capitalization issue
https://bugs.python.org/issue35329
#35324: ssl: FileNotFoundError when do handshake
https://bugs.python.org/issue35324
#35302: create_connection with local_addr misses valid socket bindings
https://bugs.python.org/issue35302
#35298: Segfault in _PyObject_GenericGetAttrWithDict
https://bugs.python.org/issue35298
#35297: untokenize documentation is not correct
https://bugs.python.org/issue35297
#35295: Please clarify whether PyUnicode_AsUTF8AndSize() or PyUnicode_
https://bugs.python.org/issue35295
#35294: Race condition involving SocketServer.TCPServer
https://bugs.python.org/issue35294
Most recent 15 issues waiting for review (15)
=============================================
#35359: [2.7][Windows] Define _CRT_SECURE_NO_WARNINGS to build Modules
https://bugs.python.org/issue35359
#35352: test_asyncio fails on RHEL8
https://bugs.python.org/issue35352
#35351: LTOFLAGS are passed to BASECFLAGS when using LTO
https://bugs.python.org/issue35351
#35346: Modernize Lib/platform.py code
https://bugs.python.org/issue35346
#35344: platform: get macOS version rather than darwin version?
https://bugs.python.org/issue35344
#35337: Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode
https://bugs.python.org/issue35337
#35328: Set a environment variable for venv prompt
https://bugs.python.org/issue35328
#35316: test_eintr fails randomly on macOS
https://bugs.python.org/issue35316
#35312: lib2to3.pgen2.parse.ParseError is not roundtrip pickleable
https://bugs.python.org/issue35312
#35310: select which was interrupted by EINTR isn't re-run if the time
https://bugs.python.org/issue35310
#35307: Command line help example is missing "--prompt" option
https://bugs.python.org/issue35307
#35284: Incomplete error handling in Python/compile.c:compiler_call()
https://bugs.python.org/issue35284
#35283: "threading._DummyThread" redefines "is_alive" but forgets "isA
https://bugs.python.org/issue35283
#35282: Add a return value to lib2to3.refactor.refactor_file and refac
https://bugs.python.org/issue35282
#35278: [security] directory traversal in tempfile prefix
https://bugs.python.org/issue35278
Top 10 most discussed issues (10)
=================================
#35134: Add a new Include/cpython/ subdirectory for the "CPython API"
https://bugs.python.org/issue35134 11 msgs
#33930: Segfault with deep recursion into object().__dir__
https://bugs.python.org/issue33930 8 msgs
#35338: set union/intersection/difference could accept zero arguments
https://bugs.python.org/issue35338 8 msgs
#35352: test_asyncio fails on RHEL8
https://bugs.python.org/issue35352 8 msgs
#33015: Fix function cast warning in thread_pthread.h
https://bugs.python.org/issue33015 7 msgs
#35316: test_eintr fails randomly on macOS
https://bugs.python.org/issue35316 7 msgs
#35346: Modernize Lib/platform.py code
https://bugs.python.org/issue35346 7 msgs
#35344: platform: get macOS version rather than darwin version?
https://bugs.python.org/issue35344 6 msgs
#35327: Using skipTest with subTest gives a misleading UI.
https://bugs.python.org/issue35327 5 msgs
#35337: Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode
https://bugs.python.org/issue35337 5 msgs
Issues closed (46)
==================
#27903: Avoid ResourceWarnings from platform._dist_try_harder
https://bugs.python.org/issue27903 closed by xtreak
#29877: compileall hangs when accessing urandom even if number of work
https://bugs.python.org/issue29877 closed by inada.naoki
#30167: site.main() does not work on Python 3.6 and superior if PYTHON
https://bugs.python.org/issue30167 closed by inada.naoki
#31241: ast col_offset wrong for list comprehensions, generators and t
https://bugs.python.org/issue31241 closed by serhiy.storchaka
#31628: test_emails failure on FreeBSD
https://bugs.python.org/issue31628 closed by vstinner
#31900: localeconv() should decode numeric fields from LC_NUMERIC enco
https://bugs.python.org/issue31900 closed by vstinner
#32035: Documentation of zipfile.ZipFile().writestr() fails to mention
https://bugs.python.org/issue32035 closed by serhiy.storchaka
#33012: Invalid function cast warnings with gcc 8 for METH_NOARGS
https://bugs.python.org/issue33012 closed by serhiy.storchaka
#33029: Invalid function cast warnings with gcc 8 for getter and sette
https://bugs.python.org/issue33029 closed by serhiy.storchaka
#33954: float.__format__('n') fails with _PyUnicode_CheckConsistency a
https://bugs.python.org/issue33954 closed by vstinner
#34021: [2.7] test_regrtest: test_env_changed() fails on x86 Windows X
https://bugs.python.org/issue34021 closed by vstinner
#34022: 6 tests fail using SOURCE_DATE_EPOCH env var
https://bugs.python.org/issue34022 closed by vstinner
#34100: Same constants in tuples are not merged while compile()
https://bugs.python.org/issue34100 closed by inada.naoki
#34212: Cygwin link failure with builtin modules since issue30860
https://bugs.python.org/issue34212 closed by benjamin.peterson
#34279: RFC: issue a warning in regrtest when no tests have been execu
https://bugs.python.org/issue34279 closed by vstinner
#34812: [Security] support.args_from_interpreter_flags() doesn't inher
https://bugs.python.org/issue34812 closed by vstinner
#34893: Add 2to3 fixer to change send and recv methods of socket objec
https://bugs.python.org/issue34893 closed by benjamin.peterson
#34978: check type of object in fix_dict.py in 2to3
https://bugs.python.org/issue34978 closed by benjamin.peterson
#35189: PEP 475: fnctl functions are not retried if interrupted by a s
https://bugs.python.org/issue35189 closed by vstinner
#35217: REPL history is broken when python is invoked with cmd /c
https://bugs.python.org/issue35217 closed by eryksun
#35240: Travis CI: xvfb-run: error: Xvfb failed to start
https://bugs.python.org/issue35240 closed by vstinner
#35255: delete "How do I extract the downloaded documentation" section
https://bugs.python.org/issue35255 closed by mdk
#35281: Allow access to unittest.TestSuite tests
https://bugs.python.org/issue35281 closed by brett.cannon
#35300: Document what functions are suitable for use with the lru_cach
https://bugs.python.org/issue35300 closed by rhettinger
#35303: A reference leak in _operator.c's methodcaller_repr()
https://bugs.python.org/issue35303 closed by serhiy.storchaka
#35304: The return of truncate(size=None) (file io) is unexpected
https://bugs.python.org/issue35304 closed by martin.panter
#35308: webbrowser regression: BROWSER env var not respected
https://bugs.python.org/issue35308 closed by serhiy.storchaka
#35309: Typo in urllib.request warning: cpath → capath
https://bugs.python.org/issue35309 closed by benjamin.peterson
#35313: test_embed fails in travis CI when tests are executed from a v
https://bugs.python.org/issue35313 closed by vstinner
#35314: fnmatch failed with leading caret (^)
https://bugs.python.org/issue35314 closed by serhiy.storchaka
#35315: Error (Segmentation fault - core dumped) while installing Pyth
https://bugs.python.org/issue35315 closed by christian.heimes
#35317: test_email: test_localtime_daylight_false_dst_true() fails dep
https://bugs.python.org/issue35317 closed by vstinner
#35320: Writable __spec__.has_location attribute
https://bugs.python.org/issue35320 closed by brett.cannon
#35322: test_datetime leaks memory on Windows
https://bugs.python.org/issue35322 closed by vstinner
#35323: Windows x86 executable installer can't install
https://bugs.python.org/issue35323 closed by outofthink
#35326: ctypes cast and from_address cause crash on Windows 10
https://bugs.python.org/issue35326 closed by eryksun
#35334: urllib3 fails with type error exception, when cannot reach PyP
https://bugs.python.org/issue35334 closed by christian.heimes
#35336: Bug in C locale coercion with PYTHONCOERCECLOCALE=1
https://bugs.python.org/issue35336 closed by vstinner
#35339: Populating instances of class automatically
https://bugs.python.org/issue35339 closed by steven.daprano
#35340: global symbol "freegrammar" should be made static ore renamed
https://bugs.python.org/issue35340 closed by benjamin.peterson
#35343: Importlib.reload has different behaviour in script and interac
https://bugs.python.org/issue35343 closed by brett.cannon
#35345: Remove platform.popen(), deprecated since Python 3.3
https://bugs.python.org/issue35345 closed by vstinner
#35347: test_socket: NonBlockingTCPTests.testRecv() uses a weak 100 ms
https://bugs.python.org/issue35347 closed by vstinner
#35349: collections.abc.Sequence isn't an abstract base class for arra
https://bugs.python.org/issue35349 closed by serhiy.storchaka
#35355: Some Errors involving formatted strings aren't reported in the
https://bugs.python.org/issue35355 closed by terry.reedy
#35356: A possible reference leak in the nis module
https://bugs.python.org/issue35356 closed by serhiy.storchaka
More information about the Python-Dev
mailing list