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

Python tracker status at bugs.python.org
Fri Dec 8 12:09:54 EST 2017


ACTIVITY SUMMARY (2017-12-01 - 2017-12-08) 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 6315 (+34) closed 37691 (+26) total 44006 (+60)

Open issues with patches: 2434

Issues opened (49)

#20891: PyGILState_Ensure on non-Python thread causes fatal error https://bugs.python.org/issue20891 reopened by vstinner

#30213: ZipFile from 'a'ppend-mode file generates invalid zip https://bugs.python.org/issue30213 reopened by serhiy.storchaka

#32107: Improve MAC address calculation and fix test_uuid.py https://bugs.python.org/issue32107 reopened by xdegaye

#32196: Rewrite plistlib with functional style https://bugs.python.org/issue32196 opened by serhiy.storchaka

#32198: \b reports false-positives in Indic strings involving combinin https://bugs.python.org/issue32198 opened by jamadagni

#32202: [ctypes] all long double tests fail on android-24-x86_64 https://bugs.python.org/issue32202 opened by xdegaye

#32203: [ctypes] test_struct_by_value fails on android-24-arm64 https://bugs.python.org/issue32203 opened by xdegaye

#32206: Run modules with pdb https://bugs.python.org/issue32206 opened by mariocj89

#32208: Improve semaphore documentation https://bugs.python.org/issue32208 opened by Garrett Berg

#32209: Crash in set_traverse Within the Garbage Collector's collect_g https://bugs.python.org/issue32209 opened by connorwfitzgerald

#32210: Add platform.android_ver() to test.pythoninfo for Android pla https://bugs.python.org/issue32210 opened by xdegaye

#32211: Document the bug in re.findall() and re.finditer() in 2.7 and https://bugs.python.org/issue32211 opened by serhiy.storchaka

#32212: few discrepancy between source and docs in logging https://bugs.python.org/issue32212 opened by Michal Plichta

#32215: sqlite3 400x-600x slower depending on formatting of an UPDATE https://bugs.python.org/issue32215 opened by bforst

#32216: Document PEP 557 Data Classes https://bugs.python.org/issue32216 opened by eric.smith

#32217: freeze.py fails to work. https://bugs.python.org/issue32217 opened by Decorater

#32218: add iter to enum.Flag members https://bugs.python.org/issue32218 opened by Guy Gangemi

#32219: SSLWantWriteError being raised by blocking SSL socket https://bugs.python.org/issue32219 opened by njs

#32220: multiprocessing: passing file descriptor using reduction break https://bugs.python.org/issue32220 opened by frickenate

#32221: Converting ipv6 address to string representation using getname https://bugs.python.org/issue32221 opened by socketpair

#32222: pygettext doesn't extract docstrings for functions with type a https://bugs.python.org/issue32222 opened by Tobotimus

#32223: distutils doesn't correctly read UTF-8 content from config fil https://bugs.python.org/issue32223 opened by delivrance

#32224: socket.create_connection needs to support full IPv6 argument https://bugs.python.org/issue32224 opened by Matthew Stoltenberg

#32225: Implement PEP 562: module getattr and dir https://bugs.python.org/issue32225 opened by levkivskyi

#32226: Implement PEP 560: Core support for typing module and generic https://bugs.python.org/issue32226 opened by levkivskyi

#32227: singledispatch support for type annotations https://bugs.python.org/issue32227 opened by lukasz.langa

#32228: truncate() changes current stream position https://bugs.python.org/issue32228 opened by andreymal

#32229: Simplify hiding developer warnings in user facing applications https://bugs.python.org/issue32229 opened by ncoghlan

#32230: -X dev doesn't set sys.warnoptions https://bugs.python.org/issue32230 opened by ncoghlan

#32231: -bb option should override -W options https://bugs.python.org/issue32231 opened by ncoghlan

#32232: building extensions as builtins is broken in 3.7 https://bugs.python.org/issue32232 opened by doko

#32234: Add context management to mailbox.Mailbox https://bugs.python.org/issue32234 opened by sblondon

#32235: test_xml_etree test_xml_etree_c failures with 2.7 and 3.6 bran https://bugs.python.org/issue32235 opened by doko

#32236: open() shouldn't silently ignore buffering=1 in binary mode https://bugs.python.org/issue32236 opened by izbyshev

#32237: test_xml_etree leaked [1, 1, 1] references, sum=3 https://bugs.python.org/issue32237 opened by vstinner

#32238: Handle "POSIX" in the legacy locale detection https://bugs.python.org/issue32238 opened by ncoghlan

#32240: Add the const qualifier for PyObject* array arguments https://bugs.python.org/issue32240 opened by serhiy.storchaka

#32241: Add the const qualifier for char and wchar_t pointers to unmod https://bugs.python.org/issue32241 opened by serhiy.storchaka

#32243: Tests that set aggressive switch interval hang in Cygwin on a https://bugs.python.org/issue32243 opened by erik.bray

#32244: Multiprocessing: multiprocessing.connection.Listener.accept() https://bugs.python.org/issue32244 opened by Tom Cook

#32245: OSError: raw write() returned invalid length on latest Win 10 https://bugs.python.org/issue32245 opened by Simon Depiets

#32246: test_regrtest alters the execution environment on Android https://bugs.python.org/issue32246 opened by xdegaye

#32248: Port importlib_resources (module and ABC) to Python 3.7 https://bugs.python.org/issue32248 opened by barry

#32250: Add loop.current_task() and loop.all_tasks() methods https://bugs.python.org/issue32250 opened by asvetlov

#32251: Add asyncio.BufferedProtocol https://bugs.python.org/issue32251 opened by yselivanov

#32252: test_regrtest leaves a test_python_* directory in TEMPDIR https://bugs.python.org/issue32252 opened by xdegaye

#32253: Deprecate old-style locking in asyncio/locks.py https://bugs.python.org/issue32253 opened by asvetlov

#32254: documentation builds (even local ones) refer to https://docs.p https://bugs.python.org/issue32254 opened by doko

#32255: csv.writer converts None to '""\n' when it is first line, othe https://bugs.python.org/issue32255 opened by licht-t

Most recent 15 issues with no replies (15)

#32255: csv.writer converts None to '""\n' when it is first line, othe https://bugs.python.org/issue32255

#32253: Deprecate old-style locking in asyncio/locks.py https://bugs.python.org/issue32253

#32250: Add loop.current_task() and loop.all_tasks() methods https://bugs.python.org/issue32250

#32248: Port importlib_resources (module and ABC) to Python 3.7 https://bugs.python.org/issue32248

#32245: OSError: raw write() returned invalid length on latest Win 10 https://bugs.python.org/issue32245

#32243: Tests that set aggressive switch interval hang in Cygwin on a https://bugs.python.org/issue32243

#32241: Add the const qualifier for char and wchar_t pointers to unmod https://bugs.python.org/issue32241

#32236: open() shouldn't silently ignore buffering=1 in binary mode https://bugs.python.org/issue32236

#32228: truncate() changes current stream position https://bugs.python.org/issue32228

#32226: Implement PEP 560: Core support for typing module and generic https://bugs.python.org/issue32226

#32225: Implement PEP 562: module getattr and dir https://bugs.python.org/issue32225

#32221: Converting ipv6 address to string representation using getname https://bugs.python.org/issue32221

#32218: add iter to enum.Flag members https://bugs.python.org/issue32218

#32216: Document PEP 557 Data Classes https://bugs.python.org/issue32216

#32211: Document the bug in re.findall() and re.finditer() in 2.7 and https://bugs.python.org/issue32211

Most recent 15 issues waiting for review (15)

#32251: Add asyncio.BufferedProtocol https://bugs.python.org/issue32251

#32241: Add the const qualifier for char and wchar_t pointers to unmod https://bugs.python.org/issue32241

#32240: Add the const qualifier for PyObject* array arguments https://bugs.python.org/issue32240

#32237: test_xml_etree leaked [1, 1, 1] references, sum=3 https://bugs.python.org/issue32237

#32232: building extensions as builtins is broken in 3.7 https://bugs.python.org/issue32232

#32230: -X dev doesn't set sys.warnoptions https://bugs.python.org/issue32230

#32227: singledispatch support for type annotations https://bugs.python.org/issue32227

#32226: Implement PEP 560: Core support for typing module and generic https://bugs.python.org/issue32226

#32225: Implement PEP 562: module getattr and dir https://bugs.python.org/issue32225

#32222: pygettext doesn't extract docstrings for functions with type a https://bugs.python.org/issue32222

#32221: Converting ipv6 address to string representation using getname https://bugs.python.org/issue32221

#32217: freeze.py fails to work. https://bugs.python.org/issue32217

#32211: Document the bug in re.findall() and re.finditer() in 2.7 and https://bugs.python.org/issue32211

#32208: Improve semaphore documentation https://bugs.python.org/issue32208

#32206: Run modules with pdb https://bugs.python.org/issue32206

Top 10 most discussed issues (10)

#17611: Move unwinding of stack for "pseudo exceptions" from interpret https://bugs.python.org/issue17611 20 msgs

#32230: -X dev doesn't set sys.warnoptions https://bugs.python.org/issue32230 14 msgs

#32030: PEP 432: Rewrite Py_Main() https://bugs.python.org/issue32030 13 msgs

#32107: Improve MAC address calculation and fix test_uuid.py https://bugs.python.org/issue32107 10 msgs

#20891: PyGILState_Ensure on non-Python thread causes fatal error https://bugs.python.org/issue20891 9 msgs

#25054: Capturing start of line '^' https://bugs.python.org/issue25054 8 msgs

#31589: Links for French documentation PDF is broken: LaTeX issue with https://bugs.python.org/issue31589 8 msgs

#15873: datetime: add ability to parse RFC 3339 dates and times https://bugs.python.org/issue15873 7 msgs

#28791: update SQLite libraries for Windows and macOS installers https://bugs.python.org/issue28791 7 msgs

#32208: Improve semaphore documentation https://bugs.python.org/issue32208 6 msgs

Issues closed (27)

#21621: Add note to 3.x What's New re Idle changes in bugfix releases https://bugs.python.org/issue21621 closed by terry.reedy

#22589: mimetypes uses image/x-ms-bmp as the type for bmp files https://bugs.python.org/issue22589 closed by r.david.murray

#27240: 'UnstructuredTokenList' object has no attribute '_fold_as_ew' https://bugs.python.org/issue27240 closed by r.david.murray

#30788: email.policy.SMTP.fold() issue for long filenames with spaces https://bugs.python.org/issue30788 closed by r.david.murray

#31380: test_undecodable_filename() in Lib/test/test_httpservers.py br https://bugs.python.org/issue31380 closed by ned.deily

#31430: [Windows][2.7] Python 2.7 compilation fails on mt.exe crashing https://bugs.python.org/issue31430 closed by zach.ware

#31619: Strange error when convert hexadecimal with underscores to int https://bugs.python.org/issue31619 closed by serhiy.storchaka

#31831: EmailMessage.add_attachment(filename="long or spécial") crash https://bugs.python.org/issue31831 closed by r.david.murray

#32098: Hardcoded value in Lib/test/test_os.py:L1324:URandomTests.get_ https://bugs.python.org/issue32098 closed by vstinner

#32175: Add hash auto-randomization https://bugs.python.org/issue32175 closed by rhettinger

#32176: Zero argument super is broken in 3.6 for methods with a hacked https://bugs.python.org/issue32176 closed by ncoghlan

#32182: Infinite recursion in email.message.as_string() https://bugs.python.org/issue32182 closed by r.david.murray

#32195: datetime.strftime with %Y no longer outputs leading zeros https://bugs.python.org/issue32195 closed by ned.deily

#32197: Compiling against master branch fails; error: expected express https://bugs.python.org/issue32197 closed by vstinner

#32199: uuid.getnode() should return the MAC address on Android https://bugs.python.org/issue32199 closed by xdegaye

#32200: Full docs build of 3.6 and 3.7 failing since 2017-10-15 https://bugs.python.org/issue32200 closed by ned.deily

#32201: Python uuids may not be persistent across time https://bugs.python.org/issue32201 closed by xdegaye

#32204: async/await performance is very low https://bugs.python.org/issue32204 closed by yselivanov

#32205: test.pythoninfo does not print the cross-built sysconfig data https://bugs.python.org/issue32205 closed by xdegaye

#32207: IDLE: run's tk update adds context traceback on callback error https://bugs.python.org/issue32207 closed by terry.reedy

#32213: assertRaises and subTest context managers cannot be nested https://bugs.python.org/issue32213 closed by p-ganssle

#32214: Implement PEP 557: Data Classes https://bugs.python.org/issue32214 closed by eric.smith

#32233: [3.7 Regression] build with --with-system-libmpdec is broken https://bugs.python.org/issue32233 closed by skrah

#32239: decimal module exception args incorrect for c module https://bugs.python.org/issue32239 closed by skrah

#32242: loop in loop with with 'zip'ped object misbehaves in py3.6 https://bugs.python.org/issue32242 closed by serhiy.storchaka

#32247: shutil-copytree: Create dst folder only if it doesn't exist https://bugs.python.org/issue32247 closed by rst0py

#32249: Document handler.cancelled() https://bugs.python.org/issue32249 closed by asvetlov



More information about the Python-Dev mailing list